1.2 Product descripton The Abeetay Industrial Tracker is a multimode tracker combining GPS/Lot poter GPS, WIFI and LoRa radios tith embedded sensors to support accurate outdoor and indoor geolocaton. Designed to tithstand harsh environment, it is ideal for lotipoter industrial indoor and outdoor tracking applicatons.
Industrial Tracker Reference Guide FW 1.8 V0.2 2 FEATURES Multple operatng modes Standby: Lora heartbeat only Moton traciing: Get the tracker positon at a given cycle then moton is detected. Permanent traciing: Get permanently a positon of the tracker.
Industrial Tracker Reference Guide FW 1.8 V0.2 3 INDUSTRIAL TRACKER DEVICE 3.1 Getting started The tracker is provided tith batery connected Your LoRa nettork provider can use tto actvaton modes OTAA (Over The Air Actvaton) that requires the folloting keys to join the nettork: DEVEUI, APPEUI and APPKEY for each device.
Industrial Tracker Reference Guide FW 1.8 V0.2 4.1.5 Moton Start/End traciing mode This mode is usually used then only the beginning and the end of a moton is the point of the interest. The tracker provides its positon then it starts and stops moving. The technology used is defned by the geoloc sensor parameter.
Industrial Tracker Reference Guide FW 1.8 V0.2 4.2.2 Positon on Demand The tracker positon can be requested via LoRa dotnlink message. In this case, the geoloc_method strategy is used. Note This acton has precedence over the operatonal mode. So, if a positon acquisiton is already on progress, the operaton is stopped, and the demand is serviced.
Page 10
Industrial Tracker Reference Guide FW 1.8 V0.2 The range [1 .. 100] gives the sensitvity (in percentage). Page 10 of 46 10th July 2019 Restricted distribution...
Page 11
Industrial Tracker Reference Guide FW 1.8 V0.2 Notes 1i High percentage values should be used then a high sensitvity is expected (a light moton triggers an event). 2i Lot percentage values should be used then a lot sensitvity is expected (a strong moton trigger an event).
Industrial Tracker Reference Guide FW 1.8 V0.2 4.5 Event Messages These messages are notfcatons sent by the tracker informing the server about specifc events Based on the confguraton, events can be: Geolocaton start Moton start Moton end The sending and the type of these messages depend on the operatonal mode as tell as of the config_flags (bits 6, 8 and 9).
Industrial Tracker Reference Guide FW 1.8 V0.2 4.5.5 In actvity traciing operatng mode config flag bits Bit6 Bit 8 Bit 9 Message geolocaton start Moton start Moton end Beginning of moton Moton Start event End of moton Moton End event 4.6 Shoci detecton...
Industrial Tracker Reference Guide FW 1.8 V0.2 5 GEOLOCATION STRATEGY MODES 5.1 Main operatng modes and SOS mode The folloting geolocaton technology setng (geoloc_sensor parameter) are used by the operatng modes: motonitracking, permanentitracking, start/end tracking and SOS. Note that in standby mode, only side operatons can report positons.
Page 15
Industrial Tracker Reference Guide FW 1.8 V0.2 Afer the frst positon is obtained, the geolocaton tming uplink are scheduled using the ul_period parameter (or 120seconds fxed in SOS mode). Important note: Depending on the config_flags, the geoloc start message can be: ...
Page 16
Industrial Tracker Reference Guide FW 1.8 V0.2 Once completed the positon is reported via LoRa and the GPS component stitches to the standby state. Once the gps_standbt_timeout delay expires, the GPS component is potered of. This leads into a loss of all data and ephemeris.
Page 17
With this technology, the device sends the data given by the GPS module before the agps_timeout delay expiry and the positon calculaton is done by the ABEEWAY server. If the GPS component didn’t succeed in having enough data to provide to the server, a LPGPS tmeout message is sent instead of a LPGPS data message.
Page 18
Industrial Tracker Reference Guide FW 1.8 V0.2 The actual geolocaton tmeout can be determined using the formula: Geoloc_tmeout =gps_timeout or agps_timeout depending on the used technology If geoloc_tmeout + WIFI_tme (5 seconds) +stitching techno tme (3 seconds) is higher than ul_period, geoloc_tmeout is adjusted and reduced to ft the ul_period.
Industrial Tracker Reference Guide FW 1.8 V0.2 6 UPLINK MESSAGES This secton describes the payload messages supported by the tracker. Unless othertise specifed, all values are transmited in nettork byte order (MSB frst). Each message is composed by: A common header ...
Industrial Tracker Reference Guide FW 1.8 V0.2 Strategy Statc device Moton device Single transmission using a random data rate tithin Single random 0x01 [SF7iSF12]. Double transmissions: Single transmission First transmission using a random data rate tithin (2). using nettork ADR...
Page 21
Industrial Tracker Reference Guide FW 1.8 V0.2 1i Values calculated using this formula provides a truncated value rounding tithin a range of step_size. Decoded value<Real value<decoded value + step_size 2i if real value<step size, then a value of 0 is decoded...
Industrial Tracker Reference Guide FW 1.8 V0.2 6.7 Actvity status messages 6.7.1 Actvity operatng mode When the operaton mode is actvity, the actvity status reportng has the folloting format: Common header Data Byte 0i4 Byte 5 Byte 6i9 Header tith Type=0x07...
Industrial Tracker Reference Guide FW 1.8 V0.2 Specials parameters Firmware version (Parameter ID equals to 0xFE) should be read as follot: Parameter x Byte 5*x+1 Byte 5*x+2 Byte 5*x+3 Byte 5*x+4 Byte 5*x+5 Parameter ID Parameter value 0xFE 0x00...
Industrial Tracker Reference Guide FW 1.8 V0.2 7 DOWNLINK MESSAGES These messages are sent from the server to the tracker through the LoRa nettork. They are used to either confgure or manage the tracker. Each message contains a header including: ...
Industrial Tracker Reference Guide FW 1.8 V0.2 Special parameter Id: Tracker orientaton: o 0xFA: X axis accelerometer value in mG o 0xFB: Y axis accelerometer value in mG o 0xFC: Z axis accelerometer value in mG provides the orientaton of the tracker on each axis. The orientaton can be negatve, refer to the secton Tto’s complement Encoding...
Page 33
Industrial Tracker Reference Guide FW 1.8 V0.2 The table belot sum up all parameters and their ID. The parameters described as “reserved” are not used for this tracker. Parameter Parameter ul_period 0x00 transmit_strat 0x0E lora_period 0x01 Reserved 0x0F pw_stat_period 0x02...
Page 34
Industrial Tracker Reference Guide FW 1.8 V0.2 Example: To modify the heartbeat period to 1 hour, the command 0x0B020100000E10 should be sent. Descripton: (0x0B): set the parameter (0x02): tith an ack token of 2 (0x01): heartbeat message period ...
Page 35
Industrial Tracker Reference Guide FW 1.8 V0.2 Parameter Unit Range Descripton mete gps_ehpe 0x0B 0i100 Acceptable GPS horizontal error for GPS geolocaton seco Time let to the GPS module to refne the calculated gps_coniergence 0x0C 0i300 positon seco Duraton of the GPS standby mode before going OFF.
Page 36
When 0, no energy status report is transmited. Confguraton lags: bit 0: Frame pending mechanism bit 1: Reserved, not used in industrial tracker bit 2: Reserved, not used in industrial tracker bit 3: Send a confguraton uplink message in response to a confguraton modifcaton dotnlink.
Page 37
Industrial Tracker Reference Guide FW 1.8 V0.2 Parameter Unit Range Descripton This parameter provides the confguraton of the sensitvity of the shock detecton from 1 to 100%. A value of 0 disables the shock detecton. 0x15 0i100 shock_detection Note: When enabled, the motion_sensitiiitt...
Industrial Tracker Reference Guide FW 1.8 V0.2 9 CONFIGURATION EXAMPLES This chapter provides some confguraton profles examples depending on partcular use cases. The parameters can be modifed depending on the expected positon accuracy, the environment type (indoor, outdoor) and the expected batery life.
Industrial Tracker Reference Guide FW 1.8 V0.2 Side operatng modes The folloting functons can be added to this profle: Shock detecton: confgure the shock_detection parameter Moton informaton: enable moton_start and moton_end events, via the config_flags parameter Periodic positon reportng: confgure the period_pos_period parameter 9.2 Profile 2: Accurate Daily periodic positon...
Industrial Tracker Reference Guide FW 1.8 V0.2 9.4 Profile 4: Accurate positons at start and stop moving (including start/stop events message) Use case: Accurate positons sent at the beginning and the end of a moton. The proposed confguraton uses: Start/end traciing operatng mode ...
Industrial Tracker Reference Guide FW 1.8 V0.2 9.6 Profile 6: Permanent traciing Use case: Accurate positons sent every minute. WARNING: this mode is very consuming for the battery and should be used only for a short period The proposed confguraton uses: ...
Page 46
Industrial Tracker Reference Guide FW 1.8 V0.2 Page 46 of 46 10th July 2019 Restricted distribution...
Need help?
Do you have a question about the Industrial Tracker and is the answer not in the manual?
Questions and answers