Micro Tracker Reference Guide FW 1.7 V1.1
Page 32 of 39
11th october 2018
Restricted distribution
6.2
Operational mode configuration
The operating mode can be remotely configured with a downlink LoRa message built as follow:
Byte 0
Byte 1
Byte 2
0x02
ACK
Mode
ACK
: Acknowledge token. Refer to the section
Acknowledge token
.
Mode
: operating modes. Acceptable values are:
➢
0- Standby
➢
1- Motion tracking
➢
2- Permanent tracking
➢
3- Motion start/end tracking
➢
4- Activity tracking
➢
5- Off mode
Example:
Changing the operating mode to “motion track” (01) with an ack token of 3:
0x020301
.
6.3
Position on demand
Whatever the state, a position can be requested from the tracker using the message:
Byte 0
Byte 1
0x01
ACK
Example:
Position on demand message with ack token of 2:
0x0102
.
The tracker will answer with a position message.
6.4
Request device configuration
Byte 0
Byte 1
Byte 2-21
0x03
ACK
Parameter ID list (optional)
Parameter ID list
: List of requested parameters identifiers.
➢
Each single byte contains a single identifier.
➢
The list can have up to 20 parameters.
➢
Parameter IDs are the one used to configure the device (see section
Parameters configuration
).
➢
Special parameters can be requested.
➢
The list can be empty. In this case, all parameters are requested.
Special parameter Id:
➢
0xFD: get the BLE version.
➢
0xFE: get the firmware version.
Notes
1-
The tracker answers this request with a Configuration uplink message (section
Configuration
messages
).
2-
The uplink contains a maximum of 5 parameters.
3-
If the number of parameters is greater than 5, the tracker will send the needed number of uplinks to
fulfill the request.