-->
Page 1 of 1

nodemcu v3 Lolin - Software disable the onboard blue led

PostPosted: Fri Nov 18, 2016 6:04 am
by Alex Ballas
Hello all,

I just got my hands on a nodemcu v3 Lolin. Great little device. Was just wondering if it's possible to somehow force disable the blue led? (I would prefer a software way)
I created a webserver and with a every single incomming request I get a blink which can be very distracting in dark areas.

Thanks,
Alex

Re: nodemcu v3 Lolin - Software disable the onboard blue led

PostPosted: Fri Nov 18, 2016 10:12 am
by mrburnette
https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/master/Documents/NODEMCU_DEVKIT_SCH.png

It would appear that if the schematic above is correct, that GPIO 16 (D2) is the source for the LED blinking.

The blinking LED is often used for diagnostic purposes and status info. Unless you intend on dedicating the NodeMCU to your current project, just use a bit of black electrical tape to mask the blink. I have been known to use black fingernail polish, too.

Ray