<
From version < 125.3 >
edited by Xiaoling
on 2022/09/09 15:56
To version < 128.1 >
edited by Edwin Chen
on 2022/10/09 00:10
>
Change comment: Uploaded new attachment "image-20221009001045-1.png", version {1}

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Edwin
Content
... ... @@ -68,7 +68,6 @@
68 68  * Micro SIM card slot for NB-IoT SIM
69 69  * 8500mAh Battery for long term use
70 70  
71 -
72 72  == 1.3  Specification ==
73 73  
74 74  
... ... @@ -94,7 +94,6 @@
94 94  * Max continuously current: 130mA
95 95  * Max boost current: 2A, 1 second
96 96  
97 -
98 98  == ​1.4  Applications ==
99 99  
100 100  
... ... @@ -156,7 +156,6 @@
156 156  1. When boot the device in flash mode
157 157  1. Send an uplink packet
158 158  
159 -
160 160  = 2.  Use N95S31B to communicate with IoT Server =
161 161  
162 162  
... ... @@ -590,9 +590,6 @@
590 590  
591 591  * 8 sets of recorded data: SHTTEM,SHTHUM,Time stamp : //**0113023163199c5e**//,.......
592 592  
593 -
594 -
595 -
596 596  === 2.3.2  Device ID ===
597 597  
598 598  
... ... @@ -602,10 +602,12 @@
602 602  
603 603  (((
604 604  User can use (% style="color:blue" %)**AT+DEUI**(%%) to set Device ID
599 +
600 +
605 605  )))
606 606  
607 607  (((
608 -**Example:**
604 +(% style="color:blue" %)**Example:**
609 609  )))
610 610  
611 611  (((
... ... @@ -613,23 +613,25 @@
613 613  )))
614 614  
615 615  (((
616 -The Device ID is stored in a none-erase area, Upgrade the firmware or run **AT+FDR** won't erase Device ID.
612 +The Device ID is stored in a none-erase area, Upgrade the firmware or run (% style="color:blue" %)**AT+FDR**(%%) won't erase Device ID.
617 617  
618 618  
619 619  )))
620 620  
621 -(% style="color:red" %)**NOTE:When the firmware version is v1.2 and later firmware:**
617 +(% style="color:red" %)**NOTE: When the firmware version is v1.2 and later firmware:**
622 622  
623 623  
624 624  By default, the Device ID equal to the last 15 bits of IMEI.
625 625  
626 -User can use **AT+DEUI** to set Device ID
622 +User can use ** (% style="color:blue" %)AT+DEUI(%%)** to set Device ID
627 627  
628 -**Example:**
629 629  
625 +**​​​​​​​​​​​​​​(% style="color:blue" %)Example:(%%)**
626 +
630 630  AT+DEUI=868411056754138
631 631  
632 632  
630 +
633 633  === 2.3.3  Version Info ===
634 634  
635 635  
... ... @@ -775,12 +775,16 @@
775 775  )))
776 776  
777 777  
778 -== 2.5 Humidity and Temperature alarm function ==
779 779  
780 - AT Command:
777 +== 2.5  Humidity and Temperature alarm function ==
781 781  
782 -AT+ SHHUM=min,max
783 783  
780 +**~ (% style="color:blue" %)➢ AT Command:(%%)**
781 +
782 +
783 +(% style="color:#037691" %)**AT+ SHHUM=min,max**
784 +
785 +
784 784  ² When min=0, and max≠0, Alarm higher than max
785 785  
786 786  ² When min≠0, and max=0, Alarm lower than min
... ... @@ -787,12 +787,13 @@
787 787  
788 788  ² When min≠0 and max≠0, Alarm higher than max or lower than min
789 789  
790 -Example:
791 791  
793 + (% style="color:blue" %)**Example:**
794 +
792 792  AT+ SHHUM=50,80 ~/~/ Alarm when humidity lower than 50.
793 793  
794 794  
795 -AT+ SHTEMP=min,max
798 +(% style="color:#037691" %)**AT+ SHTEMP=min,max**
796 796  
797 797  ² When min=0, and max≠0, Alarm higher than max
798 798  
... ... @@ -800,28 +800,39 @@
800 800  
801 801  ² When min≠0 and max≠0, Alarm higher than max or lower than min
802 802  
803 -Example:
804 804  
807 +**~ (% style="color:blue" %)Example:(%%)**
808 +
805 805  AT+ SHTEMP=20,30 ~/~/ Alarm when temperature lower than 20.
806 806  
811 +
812 +
807 807  == 2.6 Set the number of data to be uploaded and the recording time ==
808 808  
809 -➢ AT Command:
810 810  
811 -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)
816 +**~ (% style="color:blue" %)➢ AT Command:(%%)**
812 812  
813 -AT+NOUD=8  ~/~/The device uploads 8 sets of recorded data by default. Up to 32 sets of record data can be uploaded.
818 +* (% 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)
819 +* (% 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.
814 814  
821 + The diagram below explains the relationship between TR, NOUD, and TDC more clearly**:**
822 +
823 +[[image:image-20221009000513-1.png||height="732" width="1018"]]
824 +
825 +
826 +
815 815  == 2.7 Read or Clear cached data ==
816 816  
817 -➢ AT Command:
818 818  
819 -AT+CDP ~/~/ Read cached data
830 +**~ (% style="color:blue" %)➢ AT Command:(%%)**
820 820  
832 +* (% style="color:#037691" %)**AT+CDP**  (%%) ~/~/ Read cached data
833 +* (% style="color:#037691" %)**AT+CDP=0** (%%) ~/~/  Clear cached data
834 +
821 821  [[image:image-20220908163102-2.png]]
822 822  
823 -AT+CDP=0 ~/~/ Clear cached data
824 824  
838 +
825 825  == 2.8  ​Battery Analysis ==
826 826  
827 827  
... ... @@ -1094,3 +1094,5 @@
1094 1094  
1095 1095  * 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.
1096 1096  * 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]]
1111 +
1112 +
image-20221009001045-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +282.9 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0