-
Notifications
You must be signed in to change notification settings - Fork 41
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
[Firmware] communication stops about 17 minutes after startup. #108
Comments
I think it would be usefull to log the serial output of the masterboard during those 17min to know if the esp32 report a crash or an error. To do it just need to run: @luator do you think you could do this next time you have your test setup plugged in? |
To add a bit more detail:
|
Have you tried to run the master board without any motor boards? This would allow to check if the udrivers cause the issue or the master board. |
No, I haven't tried that yet. I'm a bit unsure what to expect in this case, though. Since it is somehow an issue in the SPI communication, it might be that even if the master board is causing it, the situation will simply not arise if no motor board is connected. Maybe it would make sense to test with motor boards but powering them separately, so they don't start at the same time (e.g. power the motor boards, wait 5min, then power the master board and see how long it takes until the error). |
Good point about not knowing what happens. Maybe the best is to run the |
Looks like the cause of the issue has been found: open-dynamic-robot-initiative/udriver_firmware#13 |
@luator reported that the communication fails around 17m 45s-50s after the boards are powered one.
The text was updated successfully, but these errors were encountered: