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

Problem with packet transmission after 255 sends #141

Open
Deiikerc opened this issue Jan 31, 2025 · 0 comments
Open

Problem with packet transmission after 255 sends #141

Deiikerc opened this issue Jan 31, 2025 · 0 comments
Labels
type: imperfection Perceived defect in any part of project

Comments

@Deiikerc
Copy link

I've encountered an issue with the MKRWAN library when using the MKRWAN1310 board. After successfully transmitting 255 packets, the board stops sending packets correctly.

Specifically, the packets after the 255th transmission have the following characteristics:

They do not include FRM (Frame) or FOpts (Frame Options).
They are transmitted as unconfirmed uplinks.
The packet counter (FCnt) continues to increment and is sent correctly.
The uplinks are "empty," meaning they contain no FOpts, FRMPayload, or FPort.
This issue seems to occur consistently after reaching the 255-packet transmission limit. Any help or suggestions to resolve this issue would be greatly appreciated.

@per1234 per1234 added the type: imperfection Perceived defect in any part of project label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants