Micro Tracker User Guide FW1.6 V1.1
Page 12 of 17
11 October 2018
Company Confidential
–
restricted distribution
7.2
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: Ack token. Refer to the associated section.
Mode: operating modes. Acceptable values are:
➢
0- Standby
➢
1- Motion tracking
➢
2- Permanent tracking
➢
3- Motion start/end tracking
➢
4- Activity tracking
➢
5- OFF
Example:
Changing the operating mode to “motion tracking” (01) with an ack token of 3:
0x020301
.
7.3
Position on demand
Whatever the state, a position can be requested from the tracker by the message:
Byte 0
Byte 1
0x01
ACK
Example:
Position on demand message with ack token of 2:
0x0102
.
7.4
Parameters configuration
Any parameter can be remotely modified with a downlink LoRa message.
Such messages are built according to the following format:
Byte 0
Byte 1
Byte 2
Byte 3-6
0x0B
ACK
Parameter ID
New value [31-00]