Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using setFCU #74

Open
radioisotopes opened this issue Jan 26, 2020 · 2 comments
Open

using setFCU #74

radioisotopes opened this issue Jan 26, 2020 · 2 comments

Comments

@radioisotopes
Copy link

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?

@xoseperez
Copy link
Contributor

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.

@aalbinati
Copy link

@radioisotopes I'll be testing out this issue during the week. If I have the same problem I'll let you know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants