<
From version < 74.12 >
edited by Xiaoling
on 2022/06/07 17:52
To version < 74.21 >
edited by Xiaoling
on 2022/06/07 17:58
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -929,20 +929,37 @@
929 929  
930 930  === 2.8.7 IN865-867 (IN865) ===
931 931  
932 +(((
932 932  (% style="color:blue" %)**Uplink:**
934 +)))
933 933  
936 +(((
934 934  865.0625 - SF7BW125 to SF12BW125
938 +)))
935 935  
940 +(((
936 936  865.4025 - SF7BW125 to SF12BW125
942 +)))
937 937  
944 +(((
938 938  865.9850 - SF7BW125 to SF12BW125
946 +)))
939 939  
948 +(((
949 +
950 +)))
940 940  
952 +(((
941 941  (% style="color:blue" %)**Downlink:**
954 +)))
942 942  
956 +(((
943 943  Uplink channels 1-3 (RX1)
958 +)))
944 944  
960 +(((
945 945  866.550 - SF10BW125 (RX2)
962 +)))
946 946  
947 947  
948 948  
... ... @@ -968,26 +968,51 @@
968 968  
969 969  = 3. Configure LSPH01 via AT Command or LoRaWAN Downlink =
970 970  
988 +(((
971 971  Use can configure LSPH01 via AT Command or LoRaWAN Downlink.
990 +)))
972 972  
973 -* AT Command Connection: See [[FAQ>>path:#H6.FAQ]].
974 -* LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>path:/xwiki/bin/view/Main/]]
992 +* (((
993 +AT Command Connection: See [[FAQ>>path:#H6.FAQ]].
994 +)))
995 +* (((
996 +LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>path:/xwiki/bin/view/Main/]]
997 +)))
975 975  
999 +(((
976 976  There are two kinds of commands to configure LSPH01, they are:
1001 +)))
977 977  
978 -* (% style="color:#4f81bd" %)** General Commands**.
1003 +* (((
1004 +(% style="color:#4f81bd" %)** General Commands**.
1005 +)))
979 979  
1007 +(((
980 980  These commands are to configure:
1009 +)))
981 981  
982 -* General system settings like: uplink interval.
983 -* LoRaWAN protocol & radio related command.
1011 +* (((
1012 +General system settings like: uplink interval.
1013 +)))
1014 +* (((
1015 +LoRaWAN protocol & radio related command.
1016 +)))
984 984  
1018 +(((
985 985  They are same for all Dragino Device which support DLWS-005 LoRaWAN Stack. These commands can be found on the wiki:[[End Device AT Commands and Downlink Command>>path:/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]]
1020 +)))
986 986  
1022 +(((
1023 +
1024 +)))
987 987  
988 -* (% style="color:#4f81bd" %)** Commands special design for LSPH01**
1026 +* (((
1027 +(% style="color:#4f81bd" %)** Commands special design for LSPH01**
1028 +)))
989 989  
1030 +(((
990 990  These commands only valid for LSPH01, as below:
1032 +)))
991 991  
992 992  
993 993  
... ... @@ -1001,14 +1001,24 @@
1001 1001  
1002 1002  
1003 1003  
1046 +(((
1004 1004  (% style="color:#037691" %)**Downlink Command: 0x01**
1048 +)))
1005 1005  
1050 +(((
1006 1006  Format: Command Code (0x01) followed by 3 bytes time value.
1052 +)))
1007 1007  
1054 +(((
1008 1008  If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
1056 +)))
1009 1009  
1010 -* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
1011 -* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
1058 +* (((
1059 +Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
1060 +)))
1061 +* (((
1062 +Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
1063 +)))
1012 1012  
1013 1013  
1014 1014  
... ... @@ -1021,15 +1021,31 @@
1021 1021  [[image:image-20220607171716-9.png]]
1022 1022  
1023 1023  
1076 +(((
1024 1024  (% style="color:#037691" %)**Downlink Command: 0x06**
1078 +)))
1025 1025  
1080 +(((
1026 1026  Format: Command Code (0x06) followed by 3 bytes.
1082 +)))
1027 1027  
1084 +(((
1028 1028  This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
1086 +)))
1029 1029  
1030 -* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
1031 -* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
1088 +* (((
1089 +Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
1090 +)))
1091 +* (((
1092 +Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
1093 +)))
1032 1032  
1095 +(((
1096 +
1097 +)))
1098 +
1099 +
1100 +
1033 1033  == 3.3 Calibrate Sensor ==
1034 1034  
1035 1035  Detail See [[Calibration Guide>>path:#H2.7Calibration]] for the user of 0x13 and 0x14 downlink commands
... ... @@ -1204,9 +1204,13 @@
1204 1204  
1205 1205  === ​4.3.2 Replace the battery ===
1206 1206  
1275 +(((
1207 1207  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.
1277 +)))
1208 1208  
1279 +(((
1209 1209  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)
1281 +)))
1210 1210  
1211 1211  
1212 1212  
... ... @@ -1227,7 +1227,9 @@
1227 1227  (% style="background-color:yellow" %)** USB TTL RXD  <~-~-~-~-> UART_TXD**
1228 1228  
1229 1229  
1302 +(((
1230 1230  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:
1304 +)))
1231 1231  
1232 1232  
1233 1233   [[image:1654593712276-618.png]]
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0