-
Notifications
You must be signed in to change notification settings - Fork 960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Option to turn off LED inducators on ESP32 Heltec V3 #3635
Comments
in my opinion, that would be a great option. |
I suppose one function of the blink is that it indicates the crucial
I could certainly see the benefit in having a setting to disable the blink, for situations like this.
This could be another useful option, certainly on boards with only the one LED. There is already support for an alert LED, through the External Notification module. It would actually be fairly straight-forward to allow repurposing of the blink LED for alerts through this module. This isn't as user friendly as a simple toggle switch in settings would be, but it would avoid the hurdle of getting a new setting added, so it might make a good back-up option? |
Problem is that we generally only control one or two of the up to 4 led's. |
I implemented this last week as a user configuration option, and stalled on "now how do I check this in since it depends on a change to protobuf, and that seems kind of major..." I was imagining "dark hours" to not blink during certain (or all. or none if you're into that sort of thing) hours, instead of just a. boolean, but so far I only implemented the boolean. Is the hurdle of adding a config option a big one? And how would one go about such a thing? |
From a technical standpoint:
From a decision making standpoint:
|
Coming from yet another perspective… being able to switch off LEDs would also have a positive impact on battery life. Every little counts sometimes. |
Fixes meshtastic#3635 and depends on [protobufs PR meshtastic#485](meshtastic/protobufs#485) Signed-off-by: Andrew Yong <me@ndoo.sg>
This is not going to have any appreciable battery life impact, and will not enable dark mode, all I see this doing is causing confusion |
Fixes meshtastic#3635 and depends on [protobufs PR meshtastic#485](meshtastic/protobufs#485) Signed-off-by: Andrew Yong <me@ndoo.sg>
While the power savings would be negligible, it certainly sounds there's a demand for this behavior as a customisation option. |
Hi, I raised a draft PR to allow users to turn the LED off. #3674 Right now, the only option for those of us who have nodes we can see from our beds, or run a solar node and want the power saving, is to desolder/remove the status LED. Also, for products like RAK4361 on RAK19007, the solar panel is connected to the battery charging IC, resulting in a 1Hz on-off cycle for the status LED to indicate charging, which does consume more power than the regular 1ms flash. |
I don't see this as useful for power savings, but I do appreciate being able to turn off the Heltec white LED 😆 |
Fixes meshtastic#3635 and depends on [protobufs PR meshtastic#485](meshtastic/protobufs#485) Signed-off-by: Andrew Yong <me@ndoo.sg>
* Add ability to turn off status LED blinking Fixes #3635 and depends on [protobufs PR #485](meshtastic/protobufs#485) Signed-off-by: Andrew Yong <me@ndoo.sg> * led_heartbeat_disabled * trunk --------- Signed-off-by: Andrew Yong <me@ndoo.sg> Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
An app setting ti go dark would be great. In the meantime have a look at this thread. I updated my firmware and got the very bright flashing LED. #4063 |
Platform
ESP32
Description
Please can we have an option in the Android app to turn off the blinking indicator LEDS when connected to USB power. It lights up the window and room at night in which the Heltec V3 is in.
The text was updated successfully, but these errors were encountered: