<
From version < 65.19 >
edited by Xiaoling
on 2022/07/08 15:55
To version < 65.11 >
edited by Xiaoling
on 2022/07/08 15:44
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -69,6 +69,7 @@
69 69  * Micro SIM card slot for NB-IoT SIM
70 70  * 8500mAh Battery for long term use
71 71  
72 +
72 72  == 1.3  Specification ==
73 73  
74 74  
... ... @@ -200,9 +200,7 @@
200 200  
201 201  [[image:image-20220708110657-3.png]]
202 202  
203 -(((
204 204  (% 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 -)))
206 206  
207 207  
208 208  
... ... @@ -305,14 +305,12 @@
305 305  In this mode, uplink payload includes in total 18 bytes
306 306  
307 307  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
308 -|=(% style="width: 60px;" %)(((
307 +|=(% style="width: 50px;" %)(((
309 309  **Size(bytes)**
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**
309 +)))|=(% 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**
311 311  |(% 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"]]
312 312  
313 -(((
314 314  If we use the MQTT client to subscribe to this MQTT topic, we can see the following information when the NSE01 uplink data.
315 -)))
316 316  
317 317  
318 318  [[image:image-20220708111918-4.png]]
... ... @@ -333,44 +333,28 @@
333 333  * Interrupt: 0x00 = 0
334 334  
335 335  
336 -
337 -
338 338  == 2.4  Payload Explanation and Sensor Interface ==
339 339  
340 340  
341 341  === 2.4.1  Device ID ===
342 342  
343 -(((
344 344  By default, the Device ID equal to the last 6 bytes of IMEI.
345 -)))
346 346  
347 -(((
348 348  User can use (% style="color:blue" %)**AT+DEUI**(%%) to set Device ID
349 -)))
350 350  
351 -(((
352 352  **Example:**
353 -)))
354 354  
355 -(((
356 356  AT+DEUI=A84041F15612
357 -)))
358 358  
359 -(((
360 360  The Device ID is stored in a none-erase area, Upgrade the firmware or run AT+FDR won't erase Device ID.
361 -)))
362 362  
363 363  
364 364  
365 365  === 2.4.2  Version Info ===
366 366  
367 -(((
368 368  Specify the software version: 0x64=100, means firmware version 1.00.
369 -)))
370 370  
371 -(((
372 372  For example: 0x00 64 : this device is NSE01 with firmware version 1.0.0.
373 -)))
374 374  
375 375  
376 376  
... ... @@ -392,33 +392,19 @@
392 392  
393 393  === 2.4.4  Signal Strength ===
394 394  
395 -(((
396 396  NB-IoT Network signal Strength.
397 -)))
398 398  
399 -(((
400 400  **Ex1: 0x1d = 29**
401 -)))
402 402  
403 -(((
404 404  (% style="color:blue" %)**0**(%%)  -113dBm or less
405 -)))
406 406  
407 -(((
408 408  (% style="color:blue" %)**1**(%%)  -111dBm
409 -)))
410 410  
411 -(((
412 412  (% style="color:blue" %)**2...30**(%%) -109dBm... -53dBm
413 -)))
414 414  
415 -(((
416 416  (% style="color:blue" %)**31**  (%%) -51dBm or greater
417 -)))
418 418  
419 -(((
420 420  (% style="color:blue" %)**99**   (%%) Not known or not detectable
421 -)))
422 422  
423 423  
424 424  
... ... @@ -425,16 +425,12 @@
425 425  === 2.4.5  Soil Moisture ===
426 426  
427 427  (((
428 -(((
429 429  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.
430 430  )))
431 -)))
432 432  
433 433  (((
434 -(((
435 435  For example, if the data you get from the register is **__0x05 0xDC__**, the moisture content in the soil is
436 436  )))
437 -)))
438 438  
439 439  (((
440 440  
... ... @@ -449,7 +449,7 @@
449 449  === 2.4.6  Soil Temperature ===
450 450  
451 451  (((
452 -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
415 + 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
453 453  )))
454 454  
455 455  (((
... ... @@ -490,56 +490,34 @@
490 490  
491 491  === 2.4.8  Digital Interrupt ===
492 492  
493 -(((
494 494  Digital Interrupt refers to pin (% style="color:blue" %)**GPIO_EXTI**(%%), and there are different trigger methods. When there is a trigger, the NSE01 will send a packet to the server.
495 -)))
496 496  
497 -(((
498 498  The command is:
499 -)))
500 500  
501 -(((
502 502  (% style="color:blue" %)**AT+INTMOD=3 **(%%) ~/~/(more info about INMOD please refer [[**AT Command Manual**>>url:https://www.dragino.com/downloads/downloads/NB-IoT/NBSN95/DRAGINO_NBSN95-NB_AT%20Commands_v1.1.0.pdf]])**.**
503 -)))
504 504  
505 505  
506 -(((
507 507  The lower four bits of this data field shows if this packet is generated by interrupt or not. Click here for the hardware and software set up.
508 -)))
509 509  
510 510  
511 -(((
512 512  Example:
513 -)))
514 514  
515 -(((
516 516  0x(00): Normal uplink packet.
517 -)))
518 518  
519 -(((
520 520  0x(01): Interrupt Uplink Packet.
521 -)))
522 522  
523 523  
524 524  
525 525  === 2.4.9  ​+5V Output ===
526 526  
527 -(((
528 528  NSE01 will enable +5V output before all sampling and disable the +5v after all sampling. 
529 -)))
530 530  
531 531  
532 -(((
533 533  The 5V output time can be controlled by AT Command.
534 -)))
535 535  
536 -(((
537 537  (% style="color:blue" %)**AT+5VT=1000**
538 -)))
539 539  
540 -(((
541 541  Means set 5V valid time to have 1000ms. So the real 5V output will actually have 1000ms + sampling time for other sensors.
542 -)))
543 543  
544 544  
545 545  
... ... @@ -589,9 +589,7 @@
589 589  
590 590  * (% style="color:blue" %)**INTMOD**
591 591  
592 -(((
593 593  Downlink Payload: 06000003, Set AT+INTMOD=3
594 -)))
595 595  
596 596  
597 597  
... ... @@ -614,9 +614,7 @@
614 614  
615 615  __**Measurement the soil surface**__
616 616  
617 -(((
618 618  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. [[https:~~/~~/img.alicdn.com/imgextra/i3/2005165265/O1CN010rj9Oh1olPsQxrdUK_!!2005165265.jpg>>url:https://img.alicdn.com/imgextra/i3/2005165265/O1CN010rj9Oh1olPsQxrdUK_!!2005165265.jpg]]
619 -)))
620 620  
621 621  [[image:1657259653666-883.png]] ​
622 622  
... ... @@ -657,19 +657,13 @@
657 657  === 2.9.1  ​Battery Type ===
658 658  
659 659  
660 -(((
661 661  The NSE01 battery is a combination of an 8500mAh Li/SOCI2 Battery and a Super Capacitor. The battery is none-rechargeable battery type with a low discharge rate (<2% per year). This type of battery is commonly used in IoT devices such as water meter.
662 -)))
663 663  
664 664  
665 -(((
666 666  The battery is designed to last for several years depends on the actually use environment and update interval. 
667 -)))
668 668  
669 669  
670 -(((
671 671  The battery related documents as below:
672 -)))
673 673  
674 674  * [[Battery Dimension>>http://www.dragino.com/downloads/index.php?dir=datasheet/Battery/ER26500/]]
675 675  * [[Lithium-Thionyl Chloride Battery datasheet>>http://www.dragino.com/downloads/index.php?dir=datasheet/Battery/ER26500/]]
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0