jose1711 Posted November 21, 2013 at 07:58 AM Share Posted November 21, 2013 at 07:58 AM hello, i'd like to ask.. is there a software way to turn off the bright blue led on master? thank you, jose Quote Link to comment Share on other sites More sharing options...
borg Posted November 21, 2013 at 08:07 AM Share Posted November 21, 2013 at 08:07 AM There is no API to do that. It would be possible to turn it of by changing and recompiling the firmware. Quote Link to comment Share on other sites More sharing options...
Stefan Posted November 21, 2013 at 09:46 AM Share Posted November 21, 2013 at 09:46 AM In the bricklib/utility/init.c you must comment the both lines led_on(LED_STD_BLUE); led_tick_task(tick_type); out. After compiling and flashing this new firmware, the blue led will be disabled. Firmware compiling tutorial: http://www.tinkerforge.com/en/doc/Software/Firmwares_And_Plugins.html#firmwares-and-plugins Quote Link to comment Share on other sites More sharing options...
Cathodion Posted November 22, 2013 at 12:32 PM Share Posted November 22, 2013 at 12:32 PM In the bricklib/utility/init.c you must comment the both lines led_on(LED_STD_BLUE); led_tick_task(tick_type); out. After compiling and flashing this new firmware, the blue led will be disabled. Firmware compiling tutorial: http://www.tinkerforge.com/en/doc/Software/Firmwares_And_Plugins.html#firmwares-and-plugins Behold the power of Open Source. Quote Link to comment Share on other sites More sharing options...
Stefan Posted June 13, 2015 at 02:47 PM Share Posted June 13, 2015 at 02:47 PM There is an API to disable the status led since Master Brick firmware 2.3.2. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.