Adding multiple devices at once

When adding LoRaWAN devices, you can either manually enter one or more DevEUIs (and corresponding names), or choose to upload a .csv file, which will populate the form.

Structure of the csv file

The csv file can either contain just DevEUIs, in this case there is no separator needed, and the file simply contains one DevEUI per line. As an example, the file could look like this:

70B3D57ED8000321
70B3D57ED8000322
70B3D57ED8000323

Alternatively, you can add the device's display name as a second column. An example could look like this:

70B3D57ED8000321,Device 1
70B3D57ED8000322,Device 2
70B3D57ED8000323,Device 3

Last updated