Program that uses the QuickStart Library to interface a SmartMesh IP mote: Connects to the default network and starts publishing a random walk value every 5 seconds.
Fork of QSL_SimplePublish by
QSL SimplePublish
SmartMesh IP QuickStart Library
- GitHub repository
- Current release used: REL-1.0.2.2
- Documentation
- Discussion
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
9:f723949a18b7 | 2016-11-04 | jhbr | Deactivated DEBUG prints and updated mbed library to v128 |
8:8eb144b9ada3 | 2016-11-03 | jhbr | Replaced use of Time and Timer with SysTick |
7:19c1ba701eb4 | 2016-10-27 | jhbr | Updated mbed library to release 127 |
6:bb0ffa1d5be3 | 2016-10-27 | jhbr | Added license file, as well as a reference to it in main. |
5:eb02ec8b90f8 | 2016-09-08 | jhbr | Changed requested service back to 5000 (was set to 0 for quicker debugging) and set data period to the same |
4:0285bcbbc855 | 2016-09-08 | jhbr | Replaced sleep() with simple wait_ms(), as board seems to not always wake up or go to sleep as it should. |
3:fb2c485306d1 | 2016-09-07 | jhbr | Updated dn_fsm.c to new version.; Improved dn_time_ms to use full 32 bit uint range. |
2:f177b47313ba | 2016-09-02 | jhbr | Added LED flash at startup + toggle off/on during send/read |
1:89766ea2e99d | 2016-09-01 | jhbr | Moved QSL and C Library files to separate folders |
0:d3f5fdf2e6da | 2016-09-01 | jhbr | Initial commit of working example |