esp8266-button/hardware/kicad/README.md
2018-07-03 21:09:45 +02:00

27 lines
1 KiB
Markdown

# ESP8266-button PCB
The PCB schematics and layout of the ESP8266-button made with [KiCad](http://kicad-pcb.org/).
## Board render
### Top
![PCB top render](top.png)
### Bottom
![PCB bottom render](bottom.png)
## Components
* ESP12 WiFi module
* 3 x 10KΩ resistors
* Screw terminal (5.08mm)
* Tactile on/off switch (6x6mm)
* 3-pin male angled header
* 2-pin male or female straight header
* Pin jumper (2.54mm pitch)
## KiCad Libraries
For full source code modifiability please [import](https://www.accelerated-designs.com/help/KiCad_Library.html) the following libraries which were used for the symbols and the footprints of this project:
* [kicad-ESP8266](https://github.com/jdunmire/kicad-ESP8266)
* [Resistors_THT](https://github.com/KiCad/Resistors_THT.pretty)
* [TerminalBlock](https://github.com/KiCad/TerminalBlock.pretty)
* [Pin_Headers](https://github.com/KiCad/Pin_Headers.pretty)
* [Socket_Strips](https://github.com/KiCad/Socket_Strips.pretty)
* [Button_Switches_THT](https://github.com/KiCad/Buttons_Switches_THT.pretty)