-
Notifications
You must be signed in to change notification settings - Fork 96
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
calling join() restore the module to default baud rate... #219
Comments
I'm sorry I was working on an old version of the library but the new one has a similar problem... |
this it works:
|
@alexbn71 thanks for reporting. Can you file a PR? |
The fix is inside TheThingsNetwork::reset no other changes are necessary to get it working. PS Ignore the two minor improvments that you could find in the code outside "TheThingsNetwork::reset" function, that are not related to this topic. Alex |
Thanks. Can you file a pull request here on GitHub? Otherwise I'll do it, let me know |
Sure, sorry... |
I hope I did it right, it's my first time Alex |
Closed by #223 |
Hello,
I issue an "autobaud" to comunicate with RN2483 (at 9600) but when I call the join() function it calls at the beginning the reset() function that restore RN2483 to default baud rate, thus canceling the effect of my autobaud.
If I comment the code inside reset() that issue the reboot, all works fine.
My proposal is to leave the reset() function PUBLIC and leave the programmer the ability to force a reboot.
While in the join() function leave only the setting of devEui.
Regards
Alessandro
The text was updated successfully, but these errors were encountered: