guidosch / bikecounter

This repository contains the hardware and software components of a PIR based tracking device to monitor the usage of local bike trails. The data is sent over LoRaWAN to TTN and from there to a Google Cloud backend which stores the data and provides api endpoints for the data visualization web UI.
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

Round battery voltage to calm down graph #79

Closed guidosch closed 1 year ago

guidosch commented 1 year ago

The voltage level toggels between some micro levels which makes the graph unreadable.

Bildschirm­foto 2023-01-22 um 18 21 24
MeierTobias commented 1 year ago

I would suggest to keep as much information as possible in the database for future debugging reasons. (Also a voltage step discretization of less than 0.1V is necessary to determine the battery level.)

One possible solution would be to adjust the graph scales to a fix range.

I think this would tidy up the graph enough to make it better readable.

guidosch commented 1 year ago

Scaltes to fixed range did the trick.