<
From version < 16.3 >
edited by kai
on 2023/04/23 15:02
To version < 16.2 >
edited by Xiaoling
on 2023/04/21 17:16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kai
1 +XWiki.Xiaoling
Content
... ... @@ -62,6 +62,7 @@
62 62  * Downlink to change configure
63 63  * 8500mAh Battery for long term use
64 64  
65 +
65 65  == 1.3 Specification ==
66 66  
67 67  
... ... @@ -104,6 +104,7 @@
104 104  * Sleep Mode: 5uA @ 3.3v
105 105  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
106 106  
108 +
107 107  == 1.4 Sleep mode and working mode ==
108 108  
109 109  
... ... @@ -131,10 +131,11 @@
131 131  )))
132 132  |(% 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.
133 133  
136 +
134 134  == 1.6 BLE connection ==
135 135  
136 136  
137 -S31x-LB support BLE remote configure.
140 +D2x-LB support BLE remote configure.
138 138  
139 139  
140 140  BLE can be used to configure the parameter of sensor or see the console output from sensor. BLE will be only activate on below case:
... ... @@ -244,7 +244,7 @@
244 244  === 2.3.1 Device Status, FPORT~=5 ===
245 245  
246 246  
247 -Users can use the downlink command(**0x26 01**) to ask S31x-LB to send device configure detail, include device configure status. S31-LB will uplink a payload via FPort=5 to server.
250 +Users can use the downlink command(**0x26 01**) to ask S31x-LB to send device configure detail, include device configure status. S31x-LB will uplink a payload via FPort=5 to server.
248 248  
249 249  The Payload format is as below.
250 250  
... ... @@ -423,7 +423,7 @@
423 423  
424 424  User need to set (% style="color:blue" %)**SYNCMOD=1**(%%) to enable sync time via MAC command.
425 425  
426 -Once S31-LB Joined LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time to S31x-LB. If S31x-LB fails to get the time from the server, S31x-LB will use the internal time and wait for next time request (AT+SYNCTDC to set the time request period, default is 10 days).
429 +Once S31x-LB Joined LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time to S31x-LB. If S31x-LB fails to get the time from the server, S31x-LB will use the internal time and wait for next time request (AT+SYNCTDC to set the time request period, default is 10 days).
427 427  
428 428  (% style="color:red" %)**Note: LoRaWAN Server need to support LoRaWAN v1.0.3(MAC v1.0.3) or higher to support this MAC command feature, Chirpstack,TTN V3 v3 and loriot support but TTN V3 v2 doesn't support. If server doesn't support this command, it will through away uplink packet with this command, so user will lose the packet with time request for TTN V3 v2 if SYNCMOD=1.**
429 429  
... ... @@ -470,7 +470,7 @@
470 470  
471 471  **Example:**
472 472  
473 -If S31-LB has below data inside Flash:
476 +If D2x-LB has below data inside Flash:
474 474  
475 475  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/WebHome/image-20220523144455-1.png?width=735&height=335&rev=1.1||alt="image-20220523144455-1.png" height="335" width="735"]]
476 476  
... ... @@ -481,7 +481,7 @@
481 481   Stop time: 60066DA7= time 21/1/19 05:27:03
482 482  
483 483  
484 -**S31-LB will uplink this payload.**
487 +**S31x-LB will uplink this payload.**
485 485  
486 486  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/WebHome/image-20220523001219-13.png?width=727&height=421&rev=1.1||alt="image-20220523001219-13.png" height="421" width="727"]]
487 487  
... ... @@ -548,6 +548,7 @@
548 548  * 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]].
549 549  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
550 550  
554 +
551 551  == 3.2 General Commands ==
552 552  
553 553  
... ... @@ -595,6 +595,7 @@
595 595  * Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
596 596  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
597 597  
602 +
598 598  === 3.3.2 Get Device Status ===
599 599  
600 600  
... ... @@ -660,7 +660,7 @@
660 660  (% style="color:#037691" %)**0x(0D 00 1E)**(%%)     **~-~--> ** Set AT+ATDC=0x 00 1E = 30 minutes
661 661  
662 662  
663 -=== 3.3.6 Get Alarm settings: ===
668 +=== 3.3.6 Get Alarm settings  (什么FPORT?) ===
664 664  
665 665  
666 666  Send a LoRaWAN downlink to ask device send Alarm settings.
... ... @@ -676,9 +676,10 @@
676 676  
677 677  * Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message.
678 678  
679 -=== 3.3.7 Set Interrupt Mode: ===
680 680  
685 +=== 3.3.7 Set Interrupt Mode ===
681 681  
687 +
682 682  Feature, Set Interrupt mode for GPIO_EXIT.
683 683  
684 684  (% style="color:blue" %)**AT Command: AT+INTMOD**
... ... @@ -707,15 +707,16 @@
707 707  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
708 708  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
709 709  
710 -= 4. Battery & Power Consumption: =
711 711  
717 += 4. Battery & Power Consumption =
712 712  
719 +
713 713  S31x-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
714 714  
715 715  [[**Battery Info & Power Consumption Analyze**>>http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] .
716 716  
717 717  
718 -= 5. OTA Firmware update: =
725 += 5. OTA Firmware update =
719 719  
720 720  
721 721  (% class="wikigeneratedid" %)
... ... @@ -733,6 +733,7 @@
733 733  * (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/]]
734 734  * Update through UART TTL interface. **[[Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]]**.
735 735  
743 +
736 736  = 6. FAQ =
737 737  
738 738  
... ... @@ -760,6 +760,7 @@
760 760  
761 761  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
762 762  
771 +
763 763  = 8. ​Packing Info =
764 764  
765 765  
... ... @@ -777,6 +777,7 @@
777 777  
778 778  * Weight / pcs : g
779 779  
789 +
780 780  = 9. Support =
781 781  
782 782  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0