Skip to content
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

Blue blinking LED after Auto Power Off #82

Closed
mi-gri opened this issue Sep 19, 2021 · 6 comments
Closed

Blue blinking LED after Auto Power Off #82

mi-gri opened this issue Sep 19, 2021 · 6 comments

Comments

@mi-gri
Copy link

mi-gri commented Sep 19, 2021

Since one of the last updates, a blue LED flashes on my T-Beam 1.1 after Auto Shut Down.
Is this supposed to be like that?

@mattbk
Copy link

mattbk commented Sep 19, 2021

Is it shut down, or just the screen turned off? A recent update turns the screen off after several seconds, and switched back on again with button press.

@mi-gri
Copy link
Author

mi-gri commented Sep 20, 2021

It is shut down following the auto shut down timer: It is not connectable and sends nothing out.

@SQ9MDD
Copy link
Owner

SQ9MDD commented Sep 20, 2021

I think just before the command:
axp.shutdown();
still needs to be done:
axp.setChgLEDMode(AXP20X_LED_OFF);

@SQ9MDD
Copy link
Owner

SQ9MDD commented Sep 20, 2021

I set the tracker to turn off automatically if the voltage is less than 3.3V while turning off 4Hz signaling. Let's see if this helps

mi-gri added a commit to mi-gri/TTGO-T-Beam-LoRa-APRS that referenced this issue Sep 20, 2021
@mi-gri
Copy link
Author

mi-gri commented Sep 20, 2021

Seems to work. Just added a pull request for the second shutdown code in taskWebServer.cpp

SQ9MDD added a commit that referenced this issue Sep 20, 2021
@SQ9MDD
Copy link
Owner

SQ9MDD commented Sep 20, 2021

I hope this helped. I will close the ticket if there is a problem, we will reopen it

@SQ9MDD SQ9MDD closed this as completed Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants