You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loom doesn't currently keep a ledger of previous events (sensor creation, errors, etc.) and as a result it can be difficult to troubleshoot what is going wrong. Loom should be able to store a history of events on another medium other than the micro controller, such that a developer can access these logs after a failure.
Events should include:
Sensor creation/destruction
Timeouts
Errors
Metadata/information
Hardware status (free memory)
An accurate timestamp, or at least a useful relative one.
Add SD Logging of Error handling or edge case events, consider implementing watchdog longjump for failure recovery.
The text was updated successfully, but these errors were encountered: