<
From version < 34.1 >
edited by David Huang
on 2022/10/08 11:44
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.David
1 +XWiki.Xiaoling
Content
... ... @@ -72,6 +72,7 @@
72 72  * - B28 @H-FDD: 700MHz
73 73  
74 74  
75 +
75 75  == 1.4  Probe Specification ==
76 76  
77 77  
... ... @@ -83,6 +83,7 @@
83 83  * IP67 Protection
84 84  * Length: 3.5 meters
85 85  
87 +
86 86  (% style="color:#037691" %)**Leaf Temperature:**
87 87  
88 88  * Range -50℃~80℃
... ... @@ -92,6 +92,7 @@
92 92  * Length: 3.5 meters
93 93  
94 94  
97 +
95 95  == 1.5 ​ Applications ==
96 96  
97 97  
... ... @@ -98,6 +98,7 @@
98 98  * Smart Agriculture
99 99  
100 100  
104 +
101 101  == 1.6  Pin mapping and power on ==
102 102  
103 103  
... ... @@ -216,6 +216,7 @@
216 216  * (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5601     ** (%%) ~/~/  to set UDP server address and port
217 217  * (% style="color:#037691" %)**AT+CFM=1       ** (%%) ~/~/  If the server does not respond, this command is unnecessary
218 218  
223 +
219 219  ​ [[image:image-20220907171221-11.png]]
220 220  
221 221  
... ... @@ -237,6 +237,7 @@
237 237  * (% style="color:#037691" %)**AT+PUBTOPIC=PUB                    ** (%%) ~/~/  Set the sending topic of MQTT
238 238  * (% style="color:#037691" %)**AT+SUBTOPIC=SUB          ** (%%) ~/~/  Set the subscription topic of MQTT
239 239  
245 +
240 240  ​ [[image:image-20220907171221-13.png]]
241 241  
242 242  
... ... @@ -257,6 +257,7 @@
257 257  * (% style="color:#037691" %)**AT+PRO=4   ** (%%) ~/~/  Set to use TCP protocol to uplink
258 258  * (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5600   ** (%%) ~/~/  to set TCP server address and port
259 259  
266 +
260 260  ​ [[image:image-20220907171221-15.png]]
261 261  
262 262  
... ... @@ -273,6 +273,7 @@
273 273  
274 274  * (% style="color:#037691" %)**AT+TDC=7200      ** (%%) ~/~/ Set Update Interval to 7200s (2 hour)
275 275  
283 +
276 276  (% 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).**
277 277  
278 278  
... ... @@ -297,23 +297,22 @@
297 297  
298 298  The payload is ASCII string, representative same HEX:
299 299  
300 -**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:
301 301  
302 -where:
303 -
304 -* Device ID: 0xf868411056754138 = f868411056754138
305 -* Version: 0x0064=100=1.0.0
306 -* BAT: 0x0c78 = 3192 mV = 3.192V
307 -* Singal: 0x17 = 23
308 -* Mod: 0x01 = 1
309 -* 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
310 310  * Leaf moisture: 0x0225= 549 = 54.9%
311 311  * Leaf Temperature:0x010B =267=26.7 °C
312 312  * Time stamp : 0x6315537b =1662342011 ([[Unix Epoch Time>>https://www.epochconverter.com/]])
313 313  * Leaf Temperature, Leaf moisture,Time stamp : 010b0226631550fb
314 -* 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,.......
315 315  
316 316  
323 +
317 317  == 2.4  Payload Explanation and Sensor Interface ==
318 318  
319 319  
... ... @@ -482,6 +482,7 @@
482 482  * For each uplink probe, LED will be on for 500ms.
483 483  
484 484  
492 +
485 485  == 2.7  Installation ==
486 486  
487 487  
... ... @@ -534,11 +534,7 @@
534 534  * (% 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.
535 535  
536 536  
537 -This link explains the relationship between TR, NOUD and TDC more clearly.
538 538  
539 -[[https:~~/~~/www.processon.com/view/link/6340e606e401fd390891af87>>https://www.processon.com/view/link/6340e606e401fd390891af87]]
540 -
541 -
542 542  == 2.10  Read or Clear cached data ==
543 543  
544 544  
... ... @@ -547,6 +547,7 @@
547 547  * (% style="color:#037691" %)**AT+CDP**      (%%) ~/~/  Read cached data
548 548  * (% style="color:#037691" %)**AT+CDP=0  ** (%%) ~/~/  Clear cached data
549 549  
554 +
550 550  [[image:image-20220907171221-20.png]]
551 551  
552 552  
... ... @@ -634,86 +634,86 @@
634 634  
635 635  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]]
636 636  
637 -AT+<CMD>?  :  Help on <CMD>
642 +AT+<CMD>?  : Help on <CMD>
638 638  
639 -AT+<CMD>  Run <CMD>
644 +AT+<CMD>         : Run <CMD>
640 640  
641 -AT+<CMD>=<value>:  Set the value
646 +AT+<CMD>=<value> : Set the value
642 642  
643 -AT+<CMD>=?  Get the value
648 +AT+<CMD>=?  : Get the value
644 644  
645 645  
646 646  (% style="color:#037691" %)**General Commands**      
647 647  
648 -AT  Attention       
653 +AT  : Attention       
649 649  
650 -AT?  Short Help     
655 +AT?  : Short Help     
651 651  
652 -ATZ  MCU Reset    
657 +ATZ  : MCU Reset    
653 653  
654 -AT+TDC  :  Application Data Transmission Interval
659 +AT+TDC  : Application Data Transmission Interval
655 655  
656 -AT+CFG  :  Print all configurations
661 +AT+CFG  : Print all configurations
657 657  
658 -AT+CFGMOD  :  Working mode selection
663 +AT+CFGMOD           : Working mode selection
659 659  
660 -AT+INTMOD  :  Set the trigger interrupt mode
665 +AT+INTMOD            : Set the trigger interrupt mode
661 661  
662 -AT+5VT  Set extend the time of 5V power  
667 +AT+5VT  : Set extend the time of 5V power  
663 663  
664 -AT+PRO :  Choose agreement
669 +AT+PRO  : Choose agreement
665 665  
666 -AT+RXDL:  Extend the sending and receiving time
671 +AT+RXDL  : Extend the sending and receiving time
667 667  
668 -AT+SERVADDR :  Server Address
673 +AT+SERVADDR  : Server Address
669 669  
670 -AT+APN :  Get or set the APN
675 +AT+APN     : Get or set the APN
671 671  
672 -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
673 673  
674 -AT+DNSCFG : Get or Set DNS Server
679 +AT+DNSCFG  : Get or Set DNS Server
675 675  
676 676  AT+GETSENSORVALUE   : Returns the current sensor measurement
677 677  
678 -AT+TR :  Get or Set record time"
683 +AT+TR      : Get or Set record time"
679 679  
680 -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
681 681  
682 -AT+CDP :  Read or Clear cached data
687 +AT+CDP     : Read or Clear cached data
683 683  
684 -AT+TEMPALARM :  Get or Set alarm of temp
689 +AT+TEMPALARM      : Get or Set alarm of temp
685 685  
686 -AT+HUMALARM :  Get or Set alarm of humidity
691 +AT+HUMALARM     : Get or Set alarm of PH
687 687  
688 688  
689 689  (% style="color:#037691" %)**COAP Management**      
690 690  
691 -AT+URI :  Resource parameters
696 +AT+URI            : Resource parameters
692 692  
693 693  
694 694  (% style="color:#037691" %)**UDP Management**
695 695  
696 -AT+CFM :  Upload confirmation mode (only valid for UDP)
701 +AT+CFM          : Upload confirmation mode (only valid for UDP)
697 697  
698 698  
699 699  (% style="color:#037691" %)**MQTT Management**
700 700  
701 -AT+CLIENT  :  Get or Set MQTT client
706 +AT+CLIENT               : Get or Set MQTT client
702 702  
703 -AT+UNAME  : Get or Set MQTT Username
708 +AT+UNAME  : Get or Set MQTT Username
704 704  
705 -AT+PWD  :  Get or Set MQTT password
710 +AT+PWD                  : Get or Set MQTT password
706 706  
707 -AT+PUBTOPIC  Get or Set MQTT publish topic
712 +AT+PUBTOPIC  : Get or Set MQTT publish topic
708 708  
709 -AT+SUBTOPIC :  Get or Set MQTT subscription topic
714 +AT+SUBTOPIC  : Get or Set MQTT subscription topic
710 710  
711 711  
712 712  (% style="color:#037691" %)**Information**          
713 713  
714 -AT+FDR :  Factory Data Reset
719 +AT+FDR  : Factory Data Reset
715 715  
716 -AT+PWORD :  Serial Access Password
721 +AT+PWORD  : Serial Access Password
717 717  
718 718  
719 719  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0