Disable the blue LED on RAK19003 and 19007#1242
Disable the blue LED on RAK19003 and 19007#1242ivmden wants to merge 21 commits intomeshcore-dev:devfrom
Conversation
added pyMC_core to meshcore projects mentioned Cisien's meshcoretomqtt fork from Andrew-a-g updated Coding Rate explanation and recommendation updated radio presets and added how to update presets listed in the app
Update faq.md
…t c->push_failures
Fix debug log: use c->extra.room.push_failures instead of c->push_failures
Change source of truth to this repo, remove whitespace
# Conflicts: # docs/payloads.md
add get and set prv.key add web site to generate new private key and specific its public key's first byte value add link to repeater observer instruction add links to The Comms Channel's meshcore video, MCarper's Meshcore Advantages, and Austin Mesh's MeshCore vs Meshtastic comparison add deafness instruction for agc reset interval add reference to Liam's Windows and Intel Mac client apps add reference to Tree's Meshcore packet decoder add OTA BLE update addendum for Seeed Wio Tracker L1 Pro add instruction to use T-deck's software keyboard to enter `=` at the end of the base64 public key
fix typo bugs found by @4np
Update faq.md
Fix typo
Update faq.md
|
Howdy! Thanks for the contribution :) I would probably opt to keep the LED enabled in default builds for now, as it's a very good indicator of when we have connection issues or the board locks up etc. We've had many support cases with connection issues and users have been able to tell us the LED is stuck on even when disconnected. It would be great to keep this for now. Would you be willing to remove the |
|
also remove this to keep it clean :) |
(Please read this as conversational, not argumentative). You've also had multiple people asking about how to turn the LED off via discord. How can we strike a balance of keeping good debug tools and keeping energy usage reasonable/users happy? I tried getting it to turn off after the connection was well established but struggled with it. Could a configuration: Off when connected, Flashing when trying to pair be a reasonable compromise?
Done. |
|
Can't it be a console command (and app setting) to disable the led? My solar repeater doesn't need the LED and it probably saves additional power usage if it is disabled, but by default it's probably best to have it enabled. To make it platform agnostic maybe introduce a generic property disable all unnecessary bells & whistles, then platform specific implementations can disable -say- the led or -say- the buzzer. |
|
@4np These changes do not apply to anything but Bluetooth companion nodes. Your solar repeater should not have this blue LED enabled. @liamcottle I'd love some feedback from you from my above questions. Many thanks! |
Adding a flag to the build to disable the Blue LED on the RAK19007 and 19003 boards, and a call in SerialBLEInterface.cpp to turn the LED off.
Tested on a 19007 and 19003.