<
From version < 67.11 >
edited by Xiaoling
on 2023/05/31 10:22
To version < 67.13 >
edited by Xiaoling
on 2023/05/31 10:30
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -136,7 +136,7 @@
136 136  == 1.7 BLE connection ==
137 137  
138 138  
139 -CPL03-LB support BLE remote configure.
139 +SE01-LB support BLE remote configure.
140 140  
141 141  
142 142  BLE can be used to configure the parameter of sensor or see the console output from sensor. BLE will be only activate on below case:
... ... @@ -169,7 +169,7 @@
169 169  
170 170  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSE01-LoRaWAN%20Soil%20Moisture%20%26%20EC%20Sensor%20User%20Manual/WebHome/image-20221008135912-1.png?rev=1.1||alt="image-20221008135912-1.png"]]
171 171  
172 -= 2. Configure CPL03-LB to connect to LoRaWAN network =
172 += 2. Configure SE01-LB to connect to LoRaWAN network =
173 173  
174 174  == 2.1 How it works ==
175 175  
... ... @@ -234,7 +234,7 @@
234 234  === 2.3.1 MOD~=0(Default Mode)(% style="display:none" %) (%%) ===
235 235  
236 236  
237 -LSE01 will uplink payload via LoRaWAN with below payload format: 
237 +SE01-LB will uplink payload via LoRaWAN with below payload format: 
238 238  
239 239  (((
240 240  Uplink payload includes in total 11 bytes.
... ... @@ -267,7 +267,7 @@
267 267  
268 268  
269 269  (((
270 -Check the battery voltage for LSE01.
270 +Check the battery voltage for SE01-LB.
271 271  )))
272 272  
273 273  (((
... ... @@ -420,7 +420,7 @@
420 420  )))
421 421  
422 422  (((
423 -If payload = 0x04FF, it will reset the LSE01
423 +If payload = 0x04FF, it will reset the SE01-LB
424 424  )))
425 425  
426 426  
... ... @@ -433,19 +433,19 @@
433 433  == 2.6 Datalog Feature ==
434 434  
435 435  
436 -Datalog Feature is to ensure IoT Server can get all sampling data from Sensor even if the LoRaWAN network is down. For each sampling, CPL03-LB will store the reading for future retrieving purposes.
436 +Datalog Feature is to ensure IoT Server can get all sampling data from Sensor even if the LoRaWAN network is down. For each sampling, SE01-LB will store the reading for future retrieving purposes.
437 437  
438 438  
439 439  === 2.6.1 Ways to get datalog via LoRaWAN ===
440 440  
441 441  
442 -Set PNACKMD=1, CPL03-LB will wait for ACK for every uplink, when there is no LoRaWAN network,CPL03-LB will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery.
442 +Set PNACKMD=1, SE01-LB will wait for ACK for every uplink, when there is no LoRaWAN network,SE01-LB will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery.
443 443  
444 444  * (((
445 -a) CPL03-LB will do an ACK check for data records sending to make sure every data arrive server.
445 +a) SE01-LB will do an ACK check for data records sending to make sure every data arrive server.
446 446  )))
447 447  * (((
448 -b) CPL03-LB will send data in **CONFIRMED Mode** when PNACKMD=1, but CPL03-LB won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink if CPL03-LB gets a ACK, CPL03-LB will consider there is a network connection and resend all NONE-ACK messages.
448 +b) SE01-LB will send data in **CONFIRMED Mode** when PNACKMD=1, but SE01-LB won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink if SE01-LB gets a ACK, SE01-LB will consider there is a network connection and resend all NONE-ACK messages.
449 449  )))
450 450  
451 451  Below is the typical case for the auto-update datalog feature (Set PNACKMD=1)
... ... @@ -456,7 +456,7 @@
456 456  === 2.6.2 Unix TimeStamp ===
457 457  
458 458  
459 -CPL03-LB uses Unix TimeStamp format based on
459 +SE01-LB uses Unix TimeStamp format based on
460 460  
461 461  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/WebHome/image-20220523001219-11.png?width=627&height=97&rev=1.1||alt="图片-20220523001219-11.png" height="97" width="627"]]
462 462  
... ... @@ -475,7 +475,7 @@
475 475  
476 476  User need to set (% style="color:blue" %)**SYNCMOD=1**(%%) to enable sync time via MAC command.
477 477  
478 -Once CPL03-LB Joined LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time to CPL03-LB. If CPL03-LB fails to get the time from the server, CPL03-LB will use the internal time and wait for next time request (AT+SYNCTDC to set the time request period, default is 10 days).
478 +Once SE01-LB Joined LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time to SE01-LB. If SE01-LB fails to get the time from the server, SE01-LB will use the internal time and wait for next time request (AT+SYNCTDC to set the time request period, default is 10 days).
479 479  
480 480  (% style="color:red" %)**Note: LoRaWAN Server need to support LoRaWAN v1.0.3(MAC v1.0.3) or higher to support this MAC command feature, Chirpstack,TTN V3 v3 and loriot support but TTN V3 v2 doesn't support. If server doesn't support this command, it will through away uplink packet with this command, so user will lose the packet with time request for TTN V3 v2 if SYNCMOD=1.**
481 481  
... ... @@ -503,7 +503,7 @@
503 503  )))
504 504  
505 505  (((
506 -Uplink Internal =5s,means CPL03-LB will send one packet every 5s. range 5~~255s.
506 +Uplink Internal =5s,means SE01-LB will send one packet every 5s. range 5~~255s.
507 507  )))
508 508  
509 509  
... ... @@ -510,7 +510,7 @@
510 510  == 2.7 Frequency Plans ==
511 511  
512 512  
513 -The CPL03-LB 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.
513 +The SE01-LB 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.
514 514  
515 515  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/]]
516 516  
... ... @@ -546,7 +546,7 @@
546 546  == 3.1 Configure Methods ==
547 547  
548 548  
549 -CPL03-LB supports below configure method:
549 +SE01-LB supports below configure method:
550 550  
551 551  * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]].
552 552  
... ... @@ -702,7 +702,7 @@
702 702  = 4. Battery & Power Consumption =
703 703  
704 704  
705 -CPL03-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
705 +SE01-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
706 706  
707 707  [[**Battery Info & Power Consumption Analyze**>>http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] .
708 708  
... ... @@ -711,7 +711,7 @@
711 711  
712 712  
713 713  (% class="wikigeneratedid" %)
714 -User can change firmware CPL03-LB to:
714 +User can change firmware SE01-LB to:
715 715  
716 716  * Change Frequency band/ region.
717 717  
... ... @@ -735,11 +735,11 @@
735 735  In the case if user can see the console output but can't type input to the device. Please check if you already include the (% style="color:green" %)**ENTER**(%%) while sending out the command. Some serial tool doesn't send (% style="color:green" %)**ENTER**(%%) while press the send key, user need to add ENTER in their string.
736 736  
737 737  
738 -== 6.2 ​Can I calibrate LSE01 to different soil types? ==
738 +== 6.2 ​Can I calibrate SE01-LB to different soil types? ==
739 739  
740 740  
741 741  (((
742 -LSE01 is calibrated for saline-alkali soil and loamy soil. If users want to use it for other soil, they can calibrate the value in the IoT platform base on the value measured by saline-alkali soil and loamy soil. The formula can be found at [[this link>>https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/&file=Calibrate_to_other_Soil_20220605.pdf]].
742 +SE01-LB is calibrated for saline-alkali soil and loamy soil. If users want to use it for other soil, they can calibrate the value in the IoT platform base on the value measured by saline-alkali soil and loamy soil. The formula can be found at [[this link>>https://www.dragino.com/downloads/downloads/LoRa_End_Node/LSE01/Calibrate_to_other_Soil_20230522.pdf]].
743 743  )))
744 744  
745 745  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0