NavigationContentFooter
Jump toSuggest an edit

How to set up and use a Sigfox network

Reviewed on 27 December 2023Published on 01 September 2019

The Sigfox network type allows devices communicating with the Sigfox protocol to exchange messages with the IoT Hub. Sigfox will collect messages from your devices, and relay them to your IoT Hub.

Before you start

To complete the actions presented on this page, you must have:

Requirements
  • You have an account and are logged into the Scaleway console
  • You have created an IoT Hub
  • You have created a Sigfox account
Note

The Sigfox network doesn’t support downlink messages yet. This will be available soon.

How to set up a Sigfox network

Tip

To set up a Sigfox network, a Sigfox account is needed. If you do not have an account, take a look at this page to get started.

  1. Click IoT Hub in the Managed Services section of the side menu. The list of your IoT Hubs displays.
  2. Click the name of the IoT Hub that you want to configure. The hub’s overview page displays.
  3. Click the Networks tab on the hub’s overview page.
  4. Click the Add network button to access the network creation wizard.
  5. Complete the form by specifying the network’s details:
    • Enter a name for your network.
    • Choose Sigfox as the type of network you want to create.
    • Choose a topic prefix your network should publish to. You may leave this empty. All the messages published to this network will have their topics prefixed with this value.
  6. Click Create network. A summary of the network you created, displays. Take note of the two key parameters:
    • The network endpoint.
    • The network secret. Be careful, this secret will only be shown once!

This information is required to configure the Sigfox backend.

How to configure the Sigfox backend

Now you have successfully created your Sigfox network, it is time to configure the Sigfox callbacks to relay messages to your IoT Hub.

  1. Log into the Sigfox backend.
  2. Go the DEVICE TYPE tab
  3. Click the CALLBACKS entry in the left menu
  4. Select the Custom callback option
  5. Fill-in the form like the example below.

Let us go through each field:

  • Type: DATA UPLINK as we do not yet support BIDIR callback (will be available soon)
  • Channel: URL.
  • Custom payload config: Leave it empty.
  • URL pattern: Enter the network endpoint in this field, for example https://sigfox.iot.fr-par.scw.cloud.
  • URL method: POST.
  • Send SNI: Check this box.
  • Headers: In this section, we need to define three headers. Do not worry if you only see a single line, once you click it a new empty line will appear.
HeaderValue
X-SecretEnter here the network secret that was given when you created the network on your hub.
X-TopicChoose here the topic that suits your needs. Note that you may use Sigfox-provided variables here if needed. For example, app/{device}/payload. This topic will be prefixed with the network topic.
  • Choose a content type and body that fits your needs. In the example above we chose to send a JSON payload.

In this example, if the device ID is A1234B, the sensor payload is ABCDEF01, the topic header is {device}/payload, and the network prefix is myapp, then a message will be received on the myapp/A1234B/payload topic, containing the following payload:

{
"data": "ABCDEF01",
"id": "A1234B"
}
See also
How to set up and use a REST networkHow to create a route
Cloud Products & Resources
  • Scaleway Console
  • Compute
  • Storage
  • Network
  • IoT
  • AI
Dedicated Products & Resources
  • Dedibox Console
  • Dedibox Servers
  • Network
  • Web Hosting
Scaleway
  • Scaleway.com
  • Blog
  • Careers
  • Scaleway Learning
Follow us
FacebookTwitterSlackInstagramLinkedin
ContractsLegal NoticePrivacy PolicyCookie PolicyDocumentation license
© 1999-2024 – Scaleway SAS