A mbed library for the RN2483. Heavily based on the Sodaq_RN2483 library for Arduino (https://github.com/SodaqMoja/Sodaq_RN2483). This is currently under-going initial testing, but seems to work! Tested on a NRF51 and FRDM K64F.
Dependents: rn2483-TestProgram
History
Have removed save functioanlity for now, due to a bug introduced. The potentially long delay between requesting to save and saving means the device is thrown out of sync with the returned 'ok' strings -- causing issues with the library.
2016-12-19, by azazeal88 [Mon, 19 Dec 2016 08:25:35 +0000] rev 8
Have removed save functioanlity for now, due to a bug introduced. The potentially long delay between requesting to save and saving means the device is thrown out of sync with the returned 'ok' strings -- causing issues with the library.
Allowed expectOK to specify a timeout value.
2016-11-22, by azazeal88 [Tue, 22 Nov 2016 10:39:17 +0000] rev 7
Allowed expectOK to specify a timeout value.
Removed some commented out cruft
2016-11-21, by azazeal88 [Mon, 21 Nov 2016 20:29:50 +0000] rev 6
Removed some commented out cruft
Updated doxygen commenting for getVDD to reflect recent changes.
2016-11-21, by azazeal88 [Mon, 21 Nov 2016 20:24:22 +0000] rev 5
Updated doxygen commenting for getVDD to reflect recent changes.
Improved handling of strtol. getVDD() now returns a bool indicating if a value was successfully read to the passed long.
2016-11-21, by azazeal88 [Mon, 21 Nov 2016 20:21:43 +0000] rev 4
Improved handling of strtol. getVDD() now returns a bool indicating if a value was successfully read to the passed long.
Fixed some of the library. Still not happy with getVDD() due to strtol conversion doesn't handle errors yet.
2016-11-21, by azazeal88 [Mon, 21 Nov 2016 16:36:54 +0000] rev 3
Fixed some of the library. Still not happy with getVDD() due to strtol conversion doesn't handle errors yet.
Implemented functions like getVDD, a few public methods for joining networks without editing settings again, editing settings now saves configuration.
2016-11-20, by azazeal88 [Sun, 20 Nov 2016 14:37:54 +0000] rev 2
Implemented functions like getVDD, a few public methods for joining networks without editing settings again, editing settings now saves configuration.
Improved comments; added additional command functionality.
2016-11-19, by azazeal88 [Sat, 19 Nov 2016 23:30:34 +0000] rev 1
Improved comments; added additional command functionality.
First Commit
2016-11-08, by azazeal88 [Tue, 08 Nov 2016 17:11:08 +0000] rev 0
First Commit