<
From version < 64.4 >
edited by Xiaoling
on 2022/07/08 14:44
To version < 65.4 >
edited by Xiaoling
on 2022/07/08 15:09
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -13,11 +13,13 @@
13 13  
14 14  **Table of Contents:**
15 15  
16 +{{toc/}}
16 16  
17 17  
18 18  
19 19  
20 20  
22 +
21 21  = 1.  Introduction =
22 22  
23 23  == 1.1 ​ What is LoRaWAN Soil Moisture & EC Sensor ==
... ... @@ -43,9 +43,8 @@
43 43  
44 44  
45 45  
46 -== 1.2 ​Features ==
48 +== 1.2 ​ Features ==
47 47  
48 -
49 49  * NB-IoT Bands: B1/B3/B8/B5/B20/B28 @H-FDD
50 50  * Monitor Soil Moisture
51 51  * Monitor Soil Temperature
... ... @@ -59,6 +59,9 @@
59 59  * Micro SIM card slot for NB-IoT SIM
60 60  * 8500mAh Battery for long term use
61 61  
63 +
64 +
65 +
62 62  == 1.3  Specification ==
63 63  
64 64  
... ... @@ -67,6 +67,8 @@
67 67  * Supply Voltage: 2.1v ~~ 3.6v
68 68  * Operating Temperature: -40 ~~ 85°C
69 69  
74 +
75 +
70 70  (% style="color:#037691" %)**NB-IoT Spec:**
71 71  
72 72  * - B1 @H-FDD: 2100MHz
... ... @@ -76,8 +76,10 @@
76 76  * - B20 @H-FDD: 800MHz
77 77  * - B28 @H-FDD: 700MHz
78 78  
79 -(% style="color:#037691" %)**Probe Specification:**
80 80  
86 +
87 +Probe(% style="color:#037691" %)** Specification:**
88 +
81 81  Measure Volume: Base on the centra pin of the probe, a cylinder with 7cm diameter and 10cm height.
82 82  
83 83  [[image:image-20220708101224-1.png]]
... ... @@ -290,7 +290,7 @@
290 290  |=(% style="width: 50px;" %)(((
291 291  **Size(bytes)**
292 292  )))|=(% style="width: 50px;" %)**6**|=(% style="width: 25px;" %)2|=(% style="width: 25px;" %)**2**|=(% style="width: 80px;" %)**1**|=(% style="width: 80px;" %)**2**|=(% style="width: 80px;" %)**2**|=(% style="width: 80px;" %)**2**|=(% style="width: 40px;" %)**1**
293 -|(% style="width:97px" %)**Value**|(% style="width:83px" %)[[Device ID>>||anchor="H"]]|(% style="width:41px" %)[[Ver>>||anchor="H"]]|(% style="width:46px" %)[[BAT>>||anchor="H"]]|(% style="width:123px" %)[[Signal Strength>>||anchor="H"]]|(% style="width:108px" %)[[Soil Moisture>>||anchor="H"]]|(% style="width:133px" %)[[Soil Temperature>>||anchor="H"]]|(% style="width:159px" %)[[Soil Conductivity(EC)>>||anchor="H"]]|(% style="width:80px" %)[[Interrupt>>||anchor="H"]]
301 +|(% style="width:97px" %)**Value**|(% style="width:83px" %)[[Device ID>>||anchor="H2.4.1A0A0DeviceID"]]|(% style="width:41px" %)[[Ver>>||anchor="H2.4.2A0VersionInfo"]]|(% style="width:46px" %)[[BAT>>||anchor="H2.4.3A0BatteryInfo"]]|(% style="width:123px" %)[[Signal Strength>>||anchor="H2.4.4A0SignalStrength"]]|(% style="width:108px" %)[[Soil Moisture>>||anchor="H2.4.5A0SoilMoisture"]]|(% style="width:133px" %)[[Soil Temperature>>||anchor="H2.4.6A0SoilTemperature"]]|(% style="width:159px" %)[[Soil Conductivity(EC)>>||anchor="H2.4.7A0SoilConductivity28EC29"]]|(% style="width:80px" %)[[Interrupt>>||anchor="H2.4.8A0DigitalInterrupt"]]
294 294  
295 295  If we use the MQTT client to subscribe to this MQTT topic, we can see the following information when the NSE01 uplink data.
296 296  
... ... @@ -312,6 +312,9 @@
312 312  * Soil Conductivity(EC) = 0x02f9 =761 uS /cm
313 313  * Interrupt: 0x00 = 0
314 314  
323 +
324 +
325 +
315 315  == 2.4  Payload Explanation and Sensor Interface ==
316 316  
317 317  
... ... @@ -754,86 +754,52 @@
754 754  )))
755 755  
756 756  (((
757 -Notice, NSE01 and LSE01 share the same mother board. They use the same connection and method to update.
768 +(% style="color:red" %)Notice, NSE01 and LSE01 share the same mother board. They use the same connection and method to update.
758 758  )))
759 759  
760 760  
761 -(((
762 -
763 -)))
764 764  
765 -= 5. Trouble Shooting =
773 += 6.  Trouble Shooting =
766 766  
767 -== 5.1 ​Why I can't join TTN in US915 / AU915 bands? ==
775 +== 6.1 Connection problem when uploading firmware ==
768 768  
769 -It is due to channel mapping. Please see the [[Eight Channel Mode>>doc:Main.End Device AT Commands and Downlink Command.WebHome||anchor="H7.19EightChannelMode"]] section above for details.
770 770  
771 -
772 -== 5.2 AT Command input doesn't work ==
773 -
778 +(% class="wikigeneratedid" %)
774 774  (((
775 -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.
780 +(% style="font-size:14px" %)**Please see: **(%%)[[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/#H3.3Troubleshooting>>http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/#H3.3Troubleshooting||style="background-color: rgb(255, 255, 255); font-size: 14px;"]]
776 776  )))
777 777  
778 778  
779 -== 5.3 Device rejoin in at the second uplink packet ==
780 780  
781 -(% style="color:#4f81bd" %)**Issue describe as below:**
785 +== 6.2  AT Command input doesn't work ==
782 782  
783 -[[image:1654500909990-784.png]]
784 -
785 -
786 -(% style="color:#4f81bd" %)**Cause for this issue:**
787 -
788 788  (((
789 -The fuse on LSE01 is not large enough, some of the soil probe require large current up to 5v 800mA, in a short pulse. When this happen, it cause the device reboot so user see rejoin.
788 +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.
790 790  )))
791 791  
792 792  
793 -(% style="color:#4f81bd" %)**Solution: **
794 794  
795 -All new shipped LSE01 after 2020-May-30 will have this to fix. For the customer who see this issue, please bypass the fuse as below:
793 += 7. ​ Order Info =
796 796  
797 -[[image:1654500929571-736.png||height="458" width="832"]]
798 798  
796 +Part Number**:** (% style="color:#4f81bd" %)**NSE01**
799 799  
800 -= 6. ​Order Info =
801 801  
802 -
803 -Part Number**:** (% style="color:#4f81bd" %)**LSE01-XX-YY**
804 -
805 -
806 -(% style="color:#4f81bd" %)**XX**(%%)**:** The default frequency band
807 -
808 -* (% style="color:red" %)**AS923**(%%): LoRaWAN AS923 band
809 -* (% style="color:red" %)**AU915**(%%): LoRaWAN AU915 band
810 -* (% style="color:red" %)**EU433**(%%): LoRaWAN EU433 band
811 -* (% style="color:red" %)**EU868**(%%): LoRaWAN EU868 band
812 -* (% style="color:red" %)**KR920**(%%): LoRaWAN KR920 band
813 -* (% style="color:red" %)**US915**(%%): LoRaWAN US915 band
814 -* (% style="color:red" %)**IN865**(%%):  LoRaWAN IN865 band
815 -* (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
816 -
817 -(% style="color:#4f81bd" %)**YY**(%%)**: **Battery Option
818 -
819 -* (% style="color:red" %)**4**(%%): 4000mAh battery
820 -* (% style="color:red" %)**8**(%%): 8500mAh battery
821 -
822 822  (% class="wikigeneratedid" %)
823 823  (((
824 824  
825 825  )))
826 826  
827 -= 7. Packing Info =
804 += 8.  Packing Info =
828 828  
829 829  (((
830 830  
831 831  
832 832  (% style="color:#037691" %)**Package Includes**:
833 -)))
834 834  
835 -* (((
836 -LSE01 LoRaWAN Soil Moisture & EC Sensor x 1
811 +
812 +* NSE01 NB-IoT Soil Moisture & EC Sensor x 1
813 +* External antenna x 1
837 837  )))
838 838  
839 839  (((
... ... @@ -840,24 +840,20 @@
840 840  
841 841  
842 842  (% style="color:#037691" %)**Dimension and weight**:
843 -)))
844 844  
845 -* (((
846 -Device Size: cm
821 +
822 +* Size: 195 x 125 x 55 mm
823 +* Weight:   420g
847 847  )))
848 -* (((
849 -Device Weight: g
850 -)))
851 -* (((
852 -Package Size / pcs : cm
853 -)))
854 -* (((
855 -Weight / pcs : g
856 856  
826 +(((
857 857  
828 +
829 +
830 +
858 858  )))
859 859  
860 -= 8. Support =
833 += 9.  Support =
861 861  
862 862  * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule.
863 863  * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:http://../../../../../../D:%5C%E5%B8%82%E5%9C%BA%E8%B5%84%E6%96%99%5C%E8%AF%B4%E6%98%8E%E4%B9%A6%5CLoRa%5CLT%E7%B3%BB%E5%88%97%5Csupport@dragino.com]]
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0