LIFsCode / ELOC-3.0

Firmware for ELOC 3.0 Hardware
MIT License
3 stars 3 forks source link

LOW PRIORITY: Live status updates in the app #17

Closed LIFsCode closed 10 months ago

LIFsCode commented 1 year ago

When the app is connected to the ELOC it displays the ELOC status (Recording time, GPS accuracy, bat level, etc...) For now these infos are only updated once you connect to an ELOC.

These infos should update more frequently (every minute or so). Joseph has already implemented this in the app with status infos he which are calculated on the phone (Rec-time, up time, ...)

The firmware should send battery voltage and available SD card space in regular intervals to the app when connected with BT.

LIFsCode commented 10 months ago

@EDsteve this should be done/duplicate or?

EDsteve commented 10 months ago

@LIFsCode I think the JSON implementation made it easily possible to get these infos frequently in the app. Will close this "issue".