<
From version < 33.3 >
edited by Xiaoling
on 2022/09/13 09:23
To version < 33.2 >
edited by Xiaoling
on 2022/09/13 09:14
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -325,15 +325,12 @@
325 325  
326 326  == 2.4  Payload Explanation and Sensor Interface ==
327 327  
328 -
329 329  === 2.4.1  Device ID ===
330 330  
331 -
332 332  By default, the Device ID equal to the last 15 bits of IMEI.
333 333  
334 334  User can use **AT+DEUI** to set Device ID
335 335  
336 -
337 337  **Example:**
338 338  
339 339  AT+DEUI=868411056754138
... ... @@ -340,20 +340,14 @@
340 340  
341 341  The Device ID is stored in a none-erase area, Upgrade the firmware or run AT+FDR won't erase Device ID.
342 342  
343 -
344 -
345 345  === 2.4.2  Version Info ===
346 346  
347 -
348 348  Specify the software version: 0x64=100, means firmware version 1.00.
349 349  
350 350  For example: 0x00 64 : this device is NLMS01 with firmware version 1.0.0.
351 351  
352 -
353 -
354 354  === 2.4.3  Battery Info ===
355 355  
356 -
357 357  Check the battery voltage for NLMS01.
358 358  
359 359  Ex1: 0x0B45 = 2885mV
... ... @@ -360,11 +360,8 @@
360 360  
361 361  Ex2: 0x0B49 = 2889mV
362 362  
363 -
364 -
365 365  === 2.4.4  Signal Strength ===
366 366  
367 -
368 368  NB-IoT Network signal Strength.
369 369  
370 370  **Ex1: 0x1d = 29**
... ... @@ -379,11 +379,8 @@
379 379  
380 380  **99**    Not known or not detectable
381 381  
382 -
383 -
384 384  === 2.4.5  Leaf moisture ===
385 385  
386 -
387 387  Get the moisture of the **Leaf**. The value range of the register is 300-1000(Decimal), divide this value by 100 to get the percentage of moisture in the **Leaf**.
388 388  
389 389  For example, if the data you get from the register is **__0x05 0xDC__**, the moisture content in the **Leaf** is
... ... @@ -390,11 +390,8 @@
390 390  
391 391  **0229(H) = 549(D) /100 = 54.9.**
392 392  
393 -
394 -
395 395  === 2.4.6  Leaf Temperature ===
396 396  
397 -
398 398  Get the temperature in the **Leaf**. The value range of the register is -4000 - +800(Decimal), divide this value by 100 to get the temperature in the **Leaf**. For example, if the data you get from the register is **__0x09 0xEC__**, the temperature content in the **Leaf **is
399 399  
400 400  **Example**:
... ... @@ -403,19 +403,14 @@
403 403  
404 404  If payload is FF7EH: ((FF7E & 0x8000)>>15 ===1),temp = (FF7E(H)-FFFF(H))/10 = -12.9 °C
405 405  
406 -
407 -
408 408  === 2.4.7  Timestamp ===
409 409  
410 -
411 411  Time stamp : 0x6315537b =1662342011
412 412  
413 413  Convert Unix timestamp to time 2022-9-5 9:40:11.
414 414  
415 -
416 416  === 2.4.8  Digital Interrupt ===
417 417  
418 -
419 419  Digital Interrupt refers to pin **GPIO_EXTI**, and there are different trigger methods. When there is a trigger, the NLMS01 will send a packet to the server.
420 420  
421 421  The command is:
... ... @@ -430,11 +430,8 @@
430 430  
431 431  0x(01): Interrupt Uplink Packet.
432 432  
433 -
434 -
435 435  === 2.4.9  ​+5V Output ===
436 436  
437 -
438 438  NLMS01 will enable +5V output before all sampling and disable the +5v after all sampling. 
439 439  
440 440  The 5V output time can be controlled by AT Command.
... ... @@ -444,15 +444,12 @@
444 444  Means set 5V valid time to have 1000ms. So the real 5V output will actually have 1000ms + sampling time for other sensors.** **
445 445  
446 446  
447 -
448 448  == 2.5  Downlink Payload ==
449 449  
450 -
451 451  By default, NLMS01 prints the downlink payload to console port.
452 452  
453 453  [[image:image-20220907171221-18.png]] ​
454 454  
455 -
456 456  **Examples:**
457 457  
458 458  * **Set TDC**
... ... @@ -471,11 +471,8 @@
471 471  
472 472  Downlink Payload: 06000003, Set AT+INTMOD=3
473 473  
474 -
475 -
476 476  == 2.6  ​LED Indicator ==
477 477  
478 -
479 479  The NLMS01 has an internal LED which is to show the status of different state.
480 480  
481 481  * When power on, NLMS01 will detect if sensor probe is connected, if probe detected, LED will blink four times. (no blinks in this step is no probe)
... ... @@ -483,26 +483,18 @@
483 483  * After NLMS01 join NB-IoT network. The LED will be ON for 3 seconds.
484 484  * For each uplink probe, LED will be on for 500ms.
485 485  
454 +== 2.7 Installation ==
486 486  
487 -
488 -
489 -== 2.7  Installation ==
490 -
491 -
492 492  NLMS01 probe has two sides. The side without words are the sense side. Please be ware when install the sensor.
493 493  
494 -
495 495  [[image:image-20220907171221-19.png]]
496 496  
460 +== 2.8 Moisture and Temperature alarm function ==
497 497  
462 +➢ AT Command:
498 498  
499 -== 2.8  Moisture and Temperature alarm function ==
464 +AT+ HUMALARM =min,max
500 500  
501 -
502 -**➢ AT Command:**
503 -
504 -**AT+ HUMALARM =min,max**
505 -
506 506  ² When min=0, and max≠0, Alarm higher than max
507 507  
508 508  ² When min≠0, and max=0, Alarm lower than min
... ... @@ -509,9 +509,8 @@
509 509  
510 510  ² When min≠0 and max≠0, Alarm higher than max or lower than min
511 511  
472 +Example:
512 512  
513 -**Example:**
514 -
515 515  AT+ HUMALARM =50,60 ~/~/ Alarm when moisture lower than 50.
516 516  
517 517  AT+ TEMPALARM=min,max
... ... @@ -522,53 +522,41 @@
522 522  
523 523  ² When min≠0 and max≠0, Alarm higher than max or lower than min
524 524  
484 +Example:
525 525  
526 -**Example:**
527 -
528 528  AT+ TEMPALARM=20,30 ~/~/ Alarm when temperature lower than 20.
529 529  
530 530  
489 +== 2.9 Set the number of data to be uploaded and the recording time ==
531 531  
532 -== 2.9  Set the number of data to be uploaded and the recording time ==
491 + AT Command:
533 533  
493 +AT+TR=900  ~/~/The unit is seconds, and the default is to record data once every 900 seconds.( The minimum can be set to 180 seconds)
534 534  
535 -**➢ AT Command:**
495 +AT+NOUD=8  ~/~/The device uploads 8 sets of recorded data by default. Up to 32 sets of record data can be uploaded.
536 536  
537 -**AT+TR=900**  ~/~/  The unit is seconds, and the default is to record data once every 900 seconds.( The minimum can be set to 180 seconds)
497 +== 2.10 Read or Clear cached data ==
538 538  
539 -**AT+NOUD=8**  ~/~/  The device uploads 8 sets of recorded data by default. Up to 32 sets of record data can be uploaded.
499 +AT Command:
540 540  
501 +AT+CDP    ~/~/ Read cached data
541 541  
542 -
543 -== 2.10  Read or Clear cached data ==
544 -
545 -
546 -**➢ AT Command:**
547 -
548 -**AT+CDP**  ~/~/  Read cached data
549 -
550 -**AT+CDP=0  ** ~/~/  Clear cached data
551 -
552 -
553 553  [[image:image-20220907171221-20.png]]
554 554  
555 555  
506 +AT+CDP=0    ~/~/ Clear cached data
556 556  
508 +
557 557  == 2.11  ​Firmware Change Log ==
558 558  
559 -
560 560  Download URL & Firmware Change log: [[https:~~/~~/www.dropbox.com/sh/1zmcakvbkf24f8x/AACmq2dZ3iRB9F1nVWeEB9Moa?dl=0>>url:https://www.dropbox.com/sh/1zmcakvbkf24f8x/AACmq2dZ3iRB9F1nVWeEB9Moa?dl=0]]
561 561  
562 562  Upgrade Instruction: [[Upgrade Firmware>>path:#H5.1200BHowtoUpgradeFirmware]]
563 563  
564 -
565 -
566 566  == 2.12  ​Battery Analysis ==
567 567  
568 -
569 569  === 2.12.1  ​Battery Type ===
570 570  
571 -
572 572  The NLMS01 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.
573 573  
574 574  The battery is designed to last for several years depends on the actually use environment and update interval. 
... ... @@ -581,11 +581,8 @@
581 581  
582 582  [[image:image-20220907171221-21.png]] ​
583 583  
584 -
585 -
586 586  === 2.12.2  Power consumption Analyze ===
587 587  
588 -
589 589  Dragino battery powered product are all runs in Low Power mode. We have an update battery calculator which base on the measurement of the real device. User can use this calculator to check the battery life and calculate the battery life if want to use different transmit interval.
590 590  
591 591  Instruction to use as below:
... ... @@ -602,39 +602,26 @@
602 602  
603 603  [[image:image-20220907171221-22.jpeg]] ​
604 604  
605 -
606 606  === 2.12.3  ​Battery Note ===
607 607  
608 -
609 609  The Li-SICO battery is designed for small current / long period application. It is not good to use a high current, short period transmit method. The recommended minimum period for use of this battery is 5 minutes. If you use a shorter period time to transmit LoRa, then the battery life may be decreased.
610 610  
611 -
612 -
613 613  === 2.12.4  Replace the battery ===
614 614  
615 -
616 616  The default battery pack of NLMS01 includes a ER26500 plus super capacitor. If user can't find this pack locally, they can find ER26500 or equivalence without the SPC1520 capacitor, which will also work in most case. The SPC can enlarge the battery life for high frequency use (update period below 5 minutes).
617 617  
618 -
619 -
620 620  = 3. ​ Access NB-IoT Module =
621 621  
622 -
623 623  Users can directly access the AT command set of the NB-IoT module.
624 624  
625 625  The AT Command set can refer the BC35-G NB-IoT Module AT Command: [[https:~~/~~/www.dragino.com/downloads/index.php?dir=datasheet/other_vendors/BC35-G/>>url:https://www.dragino.com/downloads/index.php?dir=datasheet/other_vendors/BC35-G/]] 
626 626  
627 -
628 628  [[image:image-20220907171221-23.png]] ​
629 629  
630 -
631 -
632 632  = 4.  Using the AT Commands =
633 633  
634 -
635 635  == 4.1  Access AT Commands ==
636 636  
637 -
638 638  See this link for detail:  [[https:~~/~~/www.dropbox.com/sh/351dwor6joz8nwh/AADn1BQaAAxLF_QMyU8NkW47a?dl=0>>url:https://www.dropbox.com/sh/351dwor6joz8nwh/AADn1BQaAAxLF_QMyU8NkW47a?dl=0]]
639 639  
640 640  AT+<CMD>?  : Help on <CMD>
... ... @@ -645,7 +645,6 @@
645 645  
646 646  AT+<CMD>=?  : Get the value
647 647  
648 -
649 649  **General Commands**      
650 650  
651 651  AT  : Attention       
... ... @@ -693,12 +693,10 @@
693 693  
694 694  AT+URI            : Resource parameters
695 695  
696 -
697 697  **UDP Management**
698 698  
699 699  AT+CFM          : Upload confirmation mode (only valid for UDP)
700 700  
701 -
702 702  **MQTT Management**
703 703  
704 704  AT+CLIENT               : Get or Set MQTT client
... ... @@ -711,7 +711,6 @@
711 711  
712 712  AT+SUBTOPIC  : Get or Set MQTT subscription topic
713 713  
714 -
715 715  **Information**          
716 716  
717 717  AT+FDR  : Factory Data Reset
... ... @@ -718,49 +718,32 @@
718 718  
719 719  AT+PWORD  : Serial Access Password
720 720  
721 -
722 -
723 723  = ​5.  FAQ =
724 724  
725 -
726 726  == 5.1 ​ How to Upgrade Firmware ==
727 727  
728 -
729 729  User can upgrade the firmware for 1) bug fix, 2) new feature release.
730 730  
731 731  Please see this link for how to upgrade:  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/#H2.HardwareUpgradeMethodSupportList>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/#H2.HardwareUpgradeMethodSupportList]]
732 732  
733 -**Notice, NLMS01** **and LLMS01** **share the same mother board. They use the same connection and method to update.**
656 +**Notice, **NLMS01 **and **NLMS01 **share the same mother board. They use the same connection and method to update.**
734 734  
735 -
736 -
737 737  = 6.  Trouble Shooting =
738 738  
739 -
740 740  == 6.1  ​Connection problem when uploading firmware ==
741 741  
742 -
743 743  **Please see: **[[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/#H3.3Troubleshooting>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/#H3.3Troubleshooting]]
744 744  
745 -
746 -
747 747  == 6.2  AT Command input doesn't work ==
748 748  
749 -
750 750  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 **ENTER** while sending out the command. Some serial tool doesn't send **ENTER** while press the send key, user need to add ENTER in their string.
751 751  
752 -
753 -
754 754  = 7. ​ Order Info =
755 755  
756 -
757 757  Part Number**:** NLMS01
758 758  
759 -
760 -
761 761  = 8.  Packing Info =
762 762  
763 -
764 764  **Package Includes**:
765 765  
766 766  * NLMS01 NB-IoT Leaf Moisture Sensor x 1
... ... @@ -772,12 +772,8 @@
772 772  * Package Size / pcs : cm
773 773  * Weight / pcs : g
774 774  
775 -
776 -
777 -
778 778  = 9.  Support =
779 779  
780 -
781 781  * 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.
782 782  * 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]]
783 783  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0