Code example to regularly report light level and temperature over Sigfox on the QW dev kit
Fork of QW_Temperature_Light_Monitor by
This is a code example that demonstrates sending the light level sensor and temperature sensor output over Sigfox at regular time intervals.
The payload that is sent over the network consists of 3 bytes:
- two bytes light level reading
- one byte temperature reading.
Use this code example as a start to connect your own device over Sigfox with the QW development kit.
History
Added a header byte (0x02) that indicates this example. Added blinking LED to show the device is alive.
2016-05-02, by quicksand [Mon, 02 May 2016 12:03:27 +0000] rev 2
Added a header byte (0x02) that indicates this example. Added blinking LED to show the device is alive.
Updated repo of QW sensors to local copy.
2016-03-08, by LievenHollevoet [Tue, 08 Mar 2016 09:48:32 +0000] rev 1
Updated repo of QW sensors to local copy.
First working version that generates a sigfox message every 15 minutes with light level and temperature information.
2016-03-08, by LievenHollevoet [Tue, 08 Mar 2016 09:46:45 +0000] rev 0
First working version that generates a sigfox message every 15 minutes with light level and temperature information.