Micro Tracker Reference Guide FW 1.7 V1.1
5 Uplink messages
This section describes the payload messages supported by the tracker.
Unless otherwise specified, all values are transmitted in network byte order (MSB first).
Each message is composed by:
➢ A common header
➢ A specific data part
The tracker supports different types of uplink messages, that are described in following sections:
This uplink message is sent to trigger the sending. (and speed up the
configuration of the tracker) if downlink messages are available on gateway and
no other uplink message is on the queue
GPS, low power GPS, WIFI or BLE position data
Used by the server to estimate the battery level. Contain information related to
the power consumption
Notify the server the tracker is operational and under LoRa coverage
Activity Status message
(1)
Reports the activity counter. Used only by the activity tracking operating mode
Configuration message
(1)
Reports the partial or whole configuration of the trackers,
sent when the tracker is set off
Note:
(1) Activity status message and configuration message share the same identifier. They are differentiated
by another field.
5.1 LoRa uplink transmission
5.1.1 Strategy used
The tracker follows the LoRa requirements regarding the transmission (like duty cycle).
Each transmission is managed according to the transmit_strat parameter:
Single transmission
using network ADR
(2).
Single transmission using a fixed data rate: SF10
(1).
Single transmission using a random data rate within [SF7-SF12].
Double transmissions:
• First transmission using a random data rate within [SF7-SF8].
• Second transmission using a random data rate within [SF9-
SF12].
.
Single transmission using network ADR
(2).
Double transmission
using network ADR
(2).
Double transmissions:
• First transmission using a random data rate within [SF7-SF8].
• Second transmission using a fixed data rate: SF10
(1) .
Notes:
(1) Value provisioned in the device in the factory
(2) Number of retransmission and rate managed by the network (with the same sequence number)
Refer the section LoRa parameters for more details.