https://github.com/handiko/esp-12ef-eagle-library
Eagle library for the barebone ESP-12E/F WiFi modules.
https://github.com/handiko/esp-12ef-eagle-library
arduino eagle eagle-cad eagle-library eagle-pcb esp-12 esp-12e esp-12f esp8266
Last synced: 7 months ago
JSON representation
Eagle library for the barebone ESP-12E/F WiFi modules.
- Host: GitHub
- URL: https://github.com/handiko/esp-12ef-eagle-library
- Owner: handiko
- License: gpl-3.0
- Created: 2019-01-19T01:52:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T03:24:07.000Z (about 4 years ago)
- Last Synced: 2025-02-28T11:38:25.450Z (8 months ago)
- Topics: arduino, eagle, eagle-cad, eagle-library, eagle-pcb, esp-12, esp-12e, esp-12f, esp8266
- Homepage: https://handiko.github.io/ESP-12EF-Eagle-Library/
- Size: 1.92 MB
- Stars: 14
- Watchers: 3
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP-12E/F Eagle Library
Eagle library for the barebone ESP-12E/F WiFi modules.
ESP-12E/F datasheet can be found on [kloppenborg.net](https://www.kloppenborg.net/images/blog/esp8266/esp8266-esp12e-specs.pdf) or [from elecrow.com](https://www.elecrow.com/download/ESP-12F.pdf)## Installation
### Linux
* `git clone https://github.com/handiko//ESP-12EF-Eagle-Library.git`
* `cd /ESP-12EF-Eagle-Library/lbr`
* Copy the `esp-12e-f.lbr` into your Eagle library folder. For example, if your eagle library folder is located in `/opt/eagle-7.2.0/lbr`, then type: `sudo cp esp-12e-f.lbr /opt/eagle-7.2.0/lbr`
* Open the Eagle CAD, then **Library ---> Use All**
* Now the esp12e.lbr should be listed in your Eagle library.### Windows
* Download as zip
* Unzip
* copy the `esp-12e-f.lbr` from **\ESP-12EF-Eagle-Library\lbr** into your Eagle library folder, for example : **C:\EAGLE-7.2.0\lbr**
* Open the Eagle CAD, then **Library --> Use All**## Example
Breakout board, 22 pins, standard 0.1 inch pin connector, single layer top copper PCB.

## TODO
* Make a better example sch / board
* Adding description to the Device
* Better documentation / README
* ...## Contributing
1. Fork it (https://github.com/handiko/ESP-12EF-Eagle-Library/fork)
2. Create new branch (`git checkout -b myfeature`)
3. Do some editing / create new feature
4. Commit your works (`git commit -m "Adding some myfeature blah blah blah.."`)
5. Push to the branch (`git push -u origin myfeature`)
6. Create a new Pull Request