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

Make boards blink while running our firmware #60

Closed
marcomicera opened this issue Nov 25, 2019 · 3 comments
Closed

Make boards blink while running our firmware #60

marcomicera opened this issue Nov 25, 2019 · 3 comments
Labels
board Code concerning ESP32 firmware
Projects

Comments

@marcomicera
Copy link
Owner

As in #59, it might happen that some boards crash sometimes.
Even if we fix all bugs, it might be useful to make boards blink their LED (or whatever other visual proof) so that we could visually find out which boards crashed and eventually restart them.
I haven't checked whether this is actually possible or not, it's just an idea.

@marcomicera marcomicera added the board Code concerning ESP32 firmware label Nov 25, 2019
@marcomicera marcomicera added this to the Soft requirements milestone Nov 25, 2019
@marcomicera marcomicera added this to To do in Followifier via automation Nov 25, 2019
@marcomicera marcomicera added this to To do in msc via automation Nov 25, 2019
@simonasaitta
Copy link
Collaborator

From what I read online it seems like they will restart them self in case of crashes. I may be wrong.

@marcomicera
Copy link
Owner Author

When launching the board in monitor mode (i.e., connected to a PC, its output gets redirected to stdout), gdb gets launched upon crashing. To restart the board one needs to quit it and select the corresponding option once esp-idf gets in the way.
When launching the board without monitor mode, I cannot tell exactly what happens... but one thing is for sure: core doesn't receive any packets from crashed boards, at all...

@marcomicera marcomicera removed this from To do in msc Dec 3, 2019
@marcomicera
Copy link
Owner Author

Boards automatically restart thanks to 223eff3. Closing...

Followifier automation moved this from To do to Done Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
board Code concerning ESP32 firmware
Projects
Followifier
  
Done
Development

No branches or pull requests

2 participants