Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Glenn Ng
#15047 So recently I tried to bring back my previous setup back to live. sh*t happens..

The blue LED seemed to be on constantly and nothing seemed to work.
I checked all the stuffs, and previous set up worked fine but this time isnt...

Anyway i took a short video to show u what happened.

It's my personal blog, so u can check it out. the issue is inside.
http://glenn.vulxe.net/esp8266-sending-gibberish-again-this-time-its-worse/
User avatar
By sej7278
#15078 i just noticed that. it seems to be on when you don't use Serial comms. i removed all my Serial.println() calls to reduce the memory footprint and noticed that the blue led stays on all the time.

you should be able to turn it off manually with digitalWrite(1, LOW);
User avatar
By Solo Pilot
#17756 Nope. digitalWrite(1, HIGH) does not turn it on. Nor does any other pin. For me it seems to come on when something bad is going on and all hell is breaking lose. Unfortunately, I have not yet figured it out.