<
From version < 42.5 >
edited by Xiaoling
on 2022/08/18 15:29
To version < 41.1 >
edited by Xiaoling
on 2022/06/30 11:23
>
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,9 +348,8 @@
348 348  
349 349  == 2.5 Downlink Payload ==
350 350  
319 +By default, LSE50 prints the downlink payload to console port.
351 351  
352 -By default, LSE01 prints the downlink payload to console port.
353 -
354 354  [[image:image-20220606165544-8.png]]
355 355  
356 356  
... ... @@ -367,7 +367,7 @@
367 367  )))
368 368  
369 369  (((
370 -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.
371 371  )))
372 372  
373 373  (((
... ... @@ -399,7 +399,6 @@
399 399  
400 400  == 2.6 ​Show Data in DataCake IoT Server ==
401 401  
402 -
403 403  (((
404 404  [[DATACAKE>>url:https://datacake.co/]] provides a human friendly interface to show the sensor data, once we have data in TTN, we can use [[DATACAKE>>url:https://datacake.co/]] to connect to TTN and see the data in DATACAKE. Below are the steps:
405 405  )))
... ... @@ -439,14 +439,11 @@
439 439  
440 440  == 2.7 Frequency Plans ==
441 441  
442 -
443 443  The LSE01 uses OTAA mode and below frequency plans by default. If user want to use it with different frequency plan, please refer the AT command sets.
444 444  
445 445  
446 -
447 447  === 2.7.1 EU863-870 (EU868) ===
448 448  
449 -
450 450  (% style="color:#037691" %)** Uplink:**
451 451  
452 452  868.1 - SF7BW125 to SF12BW125
... ... @@ -478,7 +478,6 @@
478 478  
479 479  === 2.7.2 US902-928(US915) ===
480 480  
481 -
482 482  Used in USA, Canada and South America. Default use CHE=2
483 483  
484 484  (% style="color:#037691" %)**Uplink:**
... ... @@ -524,7 +524,6 @@
524 524  
525 525  === 2.7.3 CN470-510 (CN470) ===
526 526  
527 -
528 528  Used in China, Default use CHE=1
529 529  
530 530  (% style="color:#037691" %)**Uplink:**
... ... @@ -570,7 +570,6 @@
570 570  
571 571  === 2.7.4 AU915-928(AU915) ===
572 572  
573 -
574 574  Default use CHE=2
575 575  
576 576  (% style="color:#037691" %)**Uplink:**
... ... @@ -616,7 +616,6 @@
616 616  
617 617  === 2.7.5 AS920-923 & AS923-925 (AS923) ===
618 618  
619 -
620 620  (% style="color:#037691" %)**Default Uplink channel:**
621 621  
622 622  923.2 - SF7BW125 to SF10BW125
... ... @@ -835,11 +835,11 @@
835 835  )))
836 836  
837 837  (((
838 -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.
839 839  )))
840 840  
841 841  (((
842 -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)
843 843  )))
844 844  
845 845  
... ... @@ -870,13 +870,13 @@
870 870  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]]
871 871  
872 872  
873 -(% style="background-color:#dcdcdc" %)**AT+<CMD>? **(%%) : Help on <CMD>
832 +(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD>? **(%%) : Help on <CMD>
874 874  
875 -(% style="background-color:#dcdcdc" %)**AT+<CMD> **(%%) : Run <CMD>
834 +(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD> **(%%) : Run <CMD>
876 876  
877 -(% style="background-color:#dcdcdc" %)**AT+<CMD>=<value>**(%%)  : Set the value
836 +(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD>=<value>**(%%) : Set the value
878 878  
879 -(% style="background-color:#dcdcdc" %)**AT+<CMD>=?**(%%)  : Get the value
838 +(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD>=?**(%%)  : Get the value
880 880  
881 881  
882 882  (% style="color:#037691" %)**General Commands**(%%)      
... ... @@ -1112,8 +1112,6 @@
1112 1112  (% class="wikigeneratedid" %)
1113 1113  (((
1114 1114  
1115 -
1116 -
1117 1117  )))
1118 1118  
1119 1119  = 7. Packing Info =
... ... @@ -1146,7 +1146,6 @@
1146 1146  * (((
1147 1147  Weight / pcs : g
1148 1148  
1149 -
1150 1150  
1151 1151  )))
1152 1152  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0