<
From version < 37.1 >
edited by Edwin Chen
on 2022/10/09 00:10
To version < 33.5 >
edited by Xiaoling
on 2022/09/13 09:48
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Xiaoling
Content
... ... @@ -71,6 +71,8 @@
71 71  * - B20 @H-FDD: 800MHz
72 72  * - B28 @H-FDD: 700MHz
73 73  
74 +
75 +
74 74  == 1.4  Probe Specification ==
75 75  
76 76  
... ... @@ -82,6 +82,7 @@
82 82  * IP67 Protection
83 83  * Length: 3.5 meters
84 84  
87 +
85 85  (% style="color:#037691" %)**Leaf Temperature:**
86 86  
87 87  * Range -50℃~80℃
... ... @@ -90,11 +90,15 @@
90 90  * IP67 Protection
91 91  * Length: 3.5 meters
92 92  
96 +
97 +
93 93  == 1.5 ​ Applications ==
94 94  
95 95  
96 96  * Smart Agriculture
97 97  
103 +
104 +
98 98  == 1.6  Pin mapping and power on ==
99 99  
100 100  
... ... @@ -213,6 +213,7 @@
213 213  * (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5601     ** (%%) ~/~/  to set UDP server address and port
214 214  * (% style="color:#037691" %)**AT+CFM=1       ** (%%) ~/~/  If the server does not respond, this command is unnecessary
215 215  
223 +
216 216  ​ [[image:image-20220907171221-11.png]]
217 217  
218 218  
... ... @@ -234,6 +234,7 @@
234 234  * (% style="color:#037691" %)**AT+PUBTOPIC=PUB                    ** (%%) ~/~/  Set the sending topic of MQTT
235 235  * (% style="color:#037691" %)**AT+SUBTOPIC=SUB          ** (%%) ~/~/  Set the subscription topic of MQTT
236 236  
245 +
237 237  ​ [[image:image-20220907171221-13.png]]
238 238  
239 239  
... ... @@ -254,6 +254,7 @@
254 254  * (% style="color:#037691" %)**AT+PRO=4   ** (%%) ~/~/  Set to use TCP protocol to uplink
255 255  * (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5600   ** (%%) ~/~/  to set TCP server address and port
256 256  
266 +
257 257  ​ [[image:image-20220907171221-15.png]]
258 258  
259 259  
... ... @@ -270,6 +270,7 @@
270 270  
271 271  * (% style="color:#037691" %)**AT+TDC=7200      ** (%%) ~/~/ Set Update Interval to 7200s (2 hour)
272 272  
283 +
273 273  (% style="color:red" %)**NOTE: By default, the device will send an uplink message every 2 hour. Each Uplink Include 8 set of records in this 2 hour (15 minute interval / record).**
274 274  
275 275  
... ... @@ -294,22 +294,22 @@
294 294  
295 295  The payload is ASCII string, representative same HEX:
296 296  
297 -**0x (% style="color:red" %)__f868411056754138__  (% style="color:blue" %)__0064 __ (% style="color:green" %)__0c78__  (% style="color:#00b0f0" %)__17__  (% style="color:#7030a0" %)__01__  (% style="color:#d60093" %)__00__  (% style="color:#a14d07" %)__0225 __ (% style="color:#0020b0" %) __010b__  (% style="color:#420042" %)__6315537b__  (% style="color:#663300" %)//__010b0226631550fb__  __010e022663154d77  01110225631549f1  011502246315466b  01190223631542e5  011d022163153f62  011e022163153bde 011e022163153859__//(%%)**
308 +0x(% style="color:red" %)f868411056754138(% style="color:blue" %)0064(% style="color:green" %)0c78(% style="color:red" %)17(% style="color:blue" %)01(% style="color:green" %)00(% style="color:blue" %)**0225010b6315537b**010b0226631550fb**010e022663154d77**01110225631549f1**011502246315466b**01190223631542e5**011d022163153f62**011e022163153bde**011e022163153859**(%%)** **where:
298 298  
299 -where:
300 -
301 -* Device ID: 0xf868411056754138 = f868411056754138
302 -* Version: 0x0064=100=1.0.0
303 -* BAT: 0x0c78 = 3192 mV = 3.192V
304 -* Singal: 0x17 = 23
305 -* Mod: 0x01 = 1
306 -* Interrupt: 0x00= 0
310 +* (% style="color:red" %)Device ID: 0xf868411056754138 = f868411056754138
311 +* (% style="color:blue" %)Version: 0x0064=100=1.0.0
312 +* (% style="color:green" %)BAT: 0x0c78 = 3192 mV = 3.192V
313 +* (% style="color:red" %)Singal: 0x17 = 23
314 +* (% style="color:blue" %)Mod: 0x01 = 1
315 +* (% style="color:green" %)Interrupt: 0x00= 0
307 307  * Leaf moisture: 0x0225= 549 = 54.9%
308 308  * Leaf Temperature:0x010B =267=26.7 °C
309 309  * Time stamp : 0x6315537b =1662342011 ([[Unix Epoch Time>>https://www.epochconverter.com/]])
310 310  * Leaf Temperature, Leaf moisture,Time stamp : 010b0226631550fb
311 -* 8 sets of recorded data: Leaf Temperature, Leaf moisture,Time stamp : 010e022663154d77,.......
320 +* (% style="color:blue" %)8 sets of recorded data: Leaf Temperature, Leaf moisture,Time stamp : 010e022663154d77,.......
312 312  
322 +
323 +
313 313  == 2.4  Payload Explanation and Sensor Interface ==
314 314  
315 315  
... ... @@ -477,6 +477,8 @@
477 477  * After NLMS01 join NB-IoT network. The LED will be ON for 3 seconds.
478 478  * For each uplink probe, LED will be on for 500ms.
479 479  
491 +
492 +
480 480  == 2.7  Installation ==
481 481  
482 482  
... ... @@ -528,11 +528,8 @@
528 528  * (% 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)
529 529  * (% 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.
530 530  
531 - The diagram below explains the relationship between TR, NOUD, and TDC more clearly**:**
532 532  
533 -[[image:image-20221009000513-1.png||height="732" width="1018"]]
534 534  
535 -
536 536  == 2.10  Read or Clear cached data ==
537 537  
538 538  
... ... @@ -541,6 +541,7 @@
541 541  * (% style="color:#037691" %)**AT+CDP**      (%%) ~/~/  Read cached data
542 542  * (% style="color:#037691" %)**AT+CDP=0  ** (%%) ~/~/  Clear cached data
543 543  
554 +
544 544  [[image:image-20220907171221-20.png]]
545 545  
546 546  
... ... @@ -628,86 +628,86 @@
628 628  
629 629  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]]
630 630  
631 -AT+<CMD>?  :  Help on <CMD>
642 +AT+<CMD>?  : Help on <CMD>
632 632  
633 -AT+<CMD>  Run <CMD>
644 +AT+<CMD>         : Run <CMD>
634 634  
635 -AT+<CMD>=<value>:  Set the value
646 +AT+<CMD>=<value> : Set the value
636 636  
637 -AT+<CMD>=?  Get the value
648 +AT+<CMD>=?  : Get the value
638 638  
639 639  
640 640  (% style="color:#037691" %)**General Commands**      
641 641  
642 -AT  Attention       
653 +AT  : Attention       
643 643  
644 -AT?  Short Help     
655 +AT?  : Short Help     
645 645  
646 -ATZ  MCU Reset    
657 +ATZ  : MCU Reset    
647 647  
648 -AT+TDC  :  Application Data Transmission Interval
659 +AT+TDC  : Application Data Transmission Interval
649 649  
650 -AT+CFG  :  Print all configurations
661 +AT+CFG  : Print all configurations
651 651  
652 -AT+CFGMOD  :  Working mode selection
663 +AT+CFGMOD           : Working mode selection
653 653  
654 -AT+INTMOD  :  Set the trigger interrupt mode
665 +AT+INTMOD            : Set the trigger interrupt mode
655 655  
656 -AT+5VT  Set extend the time of 5V power  
667 +AT+5VT  : Set extend the time of 5V power  
657 657  
658 -AT+PRO :  Choose agreement
669 +AT+PRO  : Choose agreement
659 659  
660 -AT+RXDL:  Extend the sending and receiving time
671 +AT+RXDL  : Extend the sending and receiving time
661 661  
662 -AT+SERVADDR :  Server Address
673 +AT+SERVADDR  : Server Address
663 663  
664 -AT+APN :  Get or set the APN
675 +AT+APN     : Get or set the APN
665 665  
666 -AT+FBAND :  Get or Set whether to automatically modify the frequency band
677 +AT+FBAND   : Get or Set whether to automatically modify the frequency band
667 667  
668 -AT+DNSCFG : Get or Set DNS Server
679 +AT+DNSCFG  : Get or Set DNS Server
669 669  
670 670  AT+GETSENSORVALUE   : Returns the current sensor measurement
671 671  
672 -AT+TR :  Get or Set record time"
683 +AT+TR      : Get or Set record time"
673 673  
674 -AT+NOUD :  Get or Set the number of data to be uploaded
685 +AT+NOUD      : Get or Set the number of data to be uploaded
675 675  
676 -AT+CDP :  Read or Clear cached data
687 +AT+CDP     : Read or Clear cached data
677 677  
678 -AT+TEMPALARM :  Get or Set alarm of temp
689 +AT+TEMPALARM      : Get or Set alarm of temp
679 679  
680 -AT+HUMALARM :  Get or Set alarm of humidity
691 +AT+HUMALARM     : Get or Set alarm of PH
681 681  
682 682  
683 683  (% style="color:#037691" %)**COAP Management**      
684 684  
685 -AT+URI :  Resource parameters
696 +AT+URI            : Resource parameters
686 686  
687 687  
688 688  (% style="color:#037691" %)**UDP Management**
689 689  
690 -AT+CFM :  Upload confirmation mode (only valid for UDP)
701 +AT+CFM          : Upload confirmation mode (only valid for UDP)
691 691  
692 692  
693 693  (% style="color:#037691" %)**MQTT Management**
694 694  
695 -AT+CLIENT  :  Get or Set MQTT client
706 +AT+CLIENT               : Get or Set MQTT client
696 696  
697 -AT+UNAME  : Get or Set MQTT Username
708 +AT+UNAME  : Get or Set MQTT Username
698 698  
699 -AT+PWD  :  Get or Set MQTT password
710 +AT+PWD                  : Get or Set MQTT password
700 700  
701 -AT+PUBTOPIC  Get or Set MQTT publish topic
712 +AT+PUBTOPIC  : Get or Set MQTT publish topic
702 702  
703 -AT+SUBTOPIC :  Get or Set MQTT subscription topic
714 +AT+SUBTOPIC  : Get or Set MQTT subscription topic
704 704  
705 705  
706 706  (% style="color:#037691" %)**Information**          
707 707  
708 -AT+FDR :  Factory Data Reset
719 +AT+FDR  : Factory Data Reset
709 709  
710 -AT+PWORD :  Serial Access Password
721 +AT+PWORD  : Serial Access Password
711 711  
712 712  
713 713  
... ... @@ -764,6 +764,7 @@
764 764  * Package Size / pcs : cm
765 765  * Weight / pcs : g
766 766  
778 +
767 767  = 9.  Support =
768 768  
769 769  
image-20221009001002-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -282.9 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0