<
From version < 21.1 >
edited by Xiaoling
on 2022/06/06 16:41
To version < 30.4 >
edited by Xiaoling
on 2022/06/06 17:15
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -66,11 +66,9 @@
66 66  
67 67  * Smart Agriculture
68 68  
69 -
70 70  (% class="wikigeneratedid" id="H200B1.5FirmwareChangelog" %)
71 71  ​
72 72  
73 -(% class="wikigeneratedid" %)
74 74  == 1.5 Firmware Change log ==
75 75  
76 76  
... ... @@ -163,13 +163,12 @@
163 163  (Optional)
164 164  )))
165 165  
166 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image007.png]]
164 +[[image:1654504881641-514.png]]
167 167  
168 168  
169 -1.
170 -11.
171 -111. MOD=1(Original value)
172 172  
168 +=== 2.3.2 MOD~=1(Original value) ===
169 +
173 173  This mode can get the original AD value of moisture and original conductivity (with temperature drift compensation).
174 174  
175 175  |(((
... ... @@ -187,12 +187,12 @@
187 187  (Optional)
188 188  )))
189 189  
190 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image008.png]]
187 +[[image:1654504907647-967.png]]
191 191  
192 -1.
193 -11.
194 -111. Battery Info
195 195  
190 +
191 +=== 2.3.3 Battery Info ===
192 +
196 196  Check the battery voltage for LSE01.
197 197  
198 198  Ex1: 0x0B45 = 2885mV
... ... @@ -201,21 +201,19 @@
201 201  
202 202  
203 203  
204 -1.
205 -11.
206 -111. Soil Moisture
201 +=== 2.3.4 Soil Moisture ===
207 207  
208 208  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.
209 209  
210 -For example, if the data you get from the register is 0x05 0xDC, the moisture content in the soil is
205 +For example, if the data you get from the register is __0x05 0xDC__, the moisture content in the soil is
211 211  
212 -**05DC(H) = 1500(D) /100 = 15%.**
213 213  
208 +(% style="color:#4f81bd" %)**05DC(H) = 1500(D) /100 = 15%.**
214 214  
215 -1.
216 -11.
217 -111. Soil Temperature
218 218  
211 +
212 +=== 2.3.5 Soil Temperature ===
213 +
219 219   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
220 220  
221 221  **Example**:
... ... @@ -225,21 +225,31 @@
225 225  If payload is FF7EH: ((FF7E & 0x8000)>>15 ===1),temp = (FF7E(H)-FFFF(H))/100 = -1.29 °C
226 226  
227 227  
228 -1.
229 -11.
230 -111. Soil Conductivity (EC)
231 231  
232 -Obtain soluble salt concentration in soil or soluble ion concentration in liquid fertilizer or planting medium,. The value range of the register is 0 - 20000(Decimal)( Can be greater than 20000).
224 +=== 2.3.6 Soil Conductivity (EC) ===
233 233  
226 +(((
227 +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).
228 +)))
229 +
230 +(((
234 234  For example, if the data you get from the register is 0x00 0xC8, the soil conductivity is 00C8(H) = 200(D) = 200 uS/cm.
232 +)))
235 235  
236 -
234 +(((
237 237  Generally, the EC value of irrigation water is less than 800uS / cm.
236 +)))
238 238  
239 -1.
240 -11.
241 -111. MOD
238 +(((
239 +
240 +)))
242 242  
242 +(((
243 +
244 +)))
245 +
246 +=== 2.3.7 MOD ===
247 +
243 243  Firmware version at least v2.1 supports changing mode.
244 244  
245 245  For example, bytes[10]=90
... ... @@ -254,14 +254,13 @@
254 254  If** **payload =** **0x0A01, workmode=1
255 255  
256 256  
257 -1.
258 -11.
259 -111. ​Decode payload in The Things Network
260 260  
263 +=== 2.3.8 ​Decode payload in The Things Network ===
264 +
261 261  While using TTN network, you can add the payload format to decode the payload.
262 262  
263 263  
264 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image009.png]]
268 +[[image:1654505570700-128.png]]
265 265  
266 266  The payload decoder function for TTN is here:
267 267  
... ... @@ -268,30 +268,26 @@
268 268  LSE01 TTN Payload Decoder: [[http:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/Payload_Decoder/>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/Payload_Decoder/]]
269 269  
270 270  
271 -1.
272 -11. Uplink Interval
275 +== 2.4 Uplink Interval ==
273 273  
274 274  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:
275 275  
276 276  [[http:~~/~~/wiki.dragino.com/index.php?title=End_Device_AT_Commands_and_Downlink_Commands#Change_Uplink_Interval>>url:http://wiki.dragino.com/index.php?title=End_Device_AT_Commands_and_Downlink_Commands#Change_Uplink_Interval]]
277 277  
278 -1.
279 -11. ​Downlink Payload
280 280  
282 +
283 +== 2.5 Downlink Payload ==
284 +
281 281  By default, LSE50 prints the downlink payload to console port.
282 282  
283 -|**Downlink Control Type**|**FPort**|**Type Code**|**Downlink payload size(bytes)**
284 -|TDC (Transmit Time Interval)|Any|01|4
285 -|RESET|Any|04|2
286 -|AT+CFM|Any|05|4
287 -|INTMOD|Any|06|4
288 -|MOD|Any|0A|2
287 +[[image:image-20220606165544-8.png]]
289 289  
290 -**Examples**
291 291  
290 +**Examples:**
292 292  
293 -**Set TDC**
294 294  
293 +* **Set TDC**
294 +
295 295  If the payload=0100003C, it means set the END Node’s TDC to 0x00003C=60(S), while type code is 01.
296 296  
297 297  Payload:    01 00 00 1E    TDC=30S
... ... @@ -299,18 +299,19 @@
299 299  Payload:    01 00 00 3C    TDC=60S
300 300  
301 301  
302 -**Reset**
302 +* **Reset**
303 303  
304 304  If payload = 0x04FF, it will reset the LSE01
305 305  
306 306  
307 -**CFM**
307 +* **CFM**
308 308  
309 309  Downlink Payload: 05000001, Set AT+CFM=1 or 05000000 , set AT+CFM=0
310 310  
311 -1.
312 -11. ​Show Data in DataCake IoT Server
313 313  
312 +
313 +== 2.6 ​Show Data in DataCake IoT Server ==
314 +
314 314  [[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:
315 315  
316 316  
... ... @@ -319,42 +319,34 @@
319 319  **Step 2**: To configure the Application to forward data to DATACAKE you will need to add integration. To add the DATACAKE integration, perform the following steps:
320 320  
321 321  
322 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image010.png]]
323 +[[image:1654505857935-743.png]]
323 323  
324 324  
325 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image011.png]]
326 +[[image:1654505874829-548.png]]
326 326  
327 -
328 -
329 -
330 -
331 331  Step 3: Create an account or log in Datacake.
332 332  
333 333  Step 4: Search the LSE01 and add DevEUI.
334 334  
335 335  
336 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image012.png]]
333 +[[image:1654505905236-553.png]]
337 337  
338 338  
339 -
340 340  After added, the sensor data arrive TTN, it will also arrive and show in Mydevices.
341 341  
338 +[[image:1654505925508-181.png]]
342 342  
343 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image013.png]]
344 344  
345 345  
342 +== 2.7 Frequency Plans ==
346 346  
347 -1.
348 -11. Frequency Plans
349 -
350 350  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.
351 351  
352 -1.
353 -11.
354 -111. EU863-870 (EU868)
355 355  
356 -Uplink:
347 +=== 2.7.1 EU863-870 (EU868) ===
357 357  
349 +(% style="color:#037691" %)** Uplink:**
350 +
358 358  868.1 - SF7BW125 to SF12BW125
359 359  
360 360  868.3 - SF7BW125 to SF12BW125 and SF7BW250
... ... @@ -374,7 +374,7 @@
374 374  868.8 - FSK
375 375  
376 376  
377 -Downlink:
370 +(% style="color:#037691" %)** Downlink:**
378 378  
379 379  Uplink channels 1-9 (RX1)
380 380  
... ... @@ -381,13 +381,12 @@
381 381  869.525 - SF9BW125 (RX2 downlink only)
382 382  
383 383  
384 -1.
385 -11.
386 -111. US902-928(US915)
387 387  
378 +=== 2.7.2 US902-928(US915) ===
379 +
388 388  Used in USA, Canada and South America. Default use CHE=2
389 389  
390 -Uplink:
382 +(% style="color:#037691" %)**Uplink:**
391 391  
392 392  903.9 - SF7BW125 to SF10BW125
393 393  
... ... @@ -406,7 +406,7 @@
406 406  905.3 - SF7BW125 to SF10BW125
407 407  
408 408  
409 -Downlink:
401 +(% style="color:#037691" %)**Downlink:**
410 410  
411 411  923.3 - SF7BW500 to SF12BW500
412 412  
... ... @@ -427,13 +427,12 @@
427 427  923.3 - SF12BW500(RX2 downlink only)
428 428  
429 429  
430 -1.
431 -11.
432 -111. CN470-510 (CN470)
433 433  
423 +=== 2.7.3 CN470-510 (CN470) ===
424 +
434 434  Used in China, Default use CHE=1
435 435  
436 -Uplink:
427 +(% style="color:#037691" %)**Uplink:**
437 437  
438 438  486.3 - SF7BW125 to SF12BW125
439 439  
... ... @@ -452,7 +452,7 @@
452 452  487.7 - SF7BW125 to SF12BW125
453 453  
454 454  
455 -Downlink:
446 +(% style="color:#037691" %)**Downlink:**
456 456  
457 457  506.7 - SF7BW125 to SF12BW125
458 458  
... ... @@ -473,13 +473,12 @@
473 473  505.3 - SF12BW125 (RX2 downlink only)
474 474  
475 475  
476 -1.
477 -11.
478 -111. AU915-928(AU915)
479 479  
468 +=== 2.7.4 AU915-928(AU915) ===
469 +
480 480  Default use CHE=2
481 481  
482 -Uplink:
472 +(% style="color:#037691" %)**Uplink:**
483 483  
484 484  916.8 - SF7BW125 to SF12BW125
485 485  
... ... @@ -498,7 +498,7 @@
498 498  918.2 - SF7BW125 to SF12BW125
499 499  
500 500  
501 -Downlink:
491 +(% style="color:#037691" %)**Downlink:**
502 502  
503 503  923.3 - SF7BW500 to SF12BW500
504 504  
... ... @@ -518,22 +518,22 @@
518 518  
519 519  923.3 - SF12BW500(RX2 downlink only)
520 520  
521 -1.
522 -11.
523 -111. AS920-923 & AS923-925 (AS923)
524 524  
525 -**Default Uplink channel:**
526 526  
513 +=== 2.7.5 AS920-923 & AS923-925 (AS923) ===
514 +
515 +(% style="color:#037691" %)**Default Uplink channel:**
516 +
527 527  923.2 - SF7BW125 to SF10BW125
528 528  
529 529  923.4 - SF7BW125 to SF10BW125
530 530  
531 531  
532 -**Additional Uplink Channel**:
522 +(% style="color:#037691" %)**Additional Uplink Channel**:
533 533  
534 534  (OTAA mode, channel added by JoinAccept message)
535 535  
536 -**AS920~~AS923 for Japan, Malaysia, Singapore**:
526 +(% style="color:#037691" %)**AS920~~AS923 for Japan, Malaysia, Singapore**:
537 537  
538 538  922.2 - SF7BW125 to SF10BW125
539 539  
... ... @@ -548,7 +548,7 @@
548 548  922.0 - SF7BW125 to SF10BW125
549 549  
550 550  
551 -**AS923 ~~ AS925 for Brunei, Cambodia, Hong Kong, Indonesia, Laos, Taiwan, Thailand, Vietnam**:
541 +(% style="color:#037691" %)**AS923 ~~ AS925 for Brunei, Cambodia, Hong Kong, Indonesia, Laos, Taiwan, Thailand, Vietnam**:
552 552  
553 553  923.6 - SF7BW125 to SF10BW125
554 554  
... ... @@ -563,18 +563,16 @@
563 563  924.6 - SF7BW125 to SF10BW125
564 564  
565 565  
556 +(% style="color:#037691" %)** Downlink:**
566 566  
567 -**Downlink:**
568 -
569 569  Uplink channels 1-8 (RX1)
570 570  
571 571  923.2 - SF10BW125 (RX2)
572 572  
573 573  
574 -1.
575 -11.
576 -111. KR920-923 (KR920)
577 577  
564 +=== 2.7.6 KR920-923 (KR920) ===
565 +
578 578  Default channel:
579 579  
580 580  922.1 - SF7BW125 to SF12BW125
... ... @@ -584,7 +584,7 @@
584 584  922.5 - SF7BW125 to SF12BW125
585 585  
586 586  
587 -Uplink: (OTAA mode, channel added by JoinAccept message)
575 +(% style="color:#037691" %)**Uplink: (OTAA mode, channel added by JoinAccept message)**
588 588  
589 589  922.1 - SF7BW125 to SF12BW125
590 590  
... ... @@ -601,7 +601,7 @@
601 601  923.3 - SF7BW125 to SF12BW125
602 602  
603 603  
604 -Downlink:
592 +(% style="color:#037691" %)**Downlink:**
605 605  
606 606  Uplink channels 1-7(RX1)
607 607  
... ... @@ -608,12 +608,11 @@
608 608  921.9 - SF12BW125 (RX2 downlink only; SF12BW125 might be changed to SF9BW125)
609 609  
610 610  
611 -1.
612 -11.
613 -111. IN865-867 (IN865)
614 614  
615 -Uplink:
600 +=== 2.7.7 IN865-867 (IN865) ===
616 616  
602 +(% style="color:#037691" %)** Uplink:**
603 +
617 617  865.0625 - SF7BW125 to SF12BW125
618 618  
619 619  865.4025 - SF7BW125 to SF12BW125
... ... @@ -621,7 +621,7 @@
621 621  865.9850 - SF7BW125 to SF12BW125
622 622  
623 623  
624 -Downlink:
611 +(% style="color:#037691" %) **Downlink:**
625 625  
626 626  Uplink channels 1-3 (RX1)
627 627  
... ... @@ -628,56 +628,48 @@
628 628  866.550 - SF10BW125 (RX2)
629 629  
630 630  
631 -1.
632 -11. LED Indicator
633 633  
634 -The LSE01 has an internal LED which is to show the status of different state.
635 635  
620 +== 2.8 LED Indicator ==
636 636  
622 +The LSE01 has an internal LED which is to show the status of different state.
623 +
637 637  * Blink once when device power on.
638 638  * Solid ON for 5 seconds once device successful Join the network.
639 639  * Blink once when device transmit a packet.
640 640  
641 -1.
642 -11. Installation in Soil
643 643  
629 +
630 +== 2.9 Installation in Soil ==
631 +
644 644  **Measurement the soil surface**
645 645  
646 646  
647 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image014.png]] ​
635 +[[image:1654506634463-199.png]] ​
648 648  
637 +(((
649 649  Choose the proper measuring position. Avoid the probe to touch rocks or hard things. Split the surface soil according to the measured deep. Keep the measured as original density. Vertical insert the probe into the soil to be measured. Make sure not shake when inserting.
639 +)))
650 650  
651 651  
652 652  
643 +[[image:1654506665940-119.png]]
653 653  
654 -
655 -
656 -
657 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image015.png]]
658 -
659 -
660 -
661 661  Dig a hole with diameter > 20CM.
662 662  
663 663  Horizontal insert the probe to the soil and fill the hole for long term measurement.
664 664  
665 665  
650 +== 2.10 ​Firmware Change Log ==
666 666  
667 -
668 -1.
669 -11. ​Firmware Change Log
670 -
671 671  **Firmware download link:**
672 672  
673 673  [[http:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/Firmware/>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/Firmware/]]
674 674  
675 675  
676 -**Firmware Upgrade Method:**
657 +**Firmware Upgrade Method: **[[Firmware Upgrade Instruction>>doc:Main.Firmware Upgrade Instruction for STM32 base products.WebHome]]
677 677  
678 -[[http:~~/~~/wiki.dragino.com/index.php?title=Firmware_Upgrade_Instruction_for_STM32_base_products#Introduction>>url:http://wiki.dragino.com/index.php?title=Firmware_Upgrade_Instruction_for_STM32_base_products#Introduction]]
679 679  
680 -
681 681  **V1.0.**
682 682  
683 683  Release
1654504907647-967.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +54.7 KB
Content
1654505570700-128.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +59.2 KB
Content
1654505857935-743.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +86.0 KB
Content
1654505874829-548.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +129.9 KB
Content
1654505905236-553.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +92.0 KB
Content
1654505925508-181.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +69.5 KB
Content
1654506634463-199.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +344.4 KB
Content
1654506665940-119.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +423.3 KB
Content
image-20220606165544-8.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +11.6 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0