Hi All,
I noticed when using a lot of LMIC examples, the frame counter starts at 140 when joined for the first time.
Is there a reason for this?
Can I set it to just start from 1?
Cheers
Paul
Hi All,
I noticed when using a lot of LMIC examples, the frame counter starts at 140 when joined for the first time.
Is there a reason for this?
Can I set it to just start from 1?
Cheers
Paul
There is no reason to set FCNT to 140 after join.
0 or 1 would be normal.
Looks like it found its way into example code.
The Semtech LMIC client sets the FCNT to 0 in stateJustJoined()
Ok thanks, just thought there may have been some kind of reason that I didn’t realize
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.