You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I reinstate the value of framecounter using setFCU the framecounter doesn't advance normally after data uploads. framecounter gets "stuck" at the value I reinstated and then causes sequence errors at the network server.
UNLESS, i ask for the ack message after every upload 👍
err = modem.endPacket(true);
that's not the behaviour I expect, I shouldnt have to ask for an ack message to restart the framecounter after using setFCU.
any experiences of this?
The text was updated successfully, but these errors were encountered:
Not my experience. I'm using a TPL5111 to turn off completely the mkrwan1300. Before killing it I'm saving its state in an ATECC508A slot. After boot I recover the values from the slot and use the setFCU to set the counter and it works, no ACK required.
I'm saving the state of a node between deep sleep
when I reinstate the value of framecounter using setFCU the framecounter doesn't advance normally after data uploads. framecounter gets "stuck" at the value I reinstated and then causes sequence errors at the network server.
UNLESS, i ask for the ack message after every upload 👍
err = modem.endPacket(true);
that's not the behaviour I expect, I shouldnt have to ask for an ack message to restart the framecounter after using setFCU.
any experiences of this?
The text was updated successfully, but these errors were encountered: