<
From version < 67.2 >
edited by Xiaoling
on 2022/11/18 09:51
To version < 61.5 >
edited by Xiaoling
on 2022/11/17 16:45
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -435,6 +435,7 @@
435 435  The Device ID is stored in a non-erase area, Upgrade the firmware or run AT+FDR won't erase the Device ID.
436 436  
437 437  
438 +
438 438  === 2.4.2  Version Info ===
439 439  
440 440  
... ... @@ -443,6 +443,7 @@
443 443  For example 0x00 64 : This device is NDS03A 1 with firmware version 1.0.0.
444 444  
445 445  
447 +
446 446  === 2.4.3  Battery Info ===
447 447  
448 448  
... ... @@ -453,6 +453,7 @@
453 453  Ex2: 0x0B49 = 2889mV
454 454  
455 455  
458 +
456 456  === 2.4.4  Signal Strength ===
457 457  
458 458  
... ... @@ -471,6 +471,7 @@
471 471  **99**    Not known or not detectable
472 472  
473 473  
477 +
474 474  === 2.4.5  Disalarm: (default: 0) ===
475 475  
476 476  
... ... @@ -481,29 +481,57 @@
481 481   (% style="color:red" %)**Note:**(%%) When Disalarm=0, a high frequently open/close event will cause lots of uplink and drain battery very fast.
482 482  
483 483  
484 -=== 2.4.6  Keep Status & Keep Time ===
485 485  
489 +=== 2.4.6  Alarm ===
486 486  
487 -Shows the configure value of Alarm Base on Timeout Feature
488 488  
492 +See [[Alarm Base on Timeout>>||anchor="H2.7A0AlarmBaseonTimeout"]]
489 489  
490 -=== 2.4.7  Timestamp ===
491 491  
492 492  
493 -Timestamp : 0x6315537b =1662342011
496 +=== 2.4.7  Contact Status ===
494 494  
495 495  
499 +0: Open
496 496  
497 -=== 2.4.8  Switch Dual Channel Mode ===
501 +1: Close
498 498  
499 499  
500 -NDS03A can connect two door sensors. Another door sensor can be connected to PB15 pin. Both channels support alarm function.
501 501  
505 +=== 2.4.8  Total pulse ===
502 502  
507 +
508 +Total pulse/counting based on dry [[contact trigger event>>||anchor="H2.12Setcountnumber"]]
509 +
510 +Range (3 Bytes) : 0x000000 ~~ 0xFFFFFF . Max: 16777215
511 +
512 +
513 +
514 +=== 2.4.9  The last open duration ===
515 +
516 +
517 +Dry Contact last open duration.
518 +
519 +Unit: min.
520 +
521 +[[image:image-20221021111346-17.png||height="146" width="770"]]
522 +
523 +
524 +
525 +=== 2.4.10  Timestamp ===
526 +
527 +
528 +Timestamp : 0x6315537b =1662342011
529 +
530 +Convert Unix timestamp to time 2022-9-5 9:40:11.
531 +
532 +**~ **
533 +
534 +
503 503  == 2.5  Downlink Payload ==
504 504  
505 505  
506 -By default, NDS03A prints the downlink payload to console port.
538 +By default, CPN01 prints the downlink payload to console port.
507 507  
508 508  [[image:image-20221021111414-18.png]] ​
509 509  
... ... @@ -520,7 +520,7 @@
520 520  
521 521  * (% style="color:#037691" %)**Reset**
522 522  
523 -If payload = 0x04FF, it will reset the NDS03A
555 +If payload = 0x04FF, it will reset the NSE01
524 524  
525 525  * (% style="color:#037691" %)**INTMOD**
526 526  
... ... @@ -531,17 +531,16 @@
531 531  == 2.6  ​LED Indicator ==
532 532  
533 533  
534 -The NDS03A has an internal LED which is to show the status of different states.
566 +The CPN01 has an internal LED which is to show the status of different states.
535 535  
536 536  * When the device starts normally, the LED will light up for 1 second.
537 537  * After CPN01 join NB-IoT network. The LED will be ON for 3 seconds.
538 538  * For each uplink probe, LED will be on for 500ms.
539 539  
540 -
541 541  == 2.7  Alarm Base on Timeout ==
542 542  
543 543  
544 -NDS03A can monitor the timeout for a status change, this feature can be used to monitor some events such as door opening too long etc. Related Parameters are:
575 +CPN01 can monitor the timeout for a status change, this feature can be used to monitor some events such as door opening too long etc. Related Parameters are:
545 545  
546 546  
547 547  (% style="color:blue" %)**1. Keep Status: Status to be monitor**
... ... @@ -557,25 +557,17 @@
557 557  
558 558  If keep time = 0, Disable Alarm Base on Timeout feature.
559 559  
560 -If keep time > 0, device will monitor the keep status event and send an alarm when status doesn't change after timeout.
591 +If keep time > 0, device will monitor the keep status event and send an alarm when status doesnt change after timeout.
561 561  
562 562  
563 563  (% style="color:blue" %)**AT Command to configure:**
564 564  
565 -(% style="color:blue" %)**PB14 PIN:**
566 -
567 567  (% style="color:#037691" %)**AT+TTRIG=1,30** (%%) **~-~->**  When the **Keep Status** change from connected to disconnect, and device remains in disconnect status for more than 30 seconds. CPN01 will send an uplink packet, the [[Alarm bit>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/#H2.3.3Real-TimeOpen2FCloseStatus2CUplinkFPORT3D2]] (the second bit of 1^^st^^ byte of payload) on this uplink packet is set to 1.
568 568  
569 569  (% style="color:#037691" %)**AT+TTRIG=0,0 ** (%%) **~-~->** Default Value, disable timeout Alarm.
570 570  
571 571  
572 -(% style="color:blue" %)**PB15 PIN:**
573 573  
574 -(% style="color:#037691" %)**AT+TTRIG2=1,30**
575 -
576 -(% style="color:#037691" %)**AT+TTRIG2=0,0 **
577 -
578 -
579 579  == 2.8  Set debug mode ==
580 580  
581 581  
... ... @@ -598,73 +598,64 @@
598 598  
599 599  
600 600  
601 -== 2.10  Count Mod ==
624 +== 2.10  Set trigger mode ==
602 602  
603 603  
604 -(% style="color:blue" %)**AT Command: AT+COUNTMOD**
627 +(% style="color:blue" %)**AT Command: AT+TTRMOD**
605 605  
606 -[[image:image-20221118092935-1.png]]
629 +Feature: Set the trigger interrupt mode.
607 607  
631 +[[image:image-20221021111552-20.png]]
608 608  
609 609  
610 -== 2.11  Interrupt Pin Channel Mod ==
611 611  
635 +== 2.11  Set the calculate flag ==
612 612  
613 -(% style="color:blue" %)**AT Command: AT+TTRCHANNEL**
614 614  
615 -[[image:image-20221118093144-2.png]]
638 +Feature: Set the calculate flag
616 616  
640 +(% style="color:blue" %)**AT Command: AT+CALCFLAG**
617 617  
642 +[[image:image-20221021111711-22.png]]
618 618  
619 -== 2.12 TTRIG1/2 timeout status alarm ==
620 620  
621 621  
622 -It needs to be used with AT+TTRIG1 or AT+TTRIG2. When TTRIG1 or TTRIG2 times out and causes an alarm, and the status does not change subsequently, an alarm packet will be sent at the alarm interval.
646 +== 2.12 Set count number ==
623 623  
624 -(% style="color:blue" %)**AT Command: AT+TTRALARM**
625 625  
626 -[[image:image-20221118093512-3.png]]
649 +Feature: Manually set the count number
627 627  
651 +(% style="color:blue" %)**AT Command: AT+SETCNT**
628 628  
653 +[[image:image-20221021111748-24.png]]
629 629  
630 -== 2.13  Select counting mode ==
631 631  
632 632  
633 -(% style="color:blue" %)**AT Command: AT+TTRMODx=a,b**
657 +== 2.13  Set the number of data to be uploaded and the recording time ==
634 634  
635 -When (% style="color:red" %)**a=0**(%%), the door is opened to count, and when (% style="color:red" %)**a=1**(%%),the closed door is counted.
636 636  
637 -When (% style="color:red" %)**b=0**(%%), it is the last door open duration, and when (% style="color:red" %)**b=1**(%%),the last door close duration.
660 +(% style="color:blue" %)**AT Command:**
638 638  
639 -[[image:image-20221118093658-4.png]]
662 +(% style="color:#037691" %)**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)
640 640  
664 +(% style="color:#037691" %)**AT+NOUD=8 ** (%%)~/~/  The device uploads 8 sets of recorded data by default. Up to 32 sets of record data can be uploaded.
641 641  
642 642  
643 643  
644 -== 2.14  Set the number of data to be uploaded and the recording time ==
668 +== 2.14  Read or Clear cached data ==
645 645  
646 646  
647 647  (% style="color:blue" %)**AT Command:**
648 648  
649 -(% style="color:#037691" %)**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)
650 -
651 -(% style="color:#037691" %)**AT+NOUD=8**(%%)** ** ~/~/  The device uploads 0 sets of recorded data by default. Up to 32 sets of record data can be uploaded.
652 -
653 -
654 -== 2.15  Read or Clear cached data ==
655 -
656 -
657 -(% style="color:blue" %)**AT Command:**
658 -
659 659  (% style="color:#037691" %)**AT+CDP**  (%%) ~/~/ Read cached data
660 660  
661 661  (% style="color:#037691" %)**AT+CDP=0**  (%%) ~/~/ Clear cached data ​
662 662  
663 -[[image:image-20221118094227-5.png]]
677 +[[image:image-20221021111810-25.png||height="364" width="797"]]
664 664  
665 665  
666 666  
667 -== 2.16  ​Firmware Change Log ==
681 +== 2.15  ​Firmware Change Log ==
668 668  
669 669  
670 670  Download URL & Firmware Change log:  [[https:~~/~~/www.dropbox.com/sh/8p5nuvo6gh7je4n/AAAMP7MMusgbXMz9Ik7Ls03Ga?dl=0>>https://www.dropbox.com/sh/8p5nuvo6gh7je4n/AAAMP7MMusgbXMz9Ik7Ls03Ga?dl=0]]
... ... @@ -673,13 +673,13 @@
673 673  
674 674  
675 675  
676 -== 2.17  ​Battery Analysis ==
690 +== 2.16  ​Battery Analysis ==
677 677  
678 678  
679 -=== 2.17.1  ​Battery Type ===
693 +=== 2.16.1  ​Battery Type ===
680 680  
681 681  
682 -The NDS03A battery is a combination of an 8500mAh Li/SOCI2 Battery and a Super Capacitor. The battery is non-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.
696 +The CPN01 battery is a combination of an 8500mAh Li/SOCI2 Battery and a Super Capacitor. The battery is non-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.
683 683  
684 684  The battery is designed to last for several years depends on the actual use environment and update interval. 
685 685  
... ... @@ -695,7 +695,7 @@
695 695  
696 696  
697 697  
698 -=== 2.17.2  Power consumption Analyze ===
712 +=== 2.16.2  Power consumption Analyze ===
699 699  
700 700  
701 701  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.
... ... @@ -718,7 +718,7 @@
718 718  
719 719  
720 720  
721 -=== 2.17.3  ​Battery Note ===
735 +=== 2.16.3  ​Battery Note ===
722 722  
723 723  
724 724  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.
... ... @@ -725,7 +725,7 @@
725 725  
726 726  
727 727  
728 -=== 2.17.4  Replace the battery ===
742 +=== 2.16.4  Replace the battery ===
729 729  
730 730  
731 731  The default battery pack of CPN01 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).
... ... @@ -739,7 +739,7 @@
739 739  
740 740  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/]] 
741 741  
742 -[[image:image-20221118094449-6.png]] ​
756 +[[image:image-20221021112006-28.png]] ​
743 743  
744 744  
745 745  
... ... @@ -792,21 +792,15 @@
792 792  
793 793  AT+ DEBUG   : Enable or Disable debug mode
794 794  
795 -AT+ TTRIG1   : Get or Set PB14 PIN Alarm Base on Timeout
809 +AT+ TTRIG   : Get or Set Alarm Base on Timeout
796 796  
797 -AT+ TTRIG2   : Get or Set PB15 PIN Alarm Base on Timeout
811 +AT+ TTRMOD   : Get or Set the trigger interrupt mode(0:falling,1:rising)
798 798  
799 -AT+COUNTMOD  :  Get or Set the count mode
813 +AT+ CALCFLAG   : Get or Set the calculate flag
800 800  
801 -AT+TTRCHANNEL  : Get or Set the number of interrupt channels
815 +AT+ CLRC   : Clear current door open count
802 802  
803 -AT+TTRALARM : Get or Set TTRIG1 of Alarm interval (unit: minute)
804 804  
805 -AT+DISALARM  : Enable/Disable Alarm for door open/close or water leak event
806 -
807 -AT+ CLRC   :  Clear current door open count
808 -
809 -
810 810  (% style="color:blue" %)**COAP Management**      
811 811  
812 812  AT+URI            : Resource parameters
... ... @@ -848,7 +848,7 @@
848 848  
849 849  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]]
850 850  
851 -(% style="color:red" %)**Notice: **(% style="color:blue" %)**NDS03A** (%%)**and (% style="color:blue" %)LDS03A(%%)**(% style="color:blue" %) (%%)**share the same mother board. They use the same connection and method to update.**
859 +(% style="color:red" %)**Notice: **(% style="color:blue" %)**CPN01** (%%)**and (% style="color:blue" %)CPL01(%%)**(% style="color:blue" %) (%%)**share the same mother board. They use the same connection and method to update.**
852 852  
853 853  
854 854  
... ... @@ -872,7 +872,7 @@
872 872  = 7. ​ Order Info =
873 873  
874 874  
875 -Part Number**:** NDS03A
883 +Part Number**:** CPN01
876 876  
877 877  
878 878  
... ... @@ -881,7 +881,7 @@
881 881  
882 882  (% style="color:blue" %)**Package Includes**:
883 883  
884 -* NDS03A Open/Close Door Sensor x 1
892 +* CPN01 Open/Close Sensor x 1
885 885  * External antenna x 1
886 886  
887 887  (% style="color:blue" %)**Dimension and weight**:
image-20221118092935-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -13.1 KB
Content
image-20221118093144-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -11.7 KB
Content
image-20221118093512-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -9.5 KB
Content
image-20221118093658-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -12.7 KB
Content
image-20221118094227-5.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -29.2 KB
Content
image-20221118094449-6.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -76.5 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0