Skip to content

ESP8266 interfacing

Giovanni Blu Mitolo edited this page Mar 29, 2016 · 24 revisions

If you are creating a 3.3v only PJON bus the needed wiring is really simple:

Wiring Diagram

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 otherwise 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

Note:

  • 10K pulldown resistors are required on both ends if the converter has no integrated pullup resistors.
  • 1K pulldown resistors are required on both ends if the converter has integrated pullup resistors.

Here's the diagram from the project. Wiring Diagram