Get sensors values, and send them through the SIGFOX Network
- Pressure in mbar
- Temperature in °C
- Humidity in %
Uses the SmartEverything Arduino board, with a SIGFOX module included & various sensors
-
Get to your device page (https://backend.sigfox.com/device/:deviceid/info)
-
Click on the device type name
-
Click Edit
-
Update the Display type
- Custom
pressure::uint:32 temperature::float:32 humidity::uint:32
-
Enjoy :)
Now, you should see the decoded frame in the Device messages view
- @aboudou, as i used his SmartEverything GPS+Sigfox project as a boilerplate