A first code example to get you started with the QW (GPS) Shield for SIGFOX development. It provides a serial connection to the modem over usb and transmits a SIGFOX message upon a button press.
HelloWorld QW Development kit
Preloaded code example
The QW development kits ship with this code example. This example allows you to talk straight to the TD1208 modem when using a virtual com port (note: local echo is off). This code-example also sends a SIGFOX message whenever you press a button. The message contains the button number and the measured environment temperature. The first byte is always 0x01.
More information and other example code can be found on the component page by clicking the link below: https://developer.mbed.org/components/QW-SIGFOX-Development-Kit/
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:ac11cebb397e | 2017-03-14 | quicksand | Code cleanup. |
5:ca670603d63d | 2017-03-14 | quicksand | Small update eliminating unnecessary if-clause. |
4:69df63eeb91e | 2017-03-14 | quicksand | Updated the function that sends out the SIGFOX command to be more robust. |
3:4da15d6e1429 | 2016-05-02 | quicksand | Added header byte (0x01) to the sigfox packets that indicates this example. |
2:a4a68a858624 | 2016-04-27 | quicksand | Small update regarding temperature sensing. Only 5 samples are now used to calculate average instead of 40. |
1:897a1b3f0955 | 2016-04-18 | quicksand | This example now sends the measured temperature along with the button press! |
0:49858c4c3500 | 2015-10-30 | quicksand | First version of a simple code-example using the QW GPS Shield |