Sigfox using 'Advanced Data'

Sigfox using 'Advanced Data'

The Advanced Data option allows you to receive additional information like SNR, RSSI, STATION, and others. 

The type of information available will depend on your Data Plan contracted with Sigfox.

On the Sigfox Backend Portal, create a callback type 'uplink'.

Click on the Device Type  and select your device from the list. Click on the Callback button, then click on New, and select the option Custom callback.

Configure the uplink with the instructions below.
- Type:  SERVICE & ADVANCED_DATA
- Channel: URL
- URL: https://sigfox.middleware.tago.io/uplink
- Use HTTP Method: POST
- Send SNI: Check the box "Send SNI".
- Headers: Add two rows in the Headers section inside the header and value fields:

headervalue
device
 {device}
authorization
<authorization generated by TagoIO>

- Content-type: application/json
- Body: Copy and paste the JSON text below

[  
  {  
    "variable":"device",
    "value":"{device}",
    "serie":"{time}"
  },
  {  
    "variable":"data",
    "value":"{data}",
    "serie":"{time}"
  },
  {  
    "variable":"seqNumber",
    "value":"{seqNumber}",
    "serie":"{time}"
  },
  {  
    "variable":"location",
   "location":{computedLocation},
    "serie":"{time}" 
  }
]
You can use any Service type for Uplink.

Learn more about how to integrate with Sigfox.


    • Related Articles

    • Sigfox

      Sigfox is a relatively low-cost wireless network technology that requires low power to connect, and that is implemented by lost cost hardware modules. Uplink is the process to send data from the devices to TagoIO. The Downlink is used to send data ...
    • Sens'it with Sigfox

      TagoIO is fully integrated with Sens'it v2 and v3 devices by providing the perfect integration with Sigfox backend and parsing the data by extracting the measured variables in real-time. Sens'it + Sigfox + TagoIO    Connectivity DiagramAll data sent ...
    • Sigfox - Downlink

      TagoIO is ready to receive data from and send data to Sigfox devices. The Downlink is used to send data back to the module every time it checks in – the data to be sent down should be ready prior to the check-in. This tutorial explains how to setup a ...
    • Adeunis with Sigfox

      TagoIO supports most Adeunis devices by providing the perfect integration with Sigfox backend. Also, it parses the data by extracting the measured variables in real-time. Adeunis + Sigfox + TagoIO diagram All data sent by your device will be readily ...
    • Thinxtra Xkit for Sigfox

      This tutorial explains how to connect the Xkit from Thinxtra with TagoIO. This Sigfox board can be connected to a PC, Mac, Arduino, Raspberry PI, and other platforms. Here is a diagram of Xkit board's pinout, you can click here for more details. Xkit ...