Skip to main content

Configuration messages

This message reports the parameter values configured in the trackers. If the complete list is requested, several UL messages will be transmitted.

Common headerDataDataDataDataDataData
Byte 0-4Byte 5Byte 6-10Byte 11-15Byte 16-20Byte 21-25Byte 26-30
Header with Type=0x070x02Parameter 1Parameter 2Parameter 3Parameter 4Parameter 5

Parameter x: Configuration of the parameter x, encoded on 5 bytes as follow:

Parameter xParameter x*
Byte (5*x+1)Byte (5*x+2) - (5*x+5)
Parameter IDParameter value

Parameter ID:

ParameterIDParameterIDParameterID
ul_period0x00reed_switch_configuration0x29position_ble_report_type0x52
lora_period0x01gnss_constellation0x2Abuzzer_volume0x53
pw_stat_period0x02prox_scan_pwr_min0x2Bangle_detect_mode0x54
periodic_pos_period0x03prox_distance_coef0x2Cangle_ref_acq0x55
Reserved, do not use0x04prox_scan_frequency0x2Dangle_ref_acc_x0x56
geoloc_sensor0x05prox_backtrace_max_age0x2Eangle_ref_acc_y0x57
geoloc_method0x06prox_distance_sliding_window0x2Fangle_ref_acc_z0x58
Reserved, do not use0x07prox_exposure_500x30angle_critical0x59
motion_nb_pos0x08prox_exposure_1000x31angle_critical_hyst0x5A
gps_timeout0x09prox_exposure_1500x32angle_report_mode0x5B
agps_timeout0x0Aprox_exposure_2000x33angle_report_period0x5C
gps_ehpe0x0Bprox_exposure_2500x34angle_report_repeat0x5D
gps_convergence0x0Cprox_exposure_3000x35angle_rising_time0x5E
config_flags0x0Dprox_exposure_4000x36angle_falling_time0x5F
transmit_strat0x0Eprox_alarm_dist_immediate0x37angle_learning_time0x60
ble_beacon_cnt0x0Fprox_alarm_exposure0x38angle_acc_accuracy0x61
ble_beacon_timeout0x10prox_warn_dist_immediate0x39angle_deviation_delta0x62
gps_standby_timeout0x11prox_warn_exposure0x3Aangle_deviation_min_interval0x63
confirmed_ul_bitmap0x12prox_record_dist_immediate0x3Bangle_deviation_max_interval0x64
confirmed_ul_retry0x13prox_record_exposure0x3Cdefault_profile0x65
motion_sensitivity0x14prox_alarm_buz_duration0x3Dpassword0x66
shock_detection0x15prox_warn_buz_duration0x3Egps_t0_timeout0x67
periodic_activity_period0x16prox_contact_policy0x3Fgps_fix_timeout0x68
motion_duration0x17prox_scan_duration0x40geofencing_scan_duration0x69
geofencing_scan_period0x18prox_scan_window0x41beaconing_type0x6A
geofencing_collect_period0x19prox_scan_interval0x42beaconing_tx_power0x6B
ble_rssi_filter0x1Aprox_alarm_remanence0x43beaconing_static_interval0x6C
temperature_high0x1Bprox_warn_remanence0x44beaconing_motion_interval0x6D
temperature_low0x1Cprox_bcn_repeat0x45beaconing_motion_duration0x6E
temperature_action0x1Dprox_bcn_tx_power0x46ble_cnx_adv_duration0x6F
transmit_strat_custom0x1Eprox_reminder_period0x47beacon_id_00x70
network_timeout_check0x1Fprox_reminder_distance0x48beacon_id_10x71
network_timeout_reset0x20prox_warn_disable_dist0x49beacon_id_20x72
collection_scan_type0x21prox_alarm_disable_dist0x4Abeacon_id_30x73
collection_nb_entry0x22prox_max_speed_filter0x4Bbeacon_id_40x74
collection_ble_filter_type0x23prox_max_update0x4Csos_period0x75
collection_ble_filter_main_10x24position_ble_filter_type0x4Dmotion_debounce0x76
collection_ble_filter_main_20x25position_ble_filter_main_10x4Ebutton mapping0x77
collection_ble_filter_sec_value0x26position_ble_filter_main_20x4Fdefault_datarate0x78
collection_ble_filter_sec_mask0x27position_ble_filter_sec_value0x50
battery_capacity0x28position_ble_filter_sec_mask0x51
Note

Parameters in bold are new or modified in this firmware version.

Parameter value: Unsigned 32 bits value in big endian format (MSB first).

Special parameters

Firmware version (Parameter ID equals to 0xFD or 0xFE) should be read as follows:

Parameter xParameter IDParameter value
Byte 5*x+10xFD or 0xFE
Byte 5*x+20x00
Byte 5*x+3Firmware version
Byte 5*x+4Firmware revision
Byte 5*x+5Firmware iteration

Example

Parameter=0xfe00010881, Firmware version=0x01, Firmware revision=0x08, Firmware iteration= 0x81

  • Tracker orientation (Parameters ID equals to 0xFA, 0xFB or 0xFC) can be negative. Refer to the section Two's complement Encoding for information for the encoding.
Parameter xParameter IDParameter value
Byte 5*x+10xFA, 0xFB or 0xFC
Byte 5*x+2 - 5*x+5X, Y or Z Axis

X, Y or Z Axis: Value measured on axis X, Y or Z of the accelerometer, it is expressed in mG. Refer to the section Two's complement Encoding for information for the encoding

  • Operational Mode (Parameter ID equals to 0xF9): Unsigned 32 bits value in big endian format (MSB first).

    • 0- Standby
    • 1- Motion tracking
    • 2- Permanent tracking
    • 3- Motion start/end tracking
    • 4- Activity tracking
  • Dynamic profile configuration (Parameter ID equals to 0xF6): provides the dynamic profile of the tracker.

    • 0: No profile
    • 1: Profile sleep
    • 2: Profile economic
    • 3: Profile intensive
  • Power consumption (Parameter ID equals to 0xF7): provides the power consumption of the tracker in mA

  • BLE Bond status (Parameter ID equals to 0xF8): Unsigned 32 bits value in big endian format (MSB first).

    • 0: the tracker is not bonded
    • 1: the tracker is bonded
    • 2: unknown state