<
From version < 65.8 >
edited by Xiaoling
on 2022/07/08 15:34
To version < 65.13 >
edited by Xiaoling
on 2022/07/08 15:51
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,6 +20,7 @@
20 20  
21 21  
22 22  
23 +
23 23  = 1.  Introduction =
24 24  
25 25  == 1.1 ​ What is LoRaWAN Soil Moisture & EC Sensor ==
... ... @@ -27,13 +27,21 @@
27 27  (((
28 28  
29 29  
31 +(((
30 30  Dragino NSE01 is an (% style="color:blue" %)**NB-IOT soil moisture & EC sensor**(%%) for agricultural IoT. Used to measure the soil moisture of saline-alkali soil and loam. The soil sensor uses the FDR method to calculate soil moisture and compensates it with soil temperature and electrical conductivity. It has also been calibrated for mineral soil types at the factory.
33 +)))
31 31  
35 +(((
32 32  It can detect (% style="color:blue" %)**Soil Moisture, Soil Temperature and Soil Conductivity**(%%), and upload its value to the server wirelessly.
37 +)))
33 33  
39 +(((
34 34  The wireless technology used in NSE01 allows the device to send data at a low data rate and reach ultra-long distances, providing ultra-long-distance spread spectrum Communication.
41 +)))
35 35  
43 +(((
36 36  NSE01 are powered by (% style="color:blue" %)**8500mAh Li-SOCI2**(%%) batteries, which can be used for up to 5 years.  
45 +)))
37 37  
38 38  
39 39  )))
... ... @@ -60,7 +60,6 @@
60 60  * Micro SIM card slot for NB-IoT SIM
61 61  * 8500mAh Battery for long term use
62 62  
63 -
64 64  == 1.3  Specification ==
65 65  
66 66  
... ... @@ -128,7 +128,9 @@
128 128  === 2.2.1 Test Requirement ===
129 129  
130 130  
139 +(((
131 131  To use NSE01 in your city, make sure meet below requirements:
141 +)))
132 132  
133 133  * Your local operator has already distributed a NB-IoT Network there.
134 134  * The local NB-IoT network used the band that NSE01 supports.
... ... @@ -145,9 +145,13 @@
145 145  
146 146  === 2.2.2 Insert SIM card ===
147 147  
158 +(((
148 148  Insert the NB-IoT Card get from your provider.
160 +)))
149 149  
162 +(((
150 150  User need to take out the NB-IoT module and insert the SIM card like below:
164 +)))
151 151  
152 152  
153 153  [[image:1657249468462-536.png]]
... ... @@ -186,7 +186,9 @@
186 186  
187 187  [[image:image-20220708110657-3.png]]
188 188  
203 +(((
189 189  (% style="color:red" %)Note: the valid AT Commands can be found at: (%%)[[http:~~/~~/www.dragino.com/downloads/index.php?dir=NB-IoT/NSE01/>>url:http://www.dragino.com/downloads/index.php?dir=NB-IoT/NBSN50/]]
205 +)))
190 190  
191 191  
192 192  
... ... @@ -289,12 +289,14 @@
289 289  In this mode, uplink payload includes in total 18 bytes
290 290  
291 291  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
292 -|=(% style="width: 50px;" %)(((
308 +|=(% style="width: 60px;" %)(((
293 293  **Size(bytes)**
294 -)))|=(% 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**
310 +)))|=(% style="width: 50px;" %)**6**|=(% style="width: 25px;" %)2|=(% style="width: 25px;" %)**2**|=(% style="width: 70px;" %)**1**|=(% style="width: 60px;" %)**2**|=(% style="width: 80px;" %)**2**|=(% style="width: 90px;" %)**2**|=(% style="width: 50px;" %)**1**
295 295  |(% 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"]]
296 296  
313 +(((
297 297  If we use the MQTT client to subscribe to this MQTT topic, we can see the following information when the NSE01 uplink data.
315 +)))
298 298  
299 299  
300 300  [[image:image-20220708111918-4.png]]
... ... @@ -315,28 +315,44 @@
315 315  * Interrupt: 0x00 = 0
316 316  
317 317  
336 +
337 +
318 318  == 2.4  Payload Explanation and Sensor Interface ==
319 319  
320 320  
321 321  === 2.4.1  Device ID ===
322 322  
343 +(((
323 323  By default, the Device ID equal to the last 6 bytes of IMEI.
345 +)))
324 324  
347 +(((
325 325  User can use (% style="color:blue" %)**AT+DEUI**(%%) to set Device ID
349 +)))
326 326  
351 +(((
327 327  **Example:**
353 +)))
328 328  
355 +(((
329 329  AT+DEUI=A84041F15612
357 +)))
330 330  
359 +(((
331 331  The Device ID is stored in a none-erase area, Upgrade the firmware or run AT+FDR won't erase Device ID.
361 +)))
332 332  
333 333  
334 334  
335 335  === 2.4.2  Version Info ===
336 336  
367 +(((
337 337  Specify the software version: 0x64=100, means firmware version 1.00.
369 +)))
338 338  
371 +(((
339 339  For example: 0x00 64 : this device is NSE01 with firmware version 1.0.0.
373 +)))
340 340  
341 341  
342 342  
... ... @@ -358,19 +358,33 @@
358 358  
359 359  === 2.4.4  Signal Strength ===
360 360  
395 +(((
361 361  NB-IoT Network signal Strength.
397 +)))
362 362  
399 +(((
363 363  **Ex1: 0x1d = 29**
401 +)))
364 364  
403 +(((
365 365  (% style="color:blue" %)**0**(%%)  -113dBm or less
405 +)))
366 366  
407 +(((
367 367  (% style="color:blue" %)**1**(%%)  -111dBm
409 +)))
368 368  
411 +(((
369 369  (% style="color:blue" %)**2...30**(%%) -109dBm... -53dBm
413 +)))
370 370  
415 +(((
371 371  (% style="color:blue" %)**31**  (%%) -51dBm or greater
417 +)))
372 372  
419 +(((
373 373  (% style="color:blue" %)**99**   (%%) Not known or not detectable
421 +)))
374 374  
375 375  
376 376  
... ... @@ -377,12 +377,16 @@
377 377  === 2.4.5  Soil Moisture ===
378 378  
379 379  (((
428 +(((
380 380  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.
381 381  )))
431 +)))
382 382  
383 383  (((
434 +(((
384 384  For example, if the data you get from the register is **__0x05 0xDC__**, the moisture content in the soil is
385 385  )))
437 +)))
386 386  
387 387  (((
388 388  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0