Skip to main content

Sigfox using 'Advanced Data'

The Advanced Data option allows you to receive additional information such as SNR, RSSI, STATION, and other metadata.

note

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

Create the callback on the Sigfox Backend Portal

  1. On the Sigfox Backend Portal, create a callback of type uplink.
  2. Click on the Device Type and select your device from the list.
  3. Click the Callback button, then click New and select the option Custom callback.

Configure the uplink callback with the following settings:

headervaluedevice{device}authorization<authorization generated by TagoIO>
[
{
"variable": "device",
"value": "{device}",
"group": "{time}"
},
{
"variable": "data",
"value": "{data}",
"group": "{time}"
},
{
"variable": "seqNumber",
"value": "{seqNumber}",
"group": "{time}"
},
{
"variable": "location",
"location": {computedLocation},
"group": "{time}"
}
]

Learn more about how to integrate with Sigfox.