<
From version < 39.6 >
edited by Xiaoling
on 2023/05/17 09:40
To version < 41.1 >
edited by Saxer Lin
on 2023/05/23 17:16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Saxer
Content
... ... @@ -26,8 +26,6 @@
26 26  
27 27  S31x-LB supports (% style="color:blue" %)**Temperature & Humdity alarm feature**(%%), user can set temperature alarm for instant notice. S31x-LB supports Datalog feature, it can save the data when there is no LoRaWAN network and uplink when network recover.
28 28  
29 -S31x-LB has max 3 probes which measure maximum 3 temperature points.
30 -
31 31  S31x-LB (% style="color:blue" %)**supports BLE configure**(%%) and (% style="color:blue" %)**wireless OTA update**(%%) which make user easy to use.
32 32  
33 33  S31x-LB is powered by (% style="color:blue" %)**8500mAh Li-SOCI2 battery**(%%), it is designed for long term use up to 5 years.
... ... @@ -50,8 +50,6 @@
50 50  * Downlink to change configure
51 51  * 8500mAh Battery for long term use
52 52  
53 -
54 -
55 55  == 1.3 Specification ==
56 56  
57 57  
... ... @@ -94,8 +94,6 @@
94 94  * Sleep Mode: 5uA @ 3.3v
95 95  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
96 96  
97 -
98 -
99 99  == 1.4 Sleep mode and working mode ==
100 100  
101 101  
... ... @@ -123,8 +123,6 @@
123 123  )))
124 124  |(% 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.
125 125  
126 -
127 -
128 128  == 1.6 BLE connection ==
129 129  
130 130  
... ... @@ -373,7 +373,7 @@
373 373  
374 374  In the page (% style="color:#037691" %)**Applications ~-~-> Payload Formats ~-~-> Custom ~-~-> decoder**(%%) to add the decoder from:
375 375  
376 -[[https:~~/~~/github.com/dragino/dragino-end-node-decoder/tree/main/LSN50v2-S31%26S31B >>https://github.com/dragino/dragino-end-node-decoder/tree/main/LSN50v2-S31%26S31B]]
368 +[[https:~~/~~/github.com/dragino/dragino-end-node-decoder/tree/main/S31-LB%26S31B-LB>>https://github.com/dragino/dragino-end-node-decoder/tree/main/S31-LB%26S31B-LB]]
377 377  
378 378  
379 379  == 2.5 Datalog Feature ==
... ... @@ -542,8 +542,6 @@
542 542  * 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]].
543 543  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
544 544  
545 -
546 -
547 547  == 3.2 General Commands ==
548 548  
549 549  
... ... @@ -591,8 +591,6 @@
591 591  * Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
592 592  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
593 593  
594 -
595 -
596 596  === 3.3.2 Get Device Status ===
597 597  
598 598  
... ... @@ -677,12 +677,10 @@
677 677  
678 678  * Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message.
679 679  
680 -
681 -
682 682  === 3.3.7 Set Interrupt Mode ===
683 683  
684 684  
685 -Feature, Set Interrupt mode for GPIO_EXIT.
671 +Feature, Set Interrupt mode for PA8 of PIN.
686 686  
687 687  (% style="color:blue" %)**AT Command: AT+INTMOD**
688 688  
... ... @@ -710,8 +710,39 @@
710 710  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
711 711  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
712 712  
699 +=== ===
713 713  
701 +=== 3.3.7 Set Power Output Duration ===
714 714  
703 +
704 +Control the output duration 5V . Before each sampling, device will
705 +
706 +~1. first enable the power output to external sensor,
707 +
708 +2. keep it on as per duration, read sensor value and construct uplink payload
709 +
710 +3. final, close the power output.
711 +
712 +(% style="color:blue" %)**AT Command: AT+5VT**
713 +
714 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
715 +|=(% style="width: 154px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 196px;background-color:#D9E2F3" %)**Function**|=(% style="width: 157px;background-color:#D9E2F3" %)**Response**
716 +|(% style="width:154px" %)AT+5VT=?|(% style="width:196px" %)Show 5V open time.|(% style="width:157px" %)0 (default)
717 +OK
718 +|(% style="width:154px" %)AT+5VT=500|(% style="width:196px" %)Close after a delay of 1000 milliseconds.|(% style="width:157px" %)OK
719 +
720 +(% style="color:blue" %)**Downlink Command: 0x07**
721 +
722 +Format: Command Code (0x07) followed by 2 bytes.
723 +
724 +The first and second bytes are the time to turn on.
725 +
726 +* Example 1: Downlink Payload: 070000  **~-~-->**  AT+5VT=0
727 +* Example 2: Downlink Payload: 0701F4  **~-~-->**  AT+5VT=500
728 +
729 +(% class="wikigeneratedid" %)
730 += =
731 +
715 715  = 4. Battery & Power Consumption =
716 716  
717 717  
... ... @@ -738,8 +738,6 @@
738 738  * (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/]]
739 739  * 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]]**.
740 740  
741 -
742 -
743 743  = 6. FAQ =
744 744  
745 745  
... ... @@ -767,8 +767,6 @@
767 767  
768 768  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
769 769  
770 -
771 -
772 772  = 8. ​Packing Info =
773 773  
774 774  
... ... @@ -786,12 +786,9 @@
786 786  
787 787  * Weight / pcs : g
788 788  
789 -
790 -
791 791  = 9. Support =
792 792  
793 793  
794 794  * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule.
795 795  
796 -
797 797  * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[Support@dragino.cc>>mailto:Support@dragino.cc]].
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0