cobalt_l:
Hi, I’m using sencecap A1102 with person detection and connected to LoRaWan and receive some data like
measurementId:"4165"
measurementValue:0.65
type:"person Conf"
measurementValue:"Person Detection--Swift YOLO"
measurementId:"4174"
type:"Model Type"
With Person count and connected to LoRaWan I receive some data like
valid:true
measurementValue:"Person Detection"
type:"Model Type"
measurementId:"4174"
err:0
I send data every 5mn to LoRaWan.
What is the advantage to send data to LoRaWan ?
There is no information received on TTN for person detect and no information of person count …
Or maybe I do somethong wrong …
My purpose is to collect data with lorawan to count people.
A1102 needs to save data add people count send total very x minutes put count to zero and loop.
Look at how the sensor formats the payload and check TTN’s payload decoder. You may need to modify the decoder to correctly interpret the data, especially for person count and detection.