Last modified by Mengting Qiu on 2025/07/01 15:58
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -48,6 +48,8 @@ 48 48 * Downlink to change configure 49 49 * 8500mAh Battery for long term use 50 50 51 + 52 + 51 51 == 1.3 Specification == 52 52 53 53 ... ... @@ -90,6 +90,8 @@ 90 90 * Sleep Mode: 5uA @ 3.3v 91 91 * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm 92 92 95 + 96 + 93 93 == 1.4 Sleep mode and working mode == 94 94 95 95 ... ... @@ -117,6 +117,8 @@ 117 117 ))) 118 118 |(% style="width:167px" %)Fast press ACT 5 times.|(% style="width:117px" %)Deactivate Device|(% style="width:225px" %)(% style="color:red" %)**Red led**(%%) will solid on for 5 seconds. Means device is in Deep Sleep Mode. 119 119 124 + 125 + 120 120 == 1.6 BLE connection == 121 121 122 122 ... ... @@ -258,33 +258,33 @@ 258 258 259 259 (% style="color:#037691" %)**Frequency Band**: 260 260 261 - *0x01: EU868267 +0x01: EU868 262 262 263 - *0x02: US915269 +0x02: US915 264 264 265 - *0x03: IN865271 +0x03: IN865 266 266 267 - *0x04: AU915273 +0x04: AU915 268 268 269 - *0x05: KZ865275 +0x05: KZ865 270 270 271 - *0x06: RU864277 +0x06: RU864 272 272 273 - *0x07: AS923279 +0x07: AS923 274 274 275 - *0x08: AS923-1281 +0x08: AS923-1 276 276 277 - *0x09: AS923-2283 +0x09: AS923-2 278 278 279 - *0x0a: AS923-3285 +0x0a: AS923-3 280 280 281 - *0x0b: CN470287 +0x0b: CN470 282 282 283 - *0x0c: EU433289 +0x0c: EU433 284 284 285 - *0x0d: KR920291 +0x0d: KR920 286 286 287 - *0x0e: MA869293 +0x0e: MA869 288 288 289 289 290 290 (% style="color:#037691" %)**Sub-Band**: ... ... @@ -338,7 +338,6 @@ 338 338 Ex2: 0x0B49 = 2889mV 339 339 340 340 341 - 342 342 ==== (% style="color:#4472c4" %)**Temperature**(%%) ==== 343 343 344 344 **Example**: ... ... @@ -570,6 +570,8 @@ 570 570 * AT Command via UART Connection : See [[UART Connection>>http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H2.3UARTConnectionforSN50v3basemotherboard]]. 571 571 * LoRaWAN Downlink. Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 572 572 578 + 579 + 573 573 == 3.2 General Commands == 574 574 575 575 ... ... @@ -617,6 +617,8 @@ 617 617 * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 618 618 * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 619 619 627 + 628 + 620 620 === 3.3.2 Get Device Status === 621 621 622 622 ... ... @@ -700,6 +700,8 @@ 700 700 701 701 * Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message. 702 702 712 + 713 + 703 703 === 3.3.7 Set Interrupt Mode === 704 704 705 705 ... ... @@ -733,6 +733,8 @@ 733 733 * Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode 734 734 * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger 735 735 747 + 748 + 736 736 === 3.3.8 Set Power Output Duration === 737 737 738 738 ... ... @@ -750,7 +750,7 @@ 750 750 |=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3;color:#0070C0" %)**Response** 751 751 |(% style="width:154px" %)AT+5VT=?|(% style="width:196px" %)Show 5V open time.|(% style="width:157px" %)0 (default) 752 752 OK 753 -|(% style="width:154px" %)AT+5VT= 500|(% style="width:196px" %)Close after a delay of 1000 milliseconds.|(% style="width:157px" %)OK766 +|(% style="width:154px" %)AT+5VT=1000|(% style="width:196px" %)Close after a delay of 1000 milliseconds.|(% style="width:157px" %)OK 754 754 755 755 (% style="color:blue" %)**Downlink Command: 0x07** 756 756 ... ... @@ -761,6 +761,8 @@ 761 761 * Example 1: Downlink Payload: 070000 **~-~-->** AT+5VT=0 762 762 * Example 2: Downlink Payload: 0701F4 **~-~-->** AT+5VT=500 763 763 777 + 778 + 764 764 = 4. Battery & Power Consumption = 765 765 766 766 ... ... @@ -784,8 +784,8 @@ 784 784 785 785 Methods to Update Firmware: 786 786 787 -* (Recommanded way) OTA firmware update via wireless: 788 -* Update through UART TTL interface .**[[Instruction>>url:http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]]**.802 +* (Recommanded way) OTA firmware update via wireless : **[[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/]]** 803 +* Update through UART TTL interface : **[[Instruction>>url:http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]]**. 789 789 790 790 791 791 ... ... @@ -816,6 +816,8 @@ 816 816 817 817 * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band 818 818 834 + 835 + 819 819 = 8. Packing Info = 820 820 821 821 ... ... @@ -833,6 +833,8 @@ 833 833 834 834 * Weight / pcs : g 835 835 853 + 854 + 836 836 = 9. Support = 837 837 838 838