VincentMasselis / TPMS-advanced

Android app for BLE TPMS made by Sysgration
Apache License 2.0
11 stars 3 forks source link

Data export or graph #75

Open NH-RedAnt opened 3 months ago

NH-RedAnt commented 3 months ago

Data capture over time.

While touring I would like to review data collected during that days ride. Looking for data confirmation the tires are correctly inflated under load.

Perhaps most easily implimented with a start & stop capture hook in the notification bar. It could have a default filename created using the date&time the log started. Each new sensor reading then gets added, and periodically saved until the stop hook ends the capture.

Data (timestamp,sensor,temp,pressure,battery?) extraction as CSV would be great. A pressure over time graph of the same data might be even cooler, but probably more work to code.

VincentMasselis commented 3 months ago

Hello and thanks for your suggestions !

I was also thinking about something like this, currently timestamp, pressure, rssi, tyre location, temperature, battery level and associated vehicule are already saved in TPMS Advanced's database since the first release but I still didn't offer a way to read this values. I need to choose which feature I should code to read theses values. IMO, a graph + CSV export option could be a good options. CSV export is easy and fast to implement, graphs are much more complex 😅