Update content

How to add a device to IoT Hub

Reviewed on 19 June 2023 • Published on 01 September 2019

A device is a representation of a device or program that is connected to the cloud. Through a hub, it exchanges messages with other devices and cloud services.

Devices use the MQTT protocol to send and receive messages. MQTT over WebSocket is also supported through a dedicated network.

Security & Identity (IAM):

You may need certain IAM permissions to carry out some actions described on this page. This means:

  • you are the Owner of the Scaleway Organization in which the actions will be carried out, or
  • you are an IAM user of the Organization, with a policy granting you the necessary permission sets
Requirements:
  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 on which you want to add a device. The hub’s overview page displays.

  3. Click Add devices in the devices tab of your hub.

  4. Enter a name for your device. It must be unique among the devices in this hub, and cannot be changed once created. Optionally, set a device description (only for display purposes).

  5. Choose a security setting for your device. You can either deny or allow insecure connections.

  6. Click Add device to hub.

  7. Download the credentials of the device and keep them safe.

    Important:

    Make sure to download or copy the Device certificate and the Device private key. These files are required to establish a connection from the device to your hub. For security reasons, the private key is not stored on our side, and you will not be able to access it later.

  8. Click Close to leave the wizard or Add new device to add another device.

    Once the device is added, you may continue to configure IoT Hub Routes to export your data to other Scaleway services.

See Also