Builtin LED

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
dork3nergy
Posts: 8
Joined: Thu Apr 09, 2020 7:19 pm

Builtin LED

Post by dork3nergy » Mon Apr 20, 2020 5:11 pm

Is there some way to disable the built-in LED on my ESP32 board? It blinks with each polling instruction I think. So, if you have a button.value() call in a loop, it is constantly blinking. Annoying and a waste of power.

Cheers.

shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Re: Builtin LED

Post by shaoziyang » Tue Apr 21, 2020 12:57 am

If the LED connect to USB to TTL cobvertor, you can't control it.

dork3nergy
Posts: 8
Joined: Thu Apr 09, 2020 7:19 pm

Re: Builtin LED

Post by dork3nergy » Tue Apr 21, 2020 1:25 am

OK. Thanks. I found the board schematic and you're right, it's hardwired to the mains. I guess the only option is to remove it. Cest la vie.

Post Reply