<
From version < 81.2 >
edited by Xiaoling
on 2022/06/07 18:05
To version < 74.13 >
edited by Xiaoling
on 2022/06/07 17:52
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -66,6 +66,7 @@
66 66  
67 67  
68 68  
69 +
69 69  = 1. Introduction =
70 70  
71 71  == 1.1 ​What is LoRaWAN Soil pH Sensor ==
... ... @@ -336,6 +336,7 @@
336 336  |0x03|Reply Calibration Info|[[Calibration Payload>>path:#H2.7Calibration]]
337 337  
338 338  
340 +
339 339  === 2.3.7 Decode payload in The Things Network ===
340 340  
341 341  While using TTN network, you can add the payload format to decode the payload.
... ... @@ -547,6 +547,7 @@
547 547  * Reply to non-confirmed packet: 14 00
548 548  
549 549  
552 +
550 550  == 2.8 Frequency Plans ==
551 551  
552 552  (((
... ... @@ -632,6 +632,8 @@
632 632  * 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)
633 633  
634 634  
638 +
639 +
635 635  === 2.8.3 CN470-510 (CN470) ===
636 636  
637 637  (((
... ... @@ -966,8 +966,6 @@
966 966  * Blink once when device transmit a packet.
967 967  
968 968  
969 -
970 -
971 971  == 2.10 ​Firmware Change Log ==
972 972  
973 973  
... ... @@ -982,51 +982,26 @@
982 982  
983 983  = 3. Configure LSPH01 via AT Command or LoRaWAN Downlink =
984 984  
985 -(((
986 986  Use can configure LSPH01 via AT Command or LoRaWAN Downlink.
987 -)))
988 988  
989 -* (((
990 -AT Command Connection: See [[FAQ>>path:#H6.FAQ]].
991 -)))
992 -* (((
993 -LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>path:/xwiki/bin/view/Main/]]
994 -)))
990 +* AT Command Connection: See [[FAQ>>path:#H6.FAQ]].
991 +* LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>path:/xwiki/bin/view/Main/]]
995 995  
996 -(((
997 997  There are two kinds of commands to configure LSPH01, they are:
998 -)))
999 999  
1000 -* (((
1001 -(% style="color:#4f81bd" %)** General Commands**.
1002 -)))
995 +* (% style="color:#4f81bd" %)** General Commands**.
1003 1003  
1004 -(((
1005 1005  These commands are to configure:
1006 -)))
1007 1007  
1008 -* (((
1009 -General system settings like: uplink interval.
1010 -)))
1011 -* (((
1012 -LoRaWAN protocol & radio related command.
1013 -)))
999 +* General system settings like: uplink interval.
1000 +* LoRaWAN protocol & radio related command.
1014 1014  
1015 -(((
1016 1016  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/]]
1017 -)))
1018 1018  
1019 -(((
1020 -
1021 -)))
1022 1022  
1023 -* (((
1024 -(% style="color:#4f81bd" %)** Commands special design for LSPH01**
1025 -)))
1005 +* (% style="color:#4f81bd" %)** Commands special design for LSPH01**
1026 1026  
1027 -(((
1028 1028  These commands only valid for LSPH01, as below:
1029 -)))
1030 1030  
1031 1031  
1032 1032  
... ... @@ -1040,27 +1040,16 @@
1040 1040  
1041 1041  
1042 1042  
1043 -(((
1044 1044  (% style="color:#037691" %)**Downlink Command: 0x01**
1045 -)))
1046 1046  
1047 -(((
1048 1048  Format: Command Code (0x01) followed by 3 bytes time value.
1049 -)))
1050 1050  
1051 -(((
1052 1052  If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
1053 -)))
1054 1054  
1055 -* (((
1056 -Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
1057 -)))
1058 -* (((
1059 -Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
1027 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
1028 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
1060 1060  
1061 1061  
1062 -
1063 -)))
1064 1064  
1065 1065  == 3.2 Set Interrupt Mode ==
1066 1066  
... ... @@ -1071,31 +1071,15 @@
1071 1071  [[image:image-20220607171716-9.png]]
1072 1072  
1073 1073  
1074 -(((
1075 1075  (% style="color:#037691" %)**Downlink Command: 0x06**
1076 -)))
1077 1077  
1078 -(((
1079 1079  Format: Command Code (0x06) followed by 3 bytes.
1080 -)))
1081 1081  
1082 -(((
1083 1083  This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
1084 -)))
1085 1085  
1086 -* (((
1087 -Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
1088 -)))
1089 -* (((
1090 -Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
1091 -)))
1047 +* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
1048 +* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
1092 1092  
1093 -(((
1094 -
1095 -)))
1096 -
1097 -
1098 -
1099 1099  == 3.3 Calibrate Sensor ==
1100 1100  
1101 1101  Detail See [[Calibration Guide>>path:#H2.7Calibration]] for the user of 0x13 and 0x14 downlink commands
... ... @@ -1270,13 +1270,9 @@
1270 1270  
1271 1271  === ​4.3.2 Replace the battery ===
1272 1272  
1273 -(((
1274 1274  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.
1275 -)))
1276 1276  
1277 -(((
1278 1278  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)
1279 -)))
1280 1280  
1281 1281  
1282 1282  
... ... @@ -1297,9 +1297,7 @@
1297 1297  (% style="background-color:yellow" %)** USB TTL RXD  <~-~-~-~-> UART_TXD**
1298 1298  
1299 1299  
1300 -(((
1301 1301  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:
1302 -)))
1303 1303  
1304 1304  
1305 1305   [[image:1654593712276-618.png]]
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0