Code example to regularly report light level and temperature over Sigfox on the QW dev kit
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 bye temperature reading.
Use this code example as a start to connect your own device over Sigfox with the Quicksand QW development kit.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
1:b2c941af91c6 | 2016-03-08 | LievenHollevoet | Updated repo of QW sensors to local copy. |
0:9a93fff79b27 | 2016-03-08 | LievenHollevoet | First working version that generates a sigfox message every 15 minutes with light level and temperature information. |