Device Management
Adding a Device
The most essential information required by Wonderland are - the network (LoRaWAN, Argos, Cellular etc.) - the unique identifier used by above network type - the actual network operator, to identify which network integration needs to be used to send and receive data from the device
Furthermore, there are a few more optional settings - a name / label for the device - an icon - device type
The device can be added more easily by scanning the QR code.
![]()
Editing Device Configuration
After a device has been added, certain configuration settings may be modified; however, the device ID and network remain immutable. In the event of an error, the device must be removed and re-added.
Viewing Data
Data Table
Click on the data table button to see what raw data has been received from your device. The table also displays some decoded values, such as GPS latitude, longitude, altitude & timestamp, network timestamp (time of reception), temperature and some more.
Map View
Locatin data is automatically visualized on the map. It may take a few minutes to see the latest incoming data, as some processing needs to be done in the background.
Data Export
Exporting Location Data
There are a number of data export options available, to process location data elsewhere - JSON (easiest for further processing using Python scripts etc.) - CSV (practical for Excel or processing using scripts) - KML (useful for visualizations in Google Earth)
Exporting the Map
Taking a screenshot of the map is as easy as clicking the download icon on the top right of the map.
Device Configuration
Sending Commands to the Device
Our tutorial on sending down-links will introduce you to this topic.