-
Notifications
You must be signed in to change notification settings - Fork 60
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
joinABP not working since library update from 1.0.14 to 1.0.15 #85
Comments
Same issue here, I observed the opposite problem. Updating firmware from 1.2.0 to 1.2.3 with the same 1.10 library and the thing stopped working. Must be a common change that was implemented in fw and library. There was something done to the default AT responses, I think. |
Fixed it on my side. The issue is that the new firmware responds according to standard with In line 950 of Mkrwan.h after the wait for
This wait defaults to 1 second wait for |
better solution #93. The |
See the not yet released v1.2.4 of my pull request. It includes the necessary modem firmware update in the MKRWAN standalone sketch. (link to repo next to the title flhofer...) |
Hi, i'm using the library and when i do joinABP seems waiting forever for something. I'm using the firstConfiguration sketch. |
Using this command in my sketch on MKR1310:
Firmware: 1.2.1
The "joinABP" is not working anymore since library update from 1.0.14 to 1.0.15
Perhaps the additional "sendAT()" is a problem ?
Thanks for help.
The text was updated successfully, but these errors were encountered: