Changes for page wiki_test

Last modified by Mengting Qiu on 2024/09/05 17:35

From version 158.1
edited by Mengting Qiu
on 2024/08/26 17:21
Change comment: Uploaded new attachment "image-20240826172130-2.png", version {1}
To version 160.2
edited by Mengting Qiu
on 2024/09/05 14:02
Change comment: Update document after refactoring.

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -DS03A-NB -- NB-IoT Door Sensor User Manual
1 +wiki_test
Content
... ... @@ -471,7 +471,7 @@
471 471  
472 472  User can use below commands to change the (% style="color:blue" %)**uplink interval**.
473 473  
474 -(% style="color:#037691" %)**AT+TDC=600 ** (%%) ~/~/ Set Update Interval to 600s
474 +(% style="color:#037691" %)**AT+TDC=7200 ** (%%) ~/~/ Set Update Interval to 7200s
475 475  
476 476  User can also push the button for more than 1 seconds to activate an uplink.
477 477  
... ... @@ -510,51 +510,9 @@
510 510  * (% style="color:#037691" %)**AT+INTMOD=3  **(%%) ~/~/ Trigger by rising edge
511 511  (% style="display:none" %) (%%)
512 512  
513 -== 2.6 Set Transmit Interval Time ==
513 +== 2.6 Enable / Disable Alarm ==
514 514  
515 515  
516 -(((
517 -Feature: Change NB-IoT End Node Transmit Interval.
518 -)))
519 -
520 -(((
521 -(% style="color:blue" %)**AT Command: AT+TDC**
522 -)))
523 -
524 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
525 -|=(% style="width: 156px;background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 137px;background-color:#4F81BD;color:white" %)**Function**|=(% style="background-color:#4F81BD;color:white" %)**Response**
526 -|(% style="width:156px" %)AT+TDC=?|(% style="width:137px" %)Show current transmit Interval|(((
527 -30000
528 -OK
529 -the interval is 30000ms = 30s
530 -)))
531 -|(% style="width:156px" %)AT+TDC=60000|(% style="width:137px" %)Set Transmit Interval|(((
532 -OK
533 -Set transmit interval to 60000ms = 60 seconds
534 -)))
535 -
536 -(((
537 -(% style="color:blue" %)**Downlink Command: 0x01**
538 -)))
539 -
540 -(((
541 -Format: Command Code (0x01) followed by 3 bytes time value.
542 -)))
543 -
544 -(((
545 -If the downlink payload=0100003C, it means set the END Node's Transmit Interval to 0x00003C=60(S), while type code is 01.
546 -)))
547 -
548 -* (((
549 -Example 1: Downlink Payload: 0100001E  ~/~/ Set Transmit Interval (TDC) = 30 seconds
550 -)))
551 -* (((
552 -Example 2: Downlink Payload: 0100003C  ~/~/ Set Transmit Interval (TDC) = 60 seconds
553 -)))(% style="display:none" %) (%%)
554 -
555 -== 2.7 Enable / Disable Alarm ==
556 -
557 -
558 558  Feature: Enable/Disable Alarm for open/close event. Default value 0.
559 559  
560 560  (% style="color:blue" %)**AT Command: **
... ... @@ -571,7 +571,7 @@
571 571  0xA7 00  ~/~/ Same As AT+DISALARM=0
572 572  
573 573  
574 -== 2.8 Alarm Base on Timeout ==
532 +== 2.7 Alarm Base on Timeout ==
575 575  
576 576  
577 577  DS03A-NB 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:
... ... @@ -653,7 +653,7 @@
653 653  If user send 0xA9 02 00 00 1E: equal to AT+TTRIG2=0,30  **or**  0xA9 02 00 00 00: Equal to AT+TTRIG2=0,0.
654 654  
655 655  
656 -== 2.9 TTRIG1 & TTRIG2 timeout status alarm ==
614 +== 2.88 TTRIG1 & TTRIG2 timeout status alarm ==
657 657  
658 658  
659 659  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.
... ... @@ -682,7 +682,7 @@
682 682  Example:  0C aa  => AT+TTRALARM= aa
683 683  
684 684  
685 -== 2.10 Count Mod ==
643 +== 2.9 Count Mod ==
686 686  
687 687  
688 688  Feature: Manually set the count mode.
... ... @@ -711,7 +711,7 @@
711 711  Example:  0B aa  => AT+COUNTMOD = second byte
712 712  
713 713  
714 -== 2.11 Number of channel of door sensors ==
672 +== 2.10 Number of channel of door sensors ==
715 715  
716 716  
717 717  Feature: Set the number of door sensor channels.
... ... @@ -740,7 +740,7 @@
740 740  Example:  0D aa => AT+TTRCHANNEL = second byte
741 741  
742 742  
743 -== 2.12 Clear the open door times and the duration of the last open door ==
701 +== 2.11 Clear the open door times and the duration of the last open door ==
744 744  
745 745  
746 746  (% style="color:blue" %)**AT Command:**
... ... @@ -756,7 +756,7 @@
756 756  The sensor will clear the open door times and the duration of the last open door.
757 757  
758 758  
759 -== 2.13 Set the count value of the number of open door ==
717 +== 2.12 Set the count value of the number of open door ==
760 760  
761 761  
762 762  (% style="color:blue" %)**AT Command:**
... ... @@ -788,7 +788,7 @@
788 788  0xA6 02 00 00 32  ==>  AT+SETCNT=2,50
789 789  
790 790  
791 -== 2.14 Clock logging (Since firmware version v1.2.1) ==
749 +== 2.13 Clock logging (Since firmware version v1.2.1) ==
792 792  
793 793  
794 794  Sometimes when we deploy lots of end nodes in field. We want all sensors sample data at the same time, and upload these data together for analyze. In such case, we can use clock loging feature.
... ... @@ -832,7 +832,7 @@
832 832  (% style="color:red" %)**Note: When entering the downlink payload, there must be no Spaces between bytes.**
833 833  
834 834  
835 -== 2.15 Example Query saved historical records ==
793 +== 2.14 Example Query saved historical records ==
836 836  
837 837  
838 838  * (% style="color:blue" %)**AT Command: AT+CDP**
... ... @@ -843,7 +843,7 @@
843 843  [[image:image-20240316151014-2.png||height="632" width="825"]]
844 844  
845 845  
846 -== 2.16 Uplink log query ==
804 +== 2.15 Uplink log query ==
847 847  
848 848  
849 849  * (% style="color:blue" %)**AT Command: AT+GETLOG**
... ... @@ -853,7 +853,7 @@
853 853  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/PS-NB-NA_NB-IoT_Analog_Sensor_User_Manual/WebHome/image-20240407191922-2.png?width=903&height=631&rev=1.1||alt="image-20240407191922-2.png"]]
854 854  
855 855  
856 -== 2.17 Scheduled domain name resolution ==
814 +== 2.16 Scheduled domain name resolution ==
857 857  
858 858  
859 859  This command is used to set up scheduled domain name resolution.
... ... @@ -865,7 +865,7 @@
865 865  After setting this command, domain name resolution will be performed regularly.
866 866  
867 867  
868 -== 2.18 Set the QoS level ==
826 +== 2.17 Set the QoS level ==
869 869  
870 870  
871 871  This command is used to set the QoS level of **MQTT**.
... ... @@ -893,11 +893,31 @@
893 893  * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]].
894 894  
895 895  * AT Command via UART Connection : See [[UART Connection>>http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H2.3UARTConnectionforSN50v3basemotherboard]].
896 -(% style="display:none" %) (%%)
854 +(% style="display:none" %)
897 897  
898 -== 3.2 AT Commands Set ==
856 +== 3.2  Serial Access Password ==
899 899  
900 900  
859 +After the Bluetooth or UART connection is successful, use the Serial Access Password to enter the AT command window.
860 +
861 +The label on the box of the node will print the initial password: AT+PIN=**xxxxxx**, and directly use the six-digit password to access the AT instruction window.
862 +
863 +[[image:image-20240826172125-1.png]]
864 +
865 +
866 +If you need to change the password, use **AT+PWORD=**xxxxxx (6 characters), NB nodes only support lowercase letters.
867 +
868 +[[image:image-20240826172130-2.png]]
869 +
870 +
871 +(% style="color:red" %)**Note: After entering the command, you need to add a line break, and you can also set automatic line breaks in the Bluetooth tool or UART connection tool.**
872 +
873 +[[image:image-20240826172136-3.png]]
874 +
875 +
876 +== 3.3 AT Commands Set ==
877 +
878 +
901 901  AT+<CMD>?        : Help on <CMD>
902 902  
903 903  AT+<CMD>         : Run <CMD>
image-20240826172136-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +90.2 KB
Content