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

Battery level calculation #37

Closed MeierTobias closed 2 years ago

MeierTobias commented 2 years ago

Move the battery level calculation from the device to the server (ex. payload formatter). The MC only transmitts the battery voltage. With this change we are able to update the decharge curve parameters of the battery without reuploading the code to every MC.