Basic Commands
In This Guide
you'll find a list of basic commands available for GrowSpace RTLS devices, along with explanations of how each command works and sample outputs.
The commands covered here are commonly used during operation—for checking device status, updating settings, and performing resets—and should be entered at the dwm> prompt.
Command List
si
Display system information
nmg
Check current UWB mode
reset
Reboot the device
frst
Perform factory reset
la
View list of connected anchors
nis
Set Pan ID
si – Display system information
si – Display system informationDisplays the current system status of the device. You can view various details at once, including UWB settings, communication mode, device ID (label), and BLE address.
Example Output:
dwm> si
[000937.110 INF] uwb0: panid=x0001 addr=xDECAE13A6BB01C52
[000937.120 INF] mode: tn (act,twr,np,le)
[000937.130 INF] cfg: ... label=GR1C52
[000937.140 INF] ble: addr=C2:62:1A:EF:42:9CThe values for
panid,mode, andlabelare commonly referenced when checking device configuration.
nmg – Check current UWB mode
nmg – Check current UWB modeA simple command to check the role of the device.
Example Output:
tn: Tag modean (act,-): Anchor modean (pasv,-): Listener mode
reset – Reboot the device
reset – Reboot the deviceReboots the device. The configuration values are retained, and you can enter commands immediately after the reboot.
Example Output:
frst – Perform factory reset
frst – Perform factory resetRestores the device to its factory default settings. Most settings, including network information, will be reset.
However, the following items will remain unchanged:
UWB ID (
label)Listener mode (
mode)
Example Output:
⚠️ The
labelandmodevalues are not reset even after a factory reset.
la – View list of connected anchors
la – View list of connected anchorsDisplays a list of anchors currently communicating with the device. For each anchor, you can check the UWB ID, coordinates, and connection status.
Example Output:
The UWB ID can be found in the
id=...field, and the position coordinates are shown in thepos=...field.
nis – Set Pan ID
nis – Set Pan IDChanges the device’s Pan ID. All devices must use the same Pan ID to communicate properly.
Example Use:
⚠️ The Pan ID must be entered as a 4-digit hexadecimal value (e.g.,
x0001). After changing it, use thesicommand to verify that the new value has been applied.
Last updated