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

Auto retrigger bug from PIR sensor is still issue #43

Closed guidosch closed 1 year ago

guidosch commented 2 years ago

The latest software revision in the field still has the auto retrigger bug that auto counts many gost riders. The difference to the initial version is, that it stopped after 2000 counts (50 msg. à 40 counts). First occurence:

first: 2022-02-17T01:01:43.966894717Z

dann ca. alle 10min

last: 2022-02-17T09:24:00.403713939Z

It looks like that it came back to normal operation after 2x 1000 error bursts. Any idea what we can

Bildschirmfoto 2022-02-20 um 20 35 33

still improve?

guidosch commented 1 year ago

No longer an issue.