Send data every 20 minutes #957
-
Hello. My goal is to send the pax counters every 20 minutes (more or less). In the
Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
>Or is the sniffing enabled after each cycle and disabled until next cycle? SENDCYCLE defines the sniffing period while the device is sniffing, and at timeout sends the result. |
Beta Was this translation helpful? Give feedback.
-
Note: SENDCYCLE = 255 means a sniffing period of 255 * 2 = 510 seconds = 8,5 minutes continously sniffing. Not 2 minutes. |
Beta Was this translation helpful? Give feedback.
-
Ah, now I understand this (I think!), so to send data every 10 minutes, sniffing for two minutes at a time, it would look like this:
Is that right? |
Beta Was this translation helpful? Give feedback.
>Or is the sniffing enabled after each cycle and disabled until next cycle?
This is the way how it works.
SENDCYCLE defines the sniffing period while the device is sniffing, and at timeout sends the result.
SLEEPCYCLE defines the pausing period between sniffing cycles. While pausing the device is set to sleep mode to reduce power consumption. Wifi & BLE are switched off during sleep. Thus, no sniffing.