Post topics, source code that relate to the Arduino Platform

User avatar
By matrix866
#50118 I've started working on ESP8266 developer board nodemcu 1.0.

Everything is going OK except that when I connect GPIO16 to RST this thing doesn't turn on!

If i remove the connection it start and execute the code, then, when it wake up it does nothing! (I think because of the missing connection with the reset line)

Any help? Maybe this problem is releated to my developer board?

All my code is inside setup(). The loop is empty.