LowPowerLab Forum

Hardware support => Low Power Techniques => Topic started by: Neko on May 13, 2017, 07:10:40 PM

Title: LISTEN_BURST_REMAINING_MS errors
Post by: Neko on May 13, 2017, 07:10:40 PM
I am using ListenMode to wake up my moteino's periodically, and I use LISTEN_MODE_BURST_REMAINING to time the node's actions relative to the start of the wakeup burst.

Every once in a while (about 1 in 300 responses), LISTEN_BURST_REMAINING_MS takes on a nonsense value, well over 2000 ms to as high as 50000. These infrequent errors are relatively similar from trial to trial on one moteino, but they vary from one moteino to the next. And not all moteino's show this error; a few give the correct value every trial.

Any ideas as to what might be causing this? I can filter them in software by rejecting values greater than 1000, but it would be better not to have them in the first place.