Chat freely about anything...

User avatar
By talb85
#77077 Hi,
i have a D1 Wemos mini 12E and have a few set up around the house including my bedroom to read temperature. The problem is that the blue onboard TX Led flashes upon transmit, which is really annoying in the bedroom when your trying to sleep.

Can anyone help out as to how to turn off the Blue TX onboard LED?

thanks for your help!
User avatar
By QuickFix
#80903 The only solution is to not use GPIO1 in your sketch.

The TX LED is hardwired to the TX-port (= GPIO1), so you either have to not use that GPIO or remove the LED from the board with a soldering iron. :idea:

If you're not using GPIO1 in your design, you must have enabled serial (for debugging?): stop writing stuff to the serial port.