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.

Dependencies:   mbed millis

Fork of QSL_SimplePublish by Jon-Håkon Bøe Røli

QSL SimplePublish

SmartMesh IP QuickStart Library

History

Deactivated DEBUG prints and updated mbed library to v128 default tip

2016-11-04, by jhbr [Fri, 04 Nov 2016 14:19:34 +0000] rev 9

Deactivated DEBUG prints and updated mbed library to v128


Replaced use of Time and Timer with SysTick

2016-11-03, by jhbr [Thu, 03 Nov 2016 09:35:50 +0000] rev 8

Replaced use of Time and Timer with SysTick


Updated mbed library to release 127

2016-10-27, by jhbr [Thu, 27 Oct 2016 08:29:01 +0000] rev 7

Updated mbed library to release 127


Added license file, as well as a reference to it in main.

2016-10-27, by jhbr [Thu, 27 Oct 2016 08:19:29 +0000] rev 6

Added license file, as well as a reference to it in main.


Changed requested service back to 5000 (was set to 0 for quicker debugging) and set data period to the same

2016-09-08, by jhbr [Thu, 08 Sep 2016 14:30:33 +0000] rev 5

Changed requested service back to 5000 (was set to 0 for quicker debugging) and set data period to the same


Replaced sleep() with simple wait_ms(), as board seems to not always wake up or go to sleep as it should.

2016-09-08, by jhbr [Thu, 08 Sep 2016 14:26:15 +0000] rev 4

Replaced sleep() with simple wait_ms(), as board seems to not always wake up or go to sleep as it should.


Updated dn_fsm.c to new version.; Improved dn_time_ms to use full 32 bit uint range.

2016-09-07, by jhbr [Wed, 07 Sep 2016 10:31:13 +0000] rev 3

Updated dn_fsm.c to new version.; Improved dn_time_ms to use full 32 bit uint range.


Added LED flash at startup + toggle off/on during send/read

2016-09-02, by jhbr [Fri, 02 Sep 2016 10:37:54 +0000] rev 2

Added LED flash at startup + toggle off/on during send/read


Moved QSL and C Library files to separate folders

2016-09-01, by jhbr [Thu, 01 Sep 2016 15:00:28 +0000] rev 1

Moved QSL and C Library files to separate folders


Initial commit of working example

2016-09-01, by jhbr [Thu, 01 Sep 2016 14:53:55 +0000] rev 0

Initial commit of working example