-->
Page 1 of 1

unstable io pin

PostPosted: Thu May 14, 2015 9:02 pm
by joefly888
I am following this tutorial http://randomnerdtutorials.com/esp8266-web-server/ as simple webserver to turn on/off led.

I noticed that if I just leave the whole setup, the LED will sometimes flicker and be "half" on. it is like the pins are receiving random signals..

Any ideas? is there something like void setup as output and digitalwrite pin like in Arduino IDE..?

Thanks

Re: unstable io pin

PostPosted: Fri May 15, 2015 1:42 am
by joefly888
i removed the uart serial and the problem seems to have gone away. Apparently, the UART is not providing enough current.