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

SwVersion and hwVersion are toggled #49

Closed guidosch closed 2 years ago

guidosch commented 2 years ago

Looks like they should be the opposite:

Software Version 0
Hardware Version 1
MeierTobias commented 2 years ago

sw version = 0 and hw version = 1 is correct for the device mounted at "antennentrail-1". (hw version = 0 is the one with the blue batteries)

guidosch commented 2 years ago

Thanks for the comment.