<
From version < 32.2 >
edited by Xiaoling
on 2022/06/07 15:59
To version < 34.6 >
edited by Xiaoling
on 2022/06/07 16:08
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -491,6 +491,7 @@
491 491  * Use the Join successful sub-band if the server doesn’t include sub-band info in the OTAA Join Accept message ( TTN v2 doesn't include)
492 492  
493 493  
494 +
494 494  === 2.8.3 CN470-510 (CN470) ===
495 495  
496 496  Used in China, Default use CHE=1
... ... @@ -557,8 +557,6 @@
557 557  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
558 558  * Use the Join successful sub-band if the server doesn’t include sub-band info in the OTAA Join Accept message ( TTN v2 doesn't include)
559 559  
560 -
561 -
562 562  === 2.8.5 AS920-923 & AS923-925 (AS923) ===
563 563  
564 564  (% style="color:blue" %)**Default Uplink channel:**
... ... @@ -672,8 +672,6 @@
672 672  * The sensor is detected when the device is turned on, and it will flash 4 times quickly when it is detected.
673 673  * Blink once when device transmit a packet.
674 674  
675 -
676 -
677 677  == 2.10 ​Firmware Change Log ==
678 678  
679 679  
... ... @@ -742,6 +742,8 @@
742 742  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
743 743  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
744 744  
742 +
743 +
745 745  == 3.2 Set Interrupt Mode ==
746 746  
747 747  Feature, Set Interrupt mode for GPIO_EXIT.
... ... @@ -760,6 +760,8 @@
760 760  * Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
761 761  * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
762 762  
762 +
763 +
763 763  == 3.3 Calibrate Sensor ==
764 764  
765 765  Detail See [[Calibration Guide>>||anchor="2.7Calibration"]] for the user of 0x13 and 0x14 downlink commands
... ... @@ -777,7 +777,6 @@
777 777  * Reply to the confirmation package: 26 01
778 778  * Reply to non-confirmed packet: 26 00
779 779  
780 -
781 781  Device will send an uplink after got this downlink command. With below payload:
782 782  
783 783  Configures info payload:
... ... @@ -893,12 +893,12 @@
893 893  )))
894 894  
895 895  
896 -Step 1: Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from:
896 +**Step 1**: Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from:
897 897  
898 898  [[https:~~/~~/www.dragino.com/downloads/index.pHp?dir=LoRa_End_Node/Battery_Analyze/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Battery_Analyze/]]
899 899  
900 900  
901 -Step 2: Open it and choose
901 +**Step 2**: Open it and choose
902 902  
903 903  * Product Model
904 904  * Uplink Interval
... ... @@ -925,47 +925,43 @@
925 925  
926 926  
927 927  
928 -1.
929 -11.
930 -111. ​Battery Note
928 +=== 4.3.1 ​Battery Note ===
931 931  
930 +(((
932 932  The Li-SICO battery is designed for small current / long period application. It is not good to use a high current, short period transmit method. The recommended minimum period for use of this battery is 5 minutes. If you use a shorter period time to transmit LoRa, then the battery life may be decreased.
932 +)))
933 933  
934 934  
935 -1.
936 -11.
937 -111. ​Replace the battery
938 938  
936 +=== ​4.3.2 Replace the battery ===
937 +
939 939  You can change the battery in the LSPH01.The type of battery is not limited as long as the output is between 3v to 3.6v. On the main board, there is a diode (D1) between the battery and the main circuit. If you need to use a battery with less than 3.3v, please remove the D1 and shortcut the two pads of it so there won’t be voltage drop between battery and main board.
940 940  
941 -
942 942  The default battery pack of LSPH01 includes a ER26500 plus super capacitor. If user can’t find this pack locally, they can find ER26500 or equivalence, which will also work in most case. The SPC can enlarge the battery life for high frequency use (update period below 5 minutes)
943 943  
944 944  
945 945  
944 += 5. Use AT Command =
946 946  
946 +== 5.1 Access AT Commands ==
947 947  
948 -
949 -1. Use AT Command
950 -11. Access AT Commands
951 -
952 952  LSPH01 supports AT Command set in the stock firmware. You can use a USB to TTL adapter to connect to LSPH01 for using AT command, as below.
953 953  
954 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image025.png]]
950 +[[image:1654589001411-343.png]]
955 955  
956 -Connection:
952 +**Connection:**
957 957  
958 -USB TTL GND <~-~-~-~-> GND
954 +(% style="background-color:yellow" %)** USB TTL GND <~-~-~-~-> GND**
959 959  
960 -USB TTL TXD <~-~-~-~-> UART_RXD
956 +(% style="background-color:yellow" %)** USB TTL TXD  <~-~-~-~-> UART_RXD**
961 961  
962 -USB TTL RXD <~-~-~-~-> UART_TXD
958 +(% style="background-color:yellow" %)** USB TTL RXD  <~-~-~-~-> UART_TXD**
963 963  
964 964  
965 -In the PC, you need to set the serial baud rate to **9600** to access the serial console for LSPH01. LSPH01 will output system info once power on as below:
961 +In the PC, you need to set the serial baud rate to (% style="color:green" %)**9600**(%%) to access the serial console for LSPH01. LSPH01 will output system info once power on as below:
966 966  
967 967  
968 - [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image026.png]]
964 + [[image:1654589062541-567.png]]
969 969  
970 970  Valid AT Command please check [[Configure Device>>path:#Configure_Device]].
971 971  
... ... @@ -975,7 +975,7 @@
975 975  1. FAQ
976 976  11. How to change the LoRa Frequency Bands/Region
977 977  
978 -You can follow the instructions for [[how to upgrade image>>path:#3ygebqi]].
974 +You can follow the instructions for [[how to upgrade image>>||anchor="H3.ConfigureLSPH01viaATCommandorLoRaWANDownlink"]].
979 979  When downloading the images, choose the required image file for download. ​
980 980  
981 981  
1654589001411-343.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +546.2 KB
Content
1654589062541-567.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +144.0 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0