bitcraze / lps-node-firmware

GNU Lesser General Public License v3.0
82 stars 79 forks source link

Set a lower limit of the TX frequency #32

Closed krichardsson closed 6 years ago

krichardsson commented 6 years ago

The TX timestamp in the protocol is only 32 bits, this corresponds to around 67 ms for the DWM clock. The implementation can handle wraps in the TX time stamp but we want to avoid double wraps between transmissions. By setting an upper limit of 50 ms (20 Hz) for the TX delay we should be safe.