-
Notifications
You must be signed in to change notification settings - Fork 23
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
Information on LEDs needed #17
Comments
And if you are able to answer these questions, please also put the answers in widely accessible places and not just in this issue comments, such as:
|
In the schematic, there is an LED6 connected to the 1PPS pin of the L76K. Is this the blue LED that can be seen internally on the board? Can it be controlled by firmware? It seems to remain illuminated when the device is off (with Meshtastic). This is totally separate from the Red/Green/Blue LEDs controllable by GPIO pins on the NRF_8420, correct? What about the LED connected to the TP4054? Where is that located in the device? Is it also separate from the Red/Green/Blue LEDs controllable by GPIO pins on the NRF_8420? |
I am anticipating some answers on these issues as well. Especially curious as to why the blue LED seen inside the device runs non-stop when in sleep mode. A battery drain if you ask me... |
@GoldProto, this issue was also discussed at Meshtastic, stating at this comment: meshtastic/firmware#1493 (comment) Will there ever be any solution in SW or not? |
The blue light connected to GPS cannot be turned off. Unless the GPS is turned off, it cannot be turned off when the GPS is turned on. |
Understood, but I'm talking about the off-state of the T-Echo. I guess GNSS is not needed then, or do I miss something here? |
GPS and Radio are controlled by P0.12, if this IO port is low level, then the GPS 1PPS light should not be on |
I tried setting P0.12 to low during the Meshtastic shutdown code in my own fork of the firmware and it did not result in the 1PPS light turning off. It was still on. Why would this not work? What about PWR_EN / P0.13 ? Would that turn off the 1PPS LED? |
1PPS cannot be closed. |
I am really confused about the LEDs in this device.
Here are some questions:
Your existing pinout diagram shows this:
And that doesn't really answer most of my questions.
The text was updated successfully, but these errors were encountered: