Code example to regularly report light level and temperature over Sigfox on the QW dev kit

Dependencies:   QW_Sensors mbed

Fork of QW_Temperature_Light_Monitor by Lieven Hollevoet

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.

Committer:
quicksand
Date:
Mon May 02 12:03:27 2016 +0000
Revision:
2:33e92af45279
Parent:
1:b2c941af91c6
Added a header byte (0x02) that indicates this example. Added blinking LED to show the device is alive.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
LievenHollevoet 1:b2c941af91c6 1 https://developer.mbed.org/users/LievenHollevoet/code/QW_Sensors/#7fb6f774bf68