x-IMU3 User Manual v0.11
April 6, 2022
Key
Value type
Description
“sync”
number
Used for synchronisation
“name”
string
Device name
“serial”
string
Device serial number
“ip”
string
Device IP address
“port”
number
TCP port
“send”
number
UDP send port (device sends to this port)
“receive”
number
UDP receive port (device receives on this port)
“rssi”
number
RSSI percentage (always 0 in Wi-Fi AP mode)
“battery”
number
Battery percentage
“status”
number
Charging status (See Table 23 on page 29)
Table 29: Network announcement message key/value pairs
Example
*
:
{
"sync":
0,
"name":
"x-IMU3",
"serial":
"0123-4567-89AB-CDEF",
"ip":
"192.168.1.1",
"port":
7000,
"send":
8000,
"receive":
9000,
"rssi":
100,
"battery":
100,
"status":
2
}
* The actual JSON will not include any whitespace.
11
Device settings
11.1
Individual settings
11.1.1
Calibration date (read-only)
Description:
Calibration date. See Section 4 on page 12 for more information.
JSON key:
"calibrationDate"
JSON value type:
string
Default value:
“Unknown”
33