<
From version < 42.4 >
edited by Xiaoling
on 2022/08/18 15:00
To version < 40.7 >
edited by Xiaoling
on 2022/06/30 11:12
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -56,7 +56,6 @@
56 56  
57 57  == 1.2 ​Features ==
58 58  
59 -
60 60  * LoRaWAN 1.0.3 Class A
61 61  * Ultra low power consumption
62 62  * Monitor Soil Moisture
... ... @@ -69,13 +69,8 @@
69 69  * IP66 Waterproof Enclosure
70 70  * 4000mAh or 8500mAh Battery for long term use
71 71  
72 -
73 -
74 -
75 -
76 76  == 1.3 Specification ==
77 77  
78 -
79 79  Measure Volume: Base on the centra pin of the probe, a cylinder with 7cm diameter and 10cm height.
80 80  
81 81  [[image:image-20220606162220-5.png]]
... ... @@ -84,15 +84,11 @@
84 84  
85 85  == ​1.4 Applications ==
86 86  
87 -
88 88  * Smart Agriculture
89 89  
90 90  (% class="wikigeneratedid" id="H200B1.5FirmwareChangelog" %)
91 91  ​
92 92  
93 -
94 -
95 -
96 96  == 1.5 Firmware Change log ==
97 97  
98 98  
... ... @@ -102,16 +102,14 @@
102 102  
103 103  = 2. Configure LSE01 to connect to LoRaWAN network =
104 104  
105 -
106 106  == 2.1 How it works ==
107 107  
108 -
109 109  (((
110 110  The LSE01 is configured as LoRaWAN OTAA Class A mode by default. It has OTAA keys to join LoRaWAN network. To connect a local LoRaWAN network, you need to input the OTAA keys in the LoRaWAN IoT server and power on the LSE0150. It will automatically join the network via OTAA and start to send the sensor value
111 111  )))
112 112  
113 113  (((
114 -In case you can't set the OTAA keys in the LoRaWAN OTAA server, and you have to use the keys from the server, you can [[use AT Commands >>||anchor="H3.200BUsingtheATCommands"]].
102 +In case you cant set the OTAA keys in the LoRaWAN OTAA server, and you have to use the keys from the server, you can [[use AT Commands >>||anchor="H3.200BUsingtheATCommands"]].
115 115  )))
116 116  
117 117  
... ... @@ -118,7 +118,6 @@
118 118  
119 119  == 2.2 ​Quick guide to connect to LoRaWAN server (OTAA) ==
120 120  
121 -
122 122  Following is an example for how to join the [[TTN v3 LoRaWAN Network>>url:https://console.cloud.thethings.network/]]. Below is the network structure; we use the [[LG308>>url:http://www.dragino.com/products/lora/item/140-lg308.html]] as a LoRaWAN gateway in this example.
123 123  
124 124  
... ... @@ -134,7 +134,6 @@
134 134  
135 135  [[image:image-20220606163732-6.jpeg]]
136 136  
137 -
138 138  You can enter this key in the LoRaWAN Server portal. Below is TTN screen shot:
139 139  
140 140  **Add APP EUI in the application**
... ... @@ -169,7 +169,6 @@
169 169  
170 170  === 2.3.1 MOD~=0(Default Mode) ===
171 171  
172 -
173 173  LSE01 will uplink payload via LoRaWAN with below payload format: 
174 174  
175 175  (((
... ... @@ -192,13 +192,8 @@
192 192  (Optional)
193 193  )))
194 194  
195 -
196 -
197 -
198 -
199 199  === 2.3.2 MOD~=1(Original value) ===
200 200  
201 -
202 202  This mode can get the original AD value of moisture and original conductivity (with temperature drift compensation).
203 203  
204 204  (% border="1" cellspacing="10" style="background-color:#ffffcc; width:500px" %)
... ... @@ -217,13 +217,8 @@
217 217  (Optional)
218 218  )))
219 219  
220 -
221 -
222 -
223 -
224 224  === 2.3.3 Battery Info ===
225 225  
226 -
227 227  (((
228 228  Check the battery voltage for LSE01.
229 229  )))
... ... @@ -240,7 +240,6 @@
240 240  
241 241  === 2.3.4 Soil Moisture ===
242 242  
243 -
244 244  (((
245 245  Get the moisture content of the soil. The value range of the register is 0-10000(Decimal), divide this value by 100 to get the percentage of moisture in the soil.
246 246  )))
... ... @@ -261,7 +261,6 @@
261 261  
262 262  === 2.3.5 Soil Temperature ===
263 263  
264 -
265 265  (((
266 266   Get the temperature in the soil. The value range of the register is -4000 - +800(Decimal), divide this value by 100 to get the temperature in the soil. For example, if the data you get from the register is 0x09 0xEC, the temperature content in the soil is
267 267  )))
... ... @@ -282,7 +282,6 @@
282 282  
283 283  === 2.3.6 Soil Conductivity (EC) ===
284 284  
285 -
286 286  (((
287 287  Obtain (% style="color:#4f81bd" %)**__soluble salt concentration__**(%%) in soil or (% style="color:#4f81bd" %)**__soluble ion concentration in liquid fertilizer__**(%%) or (% style="color:#4f81bd" %)**__planting medium__**(%%). The value range of the register is 0 - 20000(Decimal)( Can be greater than 20000).
288 288  )))
... ... @@ -305,7 +305,6 @@
305 305  
306 306  === 2.3.7 MOD ===
307 307  
308 -
309 309  Firmware version at least v2.1 supports changing mode.
310 310  
311 311  For example, bytes[10]=90
... ... @@ -323,7 +323,6 @@
323 323  
324 324  === 2.3.8 ​Decode payload in The Things Network ===
325 325  
326 -
327 327  While using TTN network, you can add the payload format to decode the payload.
328 328  
329 329  
... ... @@ -334,14 +334,12 @@
334 334  )))
335 335  
336 336  (((
337 -LSE01 TTN Payload Decoder:  [[https:~~/~~/www.dropbox.com/sh/si8icbrjlamxqdb/AAACYwjsxxr5fj_vpqRtrETAa?dl=0>>https://www.dropbox.com/sh/si8icbrjlamxqdb/AAACYwjsxxr5fj_vpqRtrETAa?dl=0]]
307 +LSE01 TTN Payload Decoder: [[https:~~/~~/www.dropbox.com/sh/si8icbrjlamxqdb/AAACYwjsxxr5fj_vpqRtrETAa?dl=0>>https://www.dropbox.com/sh/si8icbrjlamxqdb/AAACYwjsxxr5fj_vpqRtrETAa?dl=0]]
338 338  )))
339 339  
340 340  
341 -
342 342  == 2.4 Uplink Interval ==
343 343  
344 -
345 345  The LSE01 by default uplink the sensor data every 20 minutes. User can change this interval by AT Command or LoRaWAN Downlink Command. See this link: [[Change Uplink Interval>>doc:Main.End Device AT Commands and Downlink Command.WebHome||anchor="H4.1ChangeUplinkInterval"]]
346 346  
347 347  
... ... @@ -348,7 +348,7 @@
348 348  
349 349  == 2.5 Downlink Payload ==
350 350  
351 -By default, LSE01 prints the downlink payload to console port.
319 +By default, LSE50 prints the downlink payload to console port.
352 352  
353 353  [[image:image-20220606165544-8.png]]
354 354  
... ... @@ -366,7 +366,7 @@
366 366  )))
367 367  
368 368  (((
369 -If the payload=0100003C, it means set the END Node's TDC to 0x00003C=60(S), while type code is 01.
337 +If the payload=0100003C, it means set the END Nodes TDC to 0x00003C=60(S), while type code is 01.
370 370  )))
371 371  
372 372  (((
... ... @@ -826,11 +826,11 @@
826 826  )))
827 827  
828 828  (((
829 -You can change the battery in the LSE01.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.
797 +You can change the battery in the LSE01.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 wont be voltage drop between battery and main board.
830 830  )))
831 831  
832 832  (((
833 -The default battery pack of LSE01 includes a ER18505 plus super capacitor. If user can't find this pack locally, they can find ER18505 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)
801 +The default battery pack of LSE01 includes a ER18505 plus super capacitor. If user cant find this pack locally, they can find ER18505 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)
834 834  )))
835 835  
836 836  
... ... @@ -861,13 +861,13 @@
861 861  Below are the available commands, a more detailed AT Command manual can be found at [[AT Command Manual>>https://www.dropbox.com/sh/qr6vproz4z4kzjz/AAAD48h3OyWrU1hq_Cqm8jIwa?dl=0]]: [[https:~~/~~/www.dropbox.com/sh/qr6vproz4z4kzjz/AAAD48h3OyWrU1hq_Cqm8jIwa?dl=0>>https://www.dropbox.com/sh/qr6vproz4z4kzjz/AAAD48h3OyWrU1hq_Cqm8jIwa?dl=0]]
862 862  
863 863  
864 -(% style="background-color:#dcdcdc" %)**AT+<CMD>? **(%%) : Help on <CMD>
832 +(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD>? **(%%) : Help on <CMD>
865 865  
866 -(% style="background-color:#dcdcdc" %)**AT+<CMD> **(%%) : Run <CMD>
834 +(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD> **(%%) : Run <CMD>
867 867  
868 -(% style="background-color:#dcdcdc" %)**AT+<CMD>=<value>**(%%)  : Set the value
836 +(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD>=<value>**(%%) : Set the value
869 869  
870 -(% style="background-color:#dcdcdc" %)**AT+<CMD>=?**(%%)  : Get the value
838 +(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD>=?**(%%)  : Get the value
871 871  
872 872  
873 873  (% style="color:#037691" %)**General Commands**(%%)      
... ... @@ -1103,8 +1103,6 @@
1103 1103  (% class="wikigeneratedid" %)
1104 1104  (((
1105 1105  
1106 -
1107 -
1108 1108  )))
1109 1109  
1110 1110  = 7. Packing Info =
... ... @@ -1137,7 +1137,6 @@
1137 1137  * (((
1138 1138  Weight / pcs : g
1139 1139  
1140 -
1141 1141  
1142 1142  )))
1143 1143  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0