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

Version parameter error in AU_915_TTN #29

Closed
aalbinati opened this issue Jan 30, 2021 · 2 comments
Closed

Version parameter error in AU_915_TTN #29

aalbinati opened this issue Jan 30, 2021 · 2 comments

Comments

@aalbinati
Copy link

Thanks @facchinm ! Arduino MKR 1310 now joins correctly and at the first try in the 1.3.1 branch!
But I am afraid there's an error showing up when sending packets to the network server.

In my chirpstack server this shows up:

Jan 30 18:24:43 ip-172-31-14-1 chirpstack-network-server[828]: time="2021-01-30T18:24:43Z" level=error msg="uplink: processing uplink frame error" ctx_id=85c97751-bb45-4364-bc74-4554358d5261 error="create uplink frame-log error: marshal phypayload error: lorawan: max value of Minor is 7"

This error is referenced here: Chirpstack Code

It seems it has something related to LoRaWAN version specification inside the AU_915_TTN configuration because AU_915 does not have this error.

Tell me if I can be of any help solving this issue!

@aalbinati
Copy link
Author

Hi @facchinm !
Maybe I didn't explain correctly what's happening. The MKRWAN 1310 now connects reliably in AU915_TTN because its using only the sub band 2. The same one the gateway is listening to. The problem is that the payload is not correctly configured when trying to send the uplink packets. On band AU915 it this works fine so there must be some minor error causing this problem. Tell me if I can be of any help solving this issue.

Regards

@aalbinati
Copy link
Author

This has been resolved in this commit: arduino-libraries/MKRWAN@df53bf5

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

1 participant