Skip to content

A Simple WiFI remote controller using the ESP8266 SoC

License

Notifications You must be signed in to change notification settings

CSpyridakis/ESPRemote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPRemote

VER 1.1

This repository is a fork of Almidi's version of ESPRemote, a simple WiFI remote controller using the ESP8266 SoC.

The main difference between his implementation and this fork is about the limit of the input power supply voltage. In his repo, he uses an AP2112K LDO voltage regulator that has a 6.5V Vin limit, to power it from USB chargers.

Personally, I have all over in my place 12V power supplies to power led strips, for this reason, it would be a nice touch if I could power it directly from there without the need for an external power supply. So in this fork, the NCP1117 or AMS1117 voltage regulator is used.

Please check out his repo if you want to use the battery/5v dc version, learn more about the beginning version or details about the firmware.

PCB

Schematic

PCB 3D Model

Note: C3, C4, C5 and C6 are optional !!!

Assembly

No Component Quantity
1. ESP8266 - 12e/f 1
2. 10KΩ 0805 smd resistors 9
3. SMD-SWITCH-6.2MM 5
4. IN5819 or SS14 or S4 Diode 1
5. NCP1117 or REG1117 Regulator 1
6. 10uF 25v 0805 smd capasitors 2
7. 0603 smd led 1
8. 0805 smd resistor for led 1 1

1 The resistor value depends on the color of the led you would choose to use.

Top

Top

Bottom

Bottom

I/O

Usage Pin
Button 1 GPIO5
Button 2 GPIO4
Button 3 GPIO12
Button 4 GPIO0
Button 5 GPIO13
Status Led GPIO16

Enclosure

I also use Almidi's enclosure for this version.

3D Model