psieg / Lightpack

Lightpack and Prismatik open repository
GNU General Public License v3.0
1.57k stars 188 forks source link

Status LED on Arduino with Adalight sketch #515

Closed Roycinger closed 2 years ago

Roycinger commented 2 years ago

Hi there, is it possible to somehow turn off the Arduino's power and RX LEDs by software or would that have to be done by either turning it off in the Adalight sketch or removing the LED from the Arduino itself?

thanks!

zomfg commented 2 years ago

check the schematic, they are most likely hardwired between tx/rx and vcc so removing or a piece of black tape...

Roycinger commented 2 years ago

I managed to disable the RX LED in the pins_arduino.h For the power LED, that seems to be hardwired, so I'm most likely going to desolder the LED. Thanks!