Contents
1. Introduction................................................................................................................................4
2. Features.....................................................................................................................................5
2.1 Hardware Specifications ..................................................................................................5
2.2 Architecture......................................................................................................................6
2.2.1 Get the GNSS/Wi-Fi/Bluetooth Location ................................................................7
2.2.2 LoRaWAN Network................................................................................................8
2.2.3 Application.............................................................................................................9
2.3 Main Function..................................................................................................................9
2.3.1 Work Mode ............................................................................................................9
2.3.2 Sensor Description.................................................................................................9
2.3.3 Data Cache..........................................................................................................10
3. How to Operate the Button.......................................................................................................11
4. How to Configure via Bluetooth................................................................................................13
4.1 Download SenseCAP Mate App.....................................................................................13
4.2 Quick Start with SenseCAP Server................................................................................13
4.3 Setting the Tracker Parameters through the App............................................................14
4.3.1 Bluetooth Pairing .................................................................................................14
4.3.2 Test the Sensor....................................................................................................15
4.3.3 Set the LoRa Parameters ....................................................................................16
4.3.4 Explanation of Frequency Plan and EUI...............................................................17
4.3.5 Setting the Work Mode ........................................................................................19
4.3.6 Configuring Geolocation Settings.........................................................................22
4.3.7 Sending and Exiting Bluetooth Pairing.................................................................23
5. Binding the Device and Checking the Data..............................................................................24
5.1 Check Data via App .......................................................................................................24
5.2 Check Data via SenseCAP Portal..................................................................................24
5.2.1 Create Account and Query Data ..........................................................................25
5.2.2 API Instruction .....................................................................................................26
6. Payload Decoder .....................................................................................................................27
6.1 Decoder Code................................................................................................................27
6.2 Uplink Packet Parsing....................................................................................................27
6.2.1 Device Status Packet -Event Mode 0x01.............................................................28
6.2.2 Device Status Packet -Periodic Mode 0x02 .........................................................32
6.2.3 Heartbeat Packet -0x05.......................................................................................33
6.2.4 GNSS Location and Sensor Packet-0x06 ............................................................34
6.2.5 Wi-Fi Location and Sensor Packet-0x07..............................................................36
6.2.6 Bluetooth Location and Sensor Packet-0x08 .......................................................38
6.2.7 GNSS Location Only Packet-0x09.......................................................................40
6.2.8 Wi-Fi Location Only Packet-0x0A.........................................................................42
6.2.9 Bluetooth Location Only Packet-0x0B..................................................................44
6.2.10 Positioning Timeout and Error Code Packet-0x0D...............................................46
6.3 Downlink Packet, FPort=5..............................................................................................46