Skip to main content
Version: TAO v2.x

Step 6 - provisioning your devices

This page describes how to add devices to your ThingPark Enterprise All-in-One.

Provisioning devices one by one

The below example assumes a device using the Over-the-Air Activation (OTAA) mode.

  1. From the left panel of the user interface, go to Devices, then Click ADD A DEVICE.

  2. Fill the form and click Save when finished:

  3. Your new device will appear in the list.

    tip

    To update the list, you can use the browser's refresh button, or press <F5>.

    • The device is created in "Initialization" state (orange status), this means that the device has not yet been activated in the network.
    • DevEUI is displayed, but the DevAddr not yet assigned for the OTAA device. This DevAddr assignment will only happen when the device sends its first Join-Request message.
  4. Once the device transmits its Join-Request message and successfully completes its network registration, the device status will be automatically updated:

    • The device is connected (green status).
    • "Last uplink" gets a timestamp.
    • DevAddr is now assigned by the network.
    • FCntUp represents the uplink counter.
    • Other RF metrics are displayed: uplink Signal To Noise Ration (SNR) and Spreading Factor (SF).

Provisioning devices in bulk (device import)

You can also use the bulk-import feature to import multiple devices in one click.

  1. Download the "SAMPLE FILE" to learn more about the required format of the input csv file.

  2. Download the "MODELS LIST" to retrieve the "Profile ID" that corresponds to your device profile.

  3. Create a csv (comma separated value) file and save it in utf8 format when using a simple text editor.

    -> You should have something like this at the end (OTAA and ABP device sample) :

     CREATE_OTAA,70B3D53260001A75,,LORA_GenericA.1.0.2a_ETSI_Rx2-SF12,,31FD21B72E9CF9F861CF27450D4160E6,,device_1
    CREATE_ABP,000000000539B181,0539B180,LORA_GenericA.1.0.2c_ETSI,2B7E151628AED2A6ABF7158809CF4F3C,2B7E151628AED2A6ABF7158809CF4F3C,,device_2
  4. Click to open the import dialog box and select your file, then click IMPORT.

  5. In case of errors, the user interface displays a page describing each error, ordered by line number.

    You must correct the erroneous lines before re-importing the file. Note that you must only re-import the devices that were not successfully imported in the previous attempt.

  6. When everything is done, and you have no errors, you can directly return to the device list and start working with your devices.