Last modified by Mengting Qiu on 2025/07/01 15:58

From version 16.1
edited by Xiaoling
on 2023/04/21 17:16
Change comment: Uploaded new attachment "image-20230421171614-1.png", version {1}
To version 20.2
edited by Xiaoling
on 2023/04/28 09:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -140,7 +140,7 @@
140 140  == 1.6 BLE connection ==
141 141  
142 142  
143 -D2x-LB support BLE remote configure.
143 +S31x-LB support BLE remote configure.
144 144  
145 145  
146 146  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:
... ... @@ -199,7 +199,6 @@
199 199  
200 200  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.
201 201  
202 -
203 203  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.
204 204  
205 205  
... ... @@ -207,10 +207,9 @@
207 207  
208 208  Each S31x-LB is shipped with a sticker with the default device EUI as below:
209 209  
210 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50v2-S31-S31B%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20User%20Manual/WebHome/image-20220607170145-1.jpeg?rev=1.1||alt="image-20220607170145-1.jpeg"]]
209 +[[image:image-20230426084152-1.png||height="233" width="502"]]
211 211  
212 212  
213 -
214 214  You can enter this key in the LoRaWAN Server portal. Below is TTN screen shot:
215 215  
216 216  
... ... @@ -262,7 +262,7 @@
262 262  
263 263  Example parse in TTNv3
264 264  
265 -[[image:image-20230421162630-1.png]]
263 +[[image:image-20230421171614-1.png]]
266 266  
267 267  
268 268  (% style="color:#037691" %)**Sensor Model**(%%): For S31x-LB, this value is 0x0A
... ... @@ -339,7 +339,7 @@
339 339  [[Humidity>>||anchor="HHumidity:"]]
340 340  )))
341 341  
342 -==== (% style="color:#4472c4" %)**Battery:**(%%) ====
340 +==== (% style="color:#4472c4" %)**Battery**(%%) ====
343 343  
344 344  Sensor Battery Level.
345 345  
... ... @@ -349,7 +349,7 @@
349 349  
350 350  
351 351  
352 -==== (% style="color:#4472c4" %)**Temperature:**(%%) ====
350 +==== (% style="color:#4472c4" %)**Temperature**(%%) ====
353 353  
354 354  **Example**:
355 355  
... ... @@ -360,13 +360,13 @@
360 360  (FF3F & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative)
361 361  
362 362  
363 -==== (% style="color:#4472c4" %)**Humidity:**(%%) ====
361 +==== (% style="color:#4472c4" %)**Humidity**(%%) ====
364 364  
365 365  
366 366  Read:0x(0197)=412    Value:  412 / 10=41.2, So 41.2%
367 367  
368 368  
369 -==== (% style="color:#4472c4" %)**Alarm Flag& MOD:**(%%) ====
367 +==== (% style="color:#4472c4" %)**Alarm Flag& MOD**(%%) ====
370 370  
371 371  
372 372  **Example:**
... ... @@ -476,9 +476,9 @@
476 476  
477 477  **Example:**
478 478  
479 -If D2x-LB has below data inside Flash:
477 +If S31x-LB has below data inside Flash:
480 480  
481 -[[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"]]
479 +[[image:1682646494051-944.png]]
482 482  
483 483  If user sends below downlink command: 3160065F9760066DA705
484 484  
... ... @@ -545,7 +545,7 @@
545 545  
546 546  = 3. Configure S31x-LB =
547 547  
548 -== 3.1 Configure Methods: ==
546 +== 3.1 Configure Methods ==
549 549  
550 550  
551 551  S31x-LB supports below configure method:
... ... @@ -603,8 +603,6 @@
603 603  * Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
604 604  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
605 605  
606 -
607 -
608 608  === 3.3.2 Get Device Status ===
609 609  
610 610  
... ... @@ -615,7 +615,7 @@
615 615  Sensor will upload Device Status via FPORT=5. See payload section for detail.
616 616  
617 617  
618 -=== 3.3.3 Set Temperature Alarm Threshold: ===
614 +=== 3.3.3 Set Temperature Alarm Threshold ===
619 619  
620 620  * (% style="color:blue" %)**AT Command:**
621 621  
... ... @@ -636,7 +636,7 @@
636 636  (% style="color:red" %)**(note: 3^^rd^^ byte= 0x00 for low limit(not set), 4^^th^^ byte = 0x1E for high limit: 30)**
637 637  
638 638  
639 -=== 3.3.4 Set Humidity Alarm Threshold: ===
635 +=== 3.3.4 Set Humidity Alarm Threshold ===
640 640  
641 641  * (% style="color:blue" %)**AT Command:**
642 642  
... ... @@ -657,7 +657,7 @@
657 657  (% style="color:red" %)**(note: 3^^rd^^ byte= 0x46 for low limit (70%), 4^^th^^ byte = 0x00 for high limit (not set))**
658 658  
659 659  
660 -=== 3.3.5 Set Alarm Interval: ===
656 +=== 3.3.5 Set Alarm Interval ===
661 661  
662 662  The shortest time of two Alarm packet. (unit: min)
663 663  
... ... @@ -670,7 +670,7 @@
670 670  (% style="color:#037691" %)**0x(0D 00 1E)**(%%)     **~-~--> ** Set AT+ATDC=0x 00 1E = 30 minutes
671 671  
672 672  
673 -=== 3.3.6 Get Alarm settings  (什么FPORT?) ===
669 +=== 3.3.6 Get Alarm settings ===
674 674  
675 675  
676 676  Send a LoRaWAN downlink to ask device send Alarm settings.
1682646494051-944.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +206.9 KB
Content
image-20230426084152-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +190.0 KB
Content