<
From version < 42.2 >
edited by Xiaoling
on 2022/07/08 14:31
To version < 42.5 >
edited by Xiaoling
on 2022/08/18 15:29
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -56,6 +56,7 @@
56 56  
57 57  == 1.2 ​Features ==
58 58  
59 +
59 59  * LoRaWAN 1.0.3 Class A
60 60  * Ultra low power consumption
61 61  * Monitor Soil Moisture
... ... @@ -69,8 +69,12 @@
69 69  * 4000mAh or 8500mAh Battery for long term use
70 70  
71 71  
73 +
74 +
75 +
72 72  == 1.3 Specification ==
73 73  
78 +
74 74  Measure Volume: Base on the centra pin of the probe, a cylinder with 7cm diameter and 10cm height.
75 75  
76 76  [[image:image-20220606162220-5.png]]
... ... @@ -79,11 +79,15 @@
79 79  
80 80  == ​1.4 Applications ==
81 81  
87 +
82 82  * Smart Agriculture
83 83  
84 84  (% class="wikigeneratedid" id="H200B1.5FirmwareChangelog" %)
85 85  ​
86 86  
93 +
94 +
95 +
87 87  == 1.5 Firmware Change log ==
88 88  
89 89  
... ... @@ -93,14 +93,16 @@
93 93  
94 94  = 2. Configure LSE01 to connect to LoRaWAN network =
95 95  
105 +
96 96  == 2.1 How it works ==
97 97  
108 +
98 98  (((
99 99  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
100 100  )))
101 101  
102 102  (((
103 -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"]].
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"]].
104 104  )))
105 105  
106 106  
... ... @@ -107,6 +107,7 @@
107 107  
108 108  == 2.2 ​Quick guide to connect to LoRaWAN server (OTAA) ==
109 109  
121 +
110 110  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.
111 111  
112 112  
... ... @@ -122,6 +122,7 @@
122 122  
123 123  [[image:image-20220606163732-6.jpeg]]
124 124  
137 +
125 125  You can enter this key in the LoRaWAN Server portal. Below is TTN screen shot:
126 126  
127 127  **Add APP EUI in the application**
... ... @@ -156,6 +156,7 @@
156 156  
157 157  === 2.3.1 MOD~=0(Default Mode) ===
158 158  
172 +
159 159  LSE01 will uplink payload via LoRaWAN with below payload format: 
160 160  
161 161  (((
... ... @@ -179,8 +179,12 @@
179 179  )))
180 180  
181 181  
196 +
197 +
198 +
182 182  === 2.3.2 MOD~=1(Original value) ===
183 183  
201 +
184 184  This mode can get the original AD value of moisture and original conductivity (with temperature drift compensation).
185 185  
186 186  (% border="1" cellspacing="10" style="background-color:#ffffcc; width:500px" %)
... ... @@ -200,8 +200,12 @@
200 200  )))
201 201  
202 202  
221 +
222 +
223 +
203 203  === 2.3.3 Battery Info ===
204 204  
226 +
205 205  (((
206 206  Check the battery voltage for LSE01.
207 207  )))
... ... @@ -218,6 +218,7 @@
218 218  
219 219  === 2.3.4 Soil Moisture ===
220 220  
243 +
221 221  (((
222 222  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.
223 223  )))
... ... @@ -238,6 +238,7 @@
238 238  
239 239  === 2.3.5 Soil Temperature ===
240 240  
264 +
241 241  (((
242 242   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
243 243  )))
... ... @@ -258,6 +258,7 @@
258 258  
259 259  === 2.3.6 Soil Conductivity (EC) ===
260 260  
285 +
261 261  (((
262 262  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).
263 263  )))
... ... @@ -280,6 +280,7 @@
280 280  
281 281  === 2.3.7 MOD ===
282 282  
308 +
283 283  Firmware version at least v2.1 supports changing mode.
284 284  
285 285  For example, bytes[10]=90
... ... @@ -297,6 +297,7 @@
297 297  
298 298  === 2.3.8 ​Decode payload in The Things Network ===
299 299  
326 +
300 300  While using TTN network, you can add the payload format to decode the payload.
301 301  
302 302  
... ... @@ -307,7 +307,7 @@
307 307  )))
308 308  
309 309  (((
310 -LSE01 TTN Payload Decoder: [[https:~~/~~/www.dropbox.com/sh/si8icbrjlamxqdb/AAACYwjsxxr5fj_vpqRtrETAa?dl=0>>https://www.dropbox.com/sh/si8icbrjlamxqdb/AAACYwjsxxr5fj_vpqRtrETAa?dl=0]]
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]]
311 311  )))
312 312  
313 313  
... ... @@ -314,6 +314,7 @@
314 314  
315 315  == 2.4 Uplink Interval ==
316 316  
344 +
317 317  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"]]
318 318  
319 319  
... ... @@ -320,6 +320,7 @@
320 320  
321 321  == 2.5 Downlink Payload ==
322 322  
351 +
323 323  By default, LSE01 prints the downlink payload to console port.
324 324  
325 325  [[image:image-20220606165544-8.png]]
... ... @@ -370,6 +370,7 @@
370 370  
371 371  == 2.6 ​Show Data in DataCake IoT Server ==
372 372  
402 +
373 373  (((
374 374  [[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:
375 375  )))
... ... @@ -409,11 +409,14 @@
409 409  
410 410  == 2.7 Frequency Plans ==
411 411  
442 +
412 412  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.
413 413  
414 414  
446 +
415 415  === 2.7.1 EU863-870 (EU868) ===
416 416  
449 +
417 417  (% style="color:#037691" %)** Uplink:**
418 418  
419 419  868.1 - SF7BW125 to SF12BW125
... ... @@ -445,6 +445,7 @@
445 445  
446 446  === 2.7.2 US902-928(US915) ===
447 447  
481 +
448 448  Used in USA, Canada and South America. Default use CHE=2
449 449  
450 450  (% style="color:#037691" %)**Uplink:**
... ... @@ -490,6 +490,7 @@
490 490  
491 491  === 2.7.3 CN470-510 (CN470) ===
492 492  
527 +
493 493  Used in China, Default use CHE=1
494 494  
495 495  (% style="color:#037691" %)**Uplink:**
... ... @@ -535,6 +535,7 @@
535 535  
536 536  === 2.7.4 AU915-928(AU915) ===
537 537  
573 +
538 538  Default use CHE=2
539 539  
540 540  (% style="color:#037691" %)**Uplink:**
... ... @@ -580,6 +580,7 @@
580 580  
581 581  === 2.7.5 AS920-923 & AS923-925 (AS923) ===
582 582  
619 +
583 583  (% style="color:#037691" %)**Default Uplink channel:**
584 584  
585 585  923.2 - SF7BW125 to SF10BW125
... ... @@ -694,7 +694,6 @@
694 694  * Blink once when device transmit a packet.
695 695  
696 696  
697 -
698 698  == 2.9 Installation in Soil ==
699 699  
700 700  **Measurement the soil surface**
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0