Changes for page TrackerD -- LoRaWAN Tracker User Manual
Last modified by Bei Jinggeng on 2025/08/01 17:45
From version 238.1
edited by Edwin Chen
on 2025/02/02 15:46
on 2025/02/02 15:46
Change comment:
There is no comment for this version
To version 237.1
edited by Edwin Chen
on 2025/02/02 15:42
on 2025/02/02 15:42
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -527,7 +527,7 @@ 527 527 528 528 TrackerD supports BLE scanning for indoor positioning. Users can set SMOD to BLE pure or GPS/BLE Hybrid, so TrackerD will scan up to 40 BLE iBeacons and send uplinks. 529 529 530 -User can set [[(% class="wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink" %)**BLEMASK**>>path:#H3.2.11A0SetBLEMASKtofilterBLEiBeacon]](%%) so TrackerD will only search the iBeacons which have UUID that match the BLEMASK settings.530 +User can set [[(% class="wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink" %)**BLEMASK**>>path:#H3.2.11A0SetBLEMASKtofilterBLEiBeacon]](%%) so TrackerD will only search the iBeacons which have UUID that match the BLEMASK settings. 531 531 532 532 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:348px" %) 533 533 |(% style="background-color:#4f81bd; color:white" %)**Size(bytes)**|(% style="background-color:#4f81bd; color:white" %)**2**|(% style="background-color:#4f81bd; color:white" %)**1**|(% style="background-color:#4f81bd; color:white" %)**2**|(% style="background-color:#4f81bd; color:white" %)**2**|(% style="background-color:#4f81bd; color:white" %)**1**|(% style="background-color:#4f81bd; color:white" %)**2**|(% style="background-color:#4f81bd; color:white" %)**2**|(% style="background-color:#4f81bd; color:white" %)**1**|(% style="background-color:#4f81bd; color:white" %)**...** ... ... @@ -1786,20 +1786,17 @@ 1786 1786 ))) 1787 1787 1788 1788 1789 -= Sensor Payload Decoding Description = 1790 1790 1791 -= =DeviceOverview==1790 += 传感器 Payload 解码描述 = 1792 1792 1793 - {{figure reference="device.png" alt="DeviceImage" caption="TrackerD Sensor Device" width="300"/}}1792 +== Fport=5 的解码规则 == 1794 1794 1795 - ==Decoding Rules forFport=5==1794 +以下是 Fport=5 的 Payload 解码规则: 1796 1796 1797 -The following table describes the decoding rules for Fport=5: 1798 - 1799 -|= Byte Position |= Field Name |= Description |= Example Value 1800 -| 1 | Sensor Model | Sensor model, `0x13` represents TrackerD, otherwise display raw value | `0x13` → TrackerD 1801 -| 2-3 | Firmware Version | Firmware version, `0x0140` represents v1.4.0 | `0x0140` → v1.4.0 1802 -| 4 | Frequency Band | Frequency band mapping: | 1796 +|= 字节位置 |= 字段名称 |= 描述 |= 示例值 1797 +| 1 | Sensor Model | 传感器型号,`0x13` 代表 TrackerD,否则显示原始值 | `0x13` → TrackerD 1798 +| 2-3 | Firmware Version | 固件版本,`0x0140` 代表 v1.4.0 | `0x0140` → v1.4.0 1799 +| 4 | Frequency Band | 频段,具体映射如下:| 1803 1803 | | | `0x01`: EU868 | 1804 1804 | | | `0x02`: US915 | 1805 1805 | | | `0x03`: IN865 | ... ... @@ -1810,42 +1810,42 @@ 1810 1810 | | | `0x08`: AS923-1 | 1811 1811 | | | `0x09`: AS923-2 | 1812 1812 | | | `0x0a`: AS923-3 | 1813 -| 5 | Sub Band | Sub band,`0x00~0x08`(only forAU915/US915),othersare`0xFF` | `0xFF` → N/A1814 -| 6-7 | Battery | Batteryvoltage inmV | `0x0FA2` → 4002 mV1815 -| 8 | SMOD | BLE settings,GPSmode, and positioning mode:|1816 -| | | Bits1-4:BLEsettings|1817 -| | | Bits5-6:GPSmode|1818 -| | | Bits7-8:Positioningmode|1819 -| 9 | Status | Status bits:|1820 -| | | Bit1:Transport Mode |1821 -| | | Bit2:LON |1822 -| | | Bit3:PNACKMD |1823 -| | | Bits4-8:Reserved|1810 +| 5 | Sub Band | 子频段,`0x00~0x08`(仅对 AU915/US915 有效),其他为 `0xFF` | `0xFF` → N/A 1811 +| 6-7 | Battery | 电池电压,单位 mV | `0x0FA2` → 4002 mV 1812 +| 8 | SMOD | BLE 设置、GPS 模式和定位模式:| 1813 +| | | 1~4 位:BLE 设置 | 1814 +| | | 5~6 位:GPS 模式 | 1815 +| | | 7~8 位:定位模式 | 1816 +| 9 | Status | 状态位:| 1817 +| | | 第 1 位:Transport Mode | 1818 +| | | 第 2 位:LON | 1819 +| | | 第 3 位:PNACKMD | 1820 +| | | 4~8 位:未定义 | 1824 1824 1825 -== Decoding Rules forFport=2 ==1822 +== Fport=2 的解码规则 == 1826 1826 1827 - Thefollowing table describesthedecodingrules forFport=2:1824 +以下是 Fport=2 的 Payload 解码规则: 1828 1828 1829 -|= BytePosition|=FieldName|=Description|=Example Value1830 -| 1-4 | Latitude | Latitudein degrees| `0x02863D68` → 42.3519761831 -| 5-8 | Longitude | Longitudein degrees| `0xFAC29BAF` → -87.9094571832 -| 9-10 | Alarm & Battery | Alarm and battery voltage:|1833 -| | | Bit7:Alarm |1834 -| | | Bits1-6 +Byte10:Battery(inmV)| `0x4B45` → Alarm=True, Battery=2885 mV1835 -| 11 | Flag | Flag bits:|1836 -| | | Bits2-3:MOD |1837 -| | | Bit1:LON |1838 -| 12-13 | Humidity | Humidity in% | `0x0230` → 56%1839 -| 14-15 | Temperature | Temperature in°C | `0x0202` → 5.14°C, `0xF11A` → -38.14°C1826 +|= 字节位置 |= 字段名称 |= 描述 |= 示例值 1827 +| 1-4 | Latitude | 纬度,单位:度 | `0x02863D68` → 42.351976 1828 +| 5-8 | Longitude | 经度,单位:度 | `0xFAC29BAF` → -87.909457 1829 +| 9-10 | Alarm & Battery | 报警和电池电压:| 1830 +| | | 第 7 位:Alarm | 1831 +| | | 第 1~6 位 + 第 10 字节:Battery(单位:mV) | `0x4B45` → Alarm=True, Battery=2885 mV 1832 +| 11 | Flag | 标志位:| 1833 +| | | 第 2~3 位:MOD | 1834 +| | | 第 1 位:LON | 1835 +| 12-13 | Humidity | 湿度,单位:% | `0x0230` → 56% 1836 +| 14-15 | Temperature | 温度,单位:°C | `0x0202` → 5.14°C, `0xF11A` → -38.14°C 1840 1840 1841 -== ExamplePayloadDecoding==1838 +== 示例 Payload 解码 == 1842 1842 1843 - Beloware examples of decoded payloads:1840 +以下是示例 Payload 的解码结果: 1844 1844 1845 -=== Example forFport=5 ===1842 +=== Fport=5 示例 === 1846 1846 {{code}} 1847 1847 Payload: [0x13, 0x01, 0x40, 0x01, 0xFF, 0x0F, 0xA2, 0x12, 0x03] 1848 - Decoded Result:1845 +解码结果: 1849 1849 { 1850 1850 "sensorModel": "TrackerD", 1851 1851 "firmwareVersion": "v1.4.0", ... ... @@ -1863,10 +1863,10 @@ 1863 1863 } 1864 1864 {{/code}} 1865 1865 1866 -=== Example forFport=2 ===1863 +=== Fport=2 示例 === 1867 1867 {{code}} 1868 1868 Payload: [0x02, 0x86, 0x3D, 0x68, 0xFA, 0xC2, 0x9B, 0xAF, 0x4B, 0x45, 0x03, 0x02, 0x30, 0x02, 0x02] 1869 - Decoded Result:1866 +解码结果: 1870 1870 { 1871 1871 "latitude": 42.351976, 1872 1872 "longitude": -87.909457, ... ... @@ -1878,21 +1878,3 @@ 1878 1878 "temperature": "5.14 °C" 1879 1879 } 1880 1880 {{/code}} 1881 - 1882 -== Horizontal Byte Layout == 1883 - 1884 -Below is the horizontal byte layout for better visualization: 1885 - 1886 -=== Fport=5 Byte Layout === 1887 -{{code}} 1888 -| Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | Byte 8 | Byte 9 | 1889 -|--------|--------|--------|--------|--------|--------|--------|--------|--------| 1890 -| Model | Firmware Version | Frequency Band | Sub Band | Battery Voltage | SMOD | Status | 1891 -{{/code}} 1892 - 1893 -=== Fport=2 Byte Layout === 1894 -{{code}} 1895 -| Byte 1-4 | Byte 5-8 | Byte 9-10 | Byte 11 | Byte 12-13 | Byte 14-15 | 1896 -|----------|----------|-----------|---------|------------|------------| 1897 -| Latitude | Longitude | Alarm & Battery | Flag | Humidity | Temperature | 1898 -{{/code}}