<
From version < 15.2 >
edited by Xiaoling
on 2023/04/21 16:26
To version < 14.44 >
edited by Xiaoling
on 2023/04/17 11:26
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -62,7 +62,6 @@
62 62  * Downlink to change configure
63 63  * 8500mAh Battery for long term use
64 64  
65 -
66 66  == 1.3 Specification ==
67 67  
68 68  
... ... @@ -105,7 +105,6 @@
105 105  * Sleep Mode: 5uA @ 3.3v
106 106  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
107 107  
108 -
109 109  == 1.4 Sleep mode and working mode ==
110 110  
111 111  
... ... @@ -133,7 +133,6 @@
133 133  )))
134 134  |(% 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.
135 135  
136 -
137 137  == 1.6 BLE connection ==
138 138  
139 139  
... ... @@ -197,6 +197,8 @@
197 197  Following is an example for how to join the [[TTN v3 LoRaWAN Network>>url:https://console.cloud.thethings.network/]]. Below is the network structure; we use the [[LPS8v2>>url:https://www.dragino.com/products/lora-lorawan-gateway/item/228-lps8v2.html]] as a LoRaWAN gateway in this example.
198 198  
199 199  
197 +
198 +
200 200  The LPS8V2 is already set to connected to [[TTN network >>url:https://console.cloud.thethings.network/]], so what we need to now is configure the TTN server.
201 201  
202 202  
... ... @@ -259,7 +259,7 @@
259 259  
260 260  Example parse in TTNv3
261 261  
262 -[[image:image-20230421162630-1.png]]
261 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/D20-LBD22-LBD23-LB_LoRaWAN_Temperature_Sensor_User_Manual/WebHome/image-20230415153147-2.png?width=1120&height=220&rev=1.1||alt="image-20230415153147-2.png"]]
263 263  
264 264  
265 265  (% style="color:#037691" %)**Sensor Model**(%%): For S31x-LB, this value is 0x0A
... ... @@ -551,7 +551,6 @@
551 551  * 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]].
552 552  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
553 553  
554 -
555 555  == 3.2 General Commands ==
556 556  
557 557  
... ... @@ -599,7 +599,6 @@
599 599  * Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
600 600  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
601 601  
602 -
603 603  === 3.3.2 Get Device Status ===
604 604  
605 605  
... ... @@ -626,7 +626,7 @@
626 626  
627 627  * (% style="color:blue" %)**Downlink Payload:**
628 628  
629 -(% style="color:#037691" %)**0x(0C 01 00 1E)**  (%%) ~/~/ Set AT+SHTEMP=0,30
626 +(% style="color:#037691" %)**0x(0C 01 00 1E)**  (%%) ~/~/Set AT+SHTEMP=0,30
630 630  
631 631  (% style="color:red" %)**(note: 3^^rd^^ byte= 0x00 for low limit(not set), 4^^th^^ byte = 0x1E for high limit: 30)**
632 632  
... ... @@ -643,11 +643,11 @@
643 643  
644 644  Example:
645 645  
646 - AT+SHHUM=70,0  ~/~/ Alarm when humidity lower than 70%.
643 + AT+SHHUM=70,0   ~/~/ Alarm when humidity lower than 70%.
647 647  
648 648  * (% style="color:blue" %)**Downlink Payload:**
649 649  
650 -(% style="color:#037691" %)**0x(0C 02 46 00)**(%%)  ~/~/ Set AT+SHTHUM=70,0
647 +(% style="color:#037691" %)**0x(0C 02 46 00)**(%%)  ~/~/Set AT+SHTHUM=70,0
651 651  
652 652  (% style="color:red" %)**(note: 3^^rd^^ byte= 0x46 for low limit (70%), 4^^th^^ byte = 0x00 for high limit (not set))**
653 653  
... ... @@ -681,7 +681,6 @@
681 681  
682 682  * Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message.
683 683  
684 -
685 685  === 3.3.7 Set Interrupt Mode ===
686 686  
687 687  
... ... @@ -713,7 +713,6 @@
713 713  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
714 714  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
715 715  
716 -
717 717  = 4. Battery & Power Consumption =
718 718  
719 719  
... ... @@ -740,7 +740,6 @@
740 740  * (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/]]
741 741  * Update through UART TTL interface. **[[Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]]**.
742 742  
743 -
744 744  = 6. FAQ =
745 745  
746 746  
... ... @@ -768,7 +768,6 @@
768 768  
769 769  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
770 770  
771 -
772 772  = 8. ​Packing Info =
773 773  
774 774  
... ... @@ -786,7 +786,6 @@
786 786  
787 787  * Weight / pcs : g
788 788  
789 -
790 790  = 9. Support =
791 791  
792 792  
image-20230421162630-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -23.5 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0