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

Moderator: igrr

User avatar
By Alex Ballas
#58296 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
User avatar
By mrburnette
#58313 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