<
From version < 39.8 >
edited by Xiaoling
on 2023/05/19 18:04
To version < 42.1 >
edited by Saxer Lin
on 2023/05/23 17:42
>
Change comment: Uploaded new attachment "image-20230523174230-1.png", version {1}

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Saxer
Content
... ... @@ -48,8 +48,6 @@
48 48  * Downlink to change configure
49 49  * 8500mAh Battery for long term use
50 50  
51 -
52 -
53 53  == 1.3 Specification ==
54 54  
55 55  
... ... @@ -92,8 +92,6 @@
92 92  * Sleep Mode: 5uA @ 3.3v
93 93  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
94 94  
95 -
96 -
97 97  == 1.4 Sleep mode and working mode ==
98 98  
99 99  
... ... @@ -121,8 +121,6 @@
121 121  )))
122 122  |(% 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.
123 123  
124 -
125 -
126 126  == 1.6 BLE connection ==
127 127  
128 128  
... ... @@ -371,7 +371,7 @@
371 371  
372 372  In the page (% style="color:#037691" %)**Applications ~-~-> Payload Formats ~-~-> Custom ~-~-> decoder**(%%) to add the decoder from:
373 373  
374 -[[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]]
375 375  
376 376  
377 377  == 2.5 Datalog Feature ==
... ... @@ -540,8 +540,6 @@
540 540  * 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]].
541 541  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
542 542  
543 -
544 -
545 545  == 3.2 General Commands ==
546 546  
547 547  
... ... @@ -589,8 +589,6 @@
589 589  * Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
590 590  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
591 591  
592 -
593 -
594 594  === 3.3.2 Get Device Status ===
595 595  
596 596  
... ... @@ -675,12 +675,10 @@
675 675  
676 676  * Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message.
677 677  
678 -
679 -
680 680  === 3.3.7 Set Interrupt Mode ===
681 681  
682 682  
683 -Feature, Set Interrupt mode for GPIO_EXIT.
671 +Feature, Set Interrupt mode for PA8 of PIN.
684 684  
685 685  (% style="color:blue" %)**AT Command: AT+INTMOD**
686 686  
... ... @@ -708,8 +708,39 @@
708 708  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
709 709  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
710 710  
699 +=== ===
711 711  
701 +=== 3.3.7 Set Power Output Duration ===
712 712  
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 +
713 713  = 4. Battery & Power Consumption =
714 714  
715 715  
... ... @@ -736,8 +736,6 @@
736 736  * (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/]]
737 737  * 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]]**.
738 738  
739 -
740 -
741 741  = 6. FAQ =
742 742  
743 743  
... ... @@ -765,8 +765,6 @@
765 765  
766 766  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
767 767  
768 -
769 -
770 770  = 8. ​Packing Info =
771 771  
772 772  
... ... @@ -784,8 +784,6 @@
784 784  
785 785  * Weight / pcs : g
786 786  
787 -
788 -
789 789  = 9. Support =
790 790  
791 791  
image-20230523174230-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Saxer
Size
... ... @@ -1,0 +1,1 @@
1 +605.9 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0