<
From version < 61.5 >
edited by Xiaoling
on 2022/11/17 16:45
To version < 66.1 >
edited by Xiaoling
on 2022/11/18 09:42
>
Change comment: Uploaded new attachment "image-20221118094227-5.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -435,7 +435,6 @@
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 -
439 439  === 2.4.2  Version Info ===
440 440  
441 441  
... ... @@ -444,7 +444,6 @@
444 444  For example 0x00 64 : This device is NDS03A 1 with firmware version 1.0.0.
445 445  
446 446  
447 -
448 448  === 2.4.3  Battery Info ===
449 449  
450 450  
... ... @@ -455,7 +455,6 @@
455 455  Ex2: 0x0B49 = 2889mV
456 456  
457 457  
458 -
459 459  === 2.4.4  Signal Strength ===
460 460  
461 461  
... ... @@ -474,7 +474,6 @@
474 474  **99**    Not known or not detectable
475 475  
476 476  
477 -
478 478  === 2.4.5  Disalarm: (default: 0) ===
479 479  
480 480  
... ... @@ -485,57 +485,29 @@
485 485   (% style="color:red" %)**Note:**(%%) When Disalarm=0, a high frequently open/close event will cause lots of uplink and drain battery very fast.
486 486  
487 487  
484 +=== 2.4.6  Keep Status & Keep Time ===
488 488  
489 -=== 2.4.6  Alarm ===
490 490  
487 +Shows the configure value of Alarm Base on Timeout Feature
491 491  
492 -See [[Alarm Base on Timeout>>||anchor="H2.7A0AlarmBaseonTimeout"]]
493 493  
490 +=== 2.4.7  Timestamp ===
494 494  
495 495  
496 -=== 2.4.7  Contact Status ===
493 +Timestamp : 0x6315537b =1662342011
497 497  
498 498  
499 -0: Open
500 500  
501 -1: Close
497 +=== 2.4.8  Switch Dual Channel Mode ===
502 502  
503 503  
500 +NDS03A can connect two door sensors. Another door sensor can be connected to PB15 pin. Both channels support alarm function.
504 504  
505 -=== 2.4.8  Total pulse ===
506 506  
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 -
535 535  == 2.5  Downlink Payload ==
536 536  
537 537  
538 -By default, CPN01 prints the downlink payload to console port.
506 +By default, NDS03A prints the downlink payload to console port.
539 539  
540 540  [[image:image-20221021111414-18.png]] ​
541 541  
... ... @@ -552,7 +552,7 @@
552 552  
553 553  * (% style="color:#037691" %)**Reset**
554 554  
555 -If payload = 0x04FF, it will reset the NSE01
523 +If payload = 0x04FF, it will reset the NDS03A
556 556  
557 557  * (% style="color:#037691" %)**INTMOD**
558 558  
... ... @@ -563,16 +563,17 @@
563 563  == 2.6  ​LED Indicator ==
564 564  
565 565  
566 -The CPN01 has an internal LED which is to show the status of different states.
534 +The NDS03A has an internal LED which is to show the status of different states.
567 567  
568 568  * When the device starts normally, the LED will light up for 1 second.
569 569  * After CPN01 join NB-IoT network. The LED will be ON for 3 seconds.
570 570  * For each uplink probe, LED will be on for 500ms.
571 571  
540 +
572 572  == 2.7  Alarm Base on Timeout ==
573 573  
574 574  
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:
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:
576 576  
577 577  
578 578  (% style="color:blue" %)**1. Keep Status: Status to be monitor**
... ... @@ -588,17 +588,25 @@
588 588  
589 589  If keep time = 0, Disable Alarm Base on Timeout feature.
590 590  
591 -If keep time > 0, device will monitor the keep status event and send an alarm when status doesnt change after timeout.
560 +If keep time > 0, device will monitor the keep status event and send an alarm when status doesn't change after timeout.
592 592  
593 593  
594 594  (% style="color:blue" %)**AT Command to configure:**
595 595  
565 +(% style="color:blue" %)**PB14 PIN:**
566 +
596 596  (% 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.
597 597  
598 598  (% style="color:#037691" %)**AT+TTRIG=0,0 ** (%%) **~-~->** Default Value, disable timeout Alarm.
599 599  
600 600  
572 +(% style="color:blue" %)**PB15 PIN:**
601 601  
574 +(% style="color:#037691" %)**AT+TTRIG2=1,30**
575 +
576 +(% style="color:#037691" %)**AT+TTRIG2=0,0 **
577 +
578 +
602 602  == 2.8  Set debug mode ==
603 603  
604 604  
... ... @@ -621,50 +621,50 @@
621 621  
622 622  
623 623  
624 -== 2.10  Set trigger mode ==
601 +== 2.10  Count Mod ==
625 625  
626 626  
627 -(% style="color:blue" %)**AT Command: AT+TTRMOD**
604 +(% style="color:blue" %)**AT Command: AT+COUNTMOD**
628 628  
629 -Feature: Set the trigger interrupt mode.
606 +[[image:image-20221118092935-1.png]]
630 630  
631 -[[image:image-20221021111552-20.png]]
632 632  
633 633  
610 +== 2.11  Interrupt Pin Channel Mod ==
634 634  
635 -== 2.11  Set the calculate flag ==
636 636  
613 +(% style="color:blue" %)**AT Command: AT+TTRCHANNEL**
637 637  
638 -Feature: Set the calculate flag
615 +[[image:image-20221118093144-2.png]]
639 639  
640 -(% style="color:blue" %)**AT Command: AT+CALCFLAG**
641 641  
642 -[[image:image-20221021111711-22.png]]
643 643  
619 +== 2.12 TTRIG1/2 timeout status alarm ==
644 644  
645 645  
646 -== 2.12 Set count number ==
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.
647 647  
624 +(% style="color:blue" %)**AT Command: AT+TTRALARM**
648 648  
649 -Feature: Manually set the count number
626 +[[image:image-20221118093512-3.png]]
650 650  
651 -(% style="color:blue" %)**AT Command: AT+SETCNT**
652 652  
653 -[[image:image-20221021111748-24.png]]
654 654  
630 +== 2.13  Select counting mode ==
655 655  
656 656  
657 -== 2.13  Set the number of data to be uploaded and the recording time ==
633 +(% style="color:blue" %)**AT Command: AT+TTRMODx=a,b**
658 658  
659 659  
660 -(% style="color:blue" %)**AT Command:**
636 +When (% style="color:red" %)**a=0**(%%), the door is opened to count, and when (% style="color:red" %)**a=1**(%%),the closed door is counted.
661 661  
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)
638 +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.
663 663  
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.
640 +[[image:image-20221118093658-4.png]]
665 665  
666 666  
667 667  
644 +
668 668  == 2.14  Read or Clear cached data ==
669 669  
670 670  
image-20221118092935-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +13.1 KB
Content
image-20221118093144-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +11.7 KB
Content
image-20221118093512-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +9.5 KB
Content
image-20221118093658-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +12.7 KB
Content
image-20221118094227-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +29.2 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0