-
Notifications
You must be signed in to change notification settings - Fork 241
ESP8266 interfacing
Giovanni Blu Mitolo edited this page Mar 26, 2016
·
24 revisions
If you are creating a 3.3v only PJON bus the needed wiring is really simple:
If you are connecting an ESP8266 to a 5v bus you need to add some complexity to the standard PJON wiring. Logic level converter usage is strongly suggested. You risk to fry ESP8266 pins and to have communication problems due to logic 1 treshold of 5v boards. Here you can find a fritzing project made by aperepel: http://fritzing.org/projects/pjon-with-uno-and-esp8266nodemcu
Here's the diagram from the project. Note that 10K pulldown resistors are required on both ends.
- Update PJON 12.x to 13.0
- Addressing
- Configuration
- Data reception
- Data transmission
- Error handling
- IO pins setup
- Routing
- ATtiny interfacing
- ESP8266 interfacing
- Nucleo interfacing
- Raspberry Pi interfacing
- WINX86 interfacing
- Troubleshooting