- Mon Oct 12, 2015 3:37 pm
#31190
Measure continuity between your connections on the board and nodemcu be sure there are no broken traces etc...
Be sure that your measure voltages as well.
You'll need a 3.3V serial connection. 5v serial risks damage the ESP-8266, so use a 3.3V device or a level converter. I use SparkFun's 3.3V FTDI breakout (
https://www.sparkfun.com/products/9873).
If using a serial converter like mine, you will also need a separate 3.3V power supply for the ESP-8266. It requires more current than most serial converters will supply.
Wiring (pinouts for some ESP-8266 versions at
https://github.com/esp8266/esp8266-wiki ... e_versions):
[youtube]https://www.youtube.com/watch?t=32&v=JA-0hs5rpMY[/youtube]
Serial converter ground, ESP-8266 ground, and power supply ground should all be connected
ESP-8266 3.3V to power supply 3.3V
ESP-8266 Tx and Rx to serial converter Tx and Rx. The labeling varies. For my converter, connect Tx to Rx and Rx to Tx. Connecting them backwards won't do any damage, so try both ways if unsure
ESP-8266 reset and chip enable to power supply 3.3V
Only when flashing firmware, connect ESP-8266 GPIO 0 to ground
Make sure to power on the serial converter BEFORE the ESP-8266 chip.
This should get you up and running or tell you how it failed.
Hope this helps.
Last edited by forlotto on Mon Oct 12, 2015 4:13 pm, edited 1 time in total.