YO People Counter
User guide
v1.0
page 31/35
Figure 30
Node LoRa type configuration form.
6. When data is received by the server, you’ll notice that the ‘Last Seen’ column (‘NODES LIST’
tab) status changes from ‘never’ to ‘a few seconds ago’.
7. Open charts by clicking on the ‘OPEN’ button in Dashboard columns or by entering the
node’s ‘DETAILS’ tab (‘Node Name’ column link) and clicking ‘CHARTS’.
Payload description
If you want to connect to your own server you have to decode the payload specific to each device. To
do this you need a payload decoder which can be downloaded from
. Extended
documentation of the protocol can be found at
. An exemplary payload produced
by YO People Counter is presented below with division into each measurement marked together
with decoded values whose interpretation is described in the Payload description document.
Example of YO People Counter payload with description:
02:02:00:00:08:00:01:14:8f:0d:00:01:00:f4:10:00:00:28:60:00:11:00:00:01:60:00:11:01:00:02:6
0: 00:11:02: 00:03:60:00:11:03:00:0e:60:00:11:04:ff:f5
Payload header
First measurement (battery voltage)
0x02
0x02
0x00
0x00
0x08
0x00
0x01
0x14
0x8F
ver = 2
cnt = 2
pct [s] = 0
type = 2
prec = 0
md [s] = 0
addr_len = 0
meas_len = 2
val=5263
(5263[mV])
REV 1.0