<
From version < 33.11 >
edited by Xiaoling
on 2022/09/23 18:05
To version < 33.4 >
edited by Xiaoling
on 2022/09/13 09:41
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -73,6 +73,7 @@
73 73  
74 74  
75 75  
76 +
76 76  == 1.4  Probe Specification ==
77 77  
78 78  
... ... @@ -84,6 +84,8 @@
84 84  * IP67 Protection
85 85  * Length: 3.5 meters
86 86  
88 +
89 +
87 87  (% style="color:#037691" %)**Leaf Temperature:**
88 88  
89 89  * Range -50℃~80℃
... ... @@ -94,6 +94,7 @@
94 94  
95 95  
96 96  
100 +
97 97  == 1.5 ​ Applications ==
98 98  
99 99  
... ... @@ -101,6 +101,7 @@
101 101  
102 102  
103 103  
108 +
104 104  == 1.6  Pin mapping and power on ==
105 105  
106 106  
... ... @@ -219,6 +219,8 @@
219 219  * (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5601     ** (%%) ~/~/  to set UDP server address and port
220 220  * (% style="color:#037691" %)**AT+CFM=1       ** (%%) ~/~/  If the server does not respond, this command is unnecessary
221 221  
227 +
228 +
222 222  ​ [[image:image-20220907171221-11.png]]
223 223  
224 224  
... ... @@ -240,6 +240,8 @@
240 240  * (% style="color:#037691" %)**AT+PUBTOPIC=PUB                    ** (%%) ~/~/  Set the sending topic of MQTT
241 241  * (% style="color:#037691" %)**AT+SUBTOPIC=SUB          ** (%%) ~/~/  Set the subscription topic of MQTT
242 242  
250 +
251 +
243 243  ​ [[image:image-20220907171221-13.png]]
244 244  
245 245  
... ... @@ -260,6 +260,8 @@
260 260  * (% style="color:#037691" %)**AT+PRO=4   ** (%%) ~/~/  Set to use TCP protocol to uplink
261 261  * (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5600   ** (%%) ~/~/  to set TCP server address and port
262 262  
272 +
273 +
263 263  ​ [[image:image-20220907171221-15.png]]
264 264  
265 265  
... ... @@ -276,6 +276,8 @@
276 276  
277 277  * (% style="color:#037691" %)**AT+TDC=7200      ** (%%) ~/~/ Set Update Interval to 7200s (2 hour)
278 278  
290 +
291 +
279 279  (% 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).**
280 280  
281 281  
... ... @@ -300,24 +300,23 @@
300 300  
301 301  The payload is ASCII string, representative same HEX:
302 302  
303 -**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__//(%%)**
316 +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:
304 304  
305 -where:
306 -
307 -* Device ID: 0xf868411056754138 = f868411056754138
308 -* Version: 0x0064=100=1.0.0
309 -* BAT: 0x0c78 = 3192 mV = 3.192V
310 -* Singal: 0x17 = 23
311 -* Mod: 0x01 = 1
312 -* Interrupt: 0x00= 0
318 +* (% style="color:red" %)Device ID: 0xf868411056754138 = f868411056754138
319 +* (% style="color:blue" %)Version: 0x0064=100=1.0.0
320 +* (% style="color:green" %)BAT: 0x0c78 = 3192 mV = 3.192V
321 +* (% style="color:red" %)Singal: 0x17 = 23
322 +* (% style="color:blue" %)Mod: 0x01 = 1
323 +* (% style="color:green" %)Interrupt: 0x00= 0
313 313  * Leaf moisture: 0x0225= 549 = 54.9%
314 314  * Leaf Temperature:0x010B =267=26.7 °C
315 315  * Time stamp : 0x6315537b =1662342011 ([[Unix Epoch Time>>https://www.epochconverter.com/]])
316 316  * Leaf Temperature, Leaf moisture,Time stamp : 010b0226631550fb
317 -* 8 sets of recorded data: Leaf Temperature, Leaf moisture,Time stamp : 010e022663154d77,.......
328 +* (% style="color:blue" %)8 sets of recorded data: Leaf Temperature, Leaf moisture,Time stamp : 010e022663154d77,.......
318 318  
319 319  
320 320  
332 +
321 321  == 2.4  Payload Explanation and Sensor Interface ==
322 322  
323 323  
... ... @@ -487,6 +487,7 @@
487 487  
488 488  
489 489  
502 +
490 490  == 2.7  Installation ==
491 491  
492 492  
... ... @@ -540,6 +540,7 @@
540 540  
541 541  
542 542  
556 +
543 543  == 2.10  Read or Clear cached data ==
544 544  
545 545  
... ... @@ -548,6 +548,8 @@
548 548  * (% style="color:#037691" %)**AT+CDP**      (%%) ~/~/  Read cached data
549 549  * (% style="color:#037691" %)**AT+CDP=0  ** (%%) ~/~/  Clear cached data
550 550  
565 +
566 +
551 551  [[image:image-20220907171221-20.png]]
552 552  
553 553  
... ... @@ -555,9 +555,9 @@
555 555  == 2.11  ​Firmware Change Log ==
556 556  
557 557  
558 -Download URL & Firmware Change log: [[https:~~/~~/www.dropbox.com/sh/qdc3js2iu1vlipx/AACMHI3CvVb8g7YQMrIHY673a?dl=0>>https://www.dropbox.com/sh/qdc3js2iu1vlipx/AACMHI3CvVb8g7YQMrIHY673a?dl=0]]
574 +Download URL & Firmware Change log: [[https:~~/~~/www.dropbox.com/sh/1zmcakvbkf24f8x/AACmq2dZ3iRB9F1nVWeEB9Moa?dl=0>>url:https://www.dropbox.com/sh/1zmcakvbkf24f8x/AACmq2dZ3iRB9F1nVWeEB9Moa?dl=0]]
559 559  
560 -Upgrade Instruction: [[Upgrade Firmware>>||anchor="H5.1200BHowtoUpgradeFirmware"]]
576 +Upgrade Instruction: [[Upgrade Firmware>>path:#H5.1200BHowtoUpgradeFirmware]]
561 561  
562 562  
563 563  
... ... @@ -635,86 +635,86 @@
635 635  
636 636  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]]
637 637  
638 -AT+<CMD>?  :  Help on <CMD>
654 +AT+<CMD>?  : Help on <CMD>
639 639  
640 -AT+<CMD>  Run <CMD>
656 +AT+<CMD>         : Run <CMD>
641 641  
642 -AT+<CMD>=<value>:  Set the value
658 +AT+<CMD>=<value> : Set the value
643 643  
644 -AT+<CMD>=?  Get the value
660 +AT+<CMD>=?  : Get the value
645 645  
646 646  
647 647  (% style="color:#037691" %)**General Commands**      
648 648  
649 -AT  Attention       
665 +AT  : Attention       
650 650  
651 -AT?  Short Help     
667 +AT?  : Short Help     
652 652  
653 -ATZ  MCU Reset    
669 +ATZ  : MCU Reset    
654 654  
655 -AT+TDC  :  Application Data Transmission Interval
671 +AT+TDC  : Application Data Transmission Interval
656 656  
657 -AT+CFG  :  Print all configurations
673 +AT+CFG  : Print all configurations
658 658  
659 -AT+CFGMOD  :  Working mode selection
675 +AT+CFGMOD           : Working mode selection
660 660  
661 -AT+INTMOD  :  Set the trigger interrupt mode
677 +AT+INTMOD            : Set the trigger interrupt mode
662 662  
663 -AT+5VT  Set extend the time of 5V power  
679 +AT+5VT  : Set extend the time of 5V power  
664 664  
665 -AT+PRO :  Choose agreement
681 +AT+PRO  : Choose agreement
666 666  
667 -AT+RXDL:  Extend the sending and receiving time
683 +AT+RXDL  : Extend the sending and receiving time
668 668  
669 -AT+SERVADDR :  Server Address
685 +AT+SERVADDR  : Server Address
670 670  
671 -AT+APN :  Get or set the APN
687 +AT+APN     : Get or set the APN
672 672  
673 -AT+FBAND :  Get or Set whether to automatically modify the frequency band
689 +AT+FBAND   : Get or Set whether to automatically modify the frequency band
674 674  
675 -AT+DNSCFG : Get or Set DNS Server
691 +AT+DNSCFG  : Get or Set DNS Server
676 676  
677 677  AT+GETSENSORVALUE   : Returns the current sensor measurement
678 678  
679 -AT+TR :  Get or Set record time"
695 +AT+TR      : Get or Set record time"
680 680  
681 -AT+NOUD :  Get or Set the number of data to be uploaded
697 +AT+NOUD      : Get or Set the number of data to be uploaded
682 682  
683 -AT+CDP :  Read or Clear cached data
699 +AT+CDP     : Read or Clear cached data
684 684  
685 -AT+TEMPALARM :  Get or Set alarm of temp
701 +AT+TEMPALARM      : Get or Set alarm of temp
686 686  
687 -AT+HUMALARM :  Get or Set alarm of humidity
703 +AT+HUMALARM     : Get or Set alarm of PH
688 688  
689 689  
690 690  (% style="color:#037691" %)**COAP Management**      
691 691  
692 -AT+URI :  Resource parameters
708 +AT+URI            : Resource parameters
693 693  
694 694  
695 695  (% style="color:#037691" %)**UDP Management**
696 696  
697 -AT+CFM :  Upload confirmation mode (only valid for UDP)
713 +AT+CFM          : Upload confirmation mode (only valid for UDP)
698 698  
699 699  
700 700  (% style="color:#037691" %)**MQTT Management**
701 701  
702 -AT+CLIENT  :  Get or Set MQTT client
718 +AT+CLIENT               : Get or Set MQTT client
703 703  
704 -AT+UNAME  : Get or Set MQTT Username
720 +AT+UNAME  : Get or Set MQTT Username
705 705  
706 -AT+PWD  :  Get or Set MQTT password
722 +AT+PWD                  : Get or Set MQTT password
707 707  
708 -AT+PUBTOPIC  Get or Set MQTT publish topic
724 +AT+PUBTOPIC  : Get or Set MQTT publish topic
709 709  
710 -AT+SUBTOPIC :  Get or Set MQTT subscription topic
726 +AT+SUBTOPIC  : Get or Set MQTT subscription topic
711 711  
712 712  
713 713  (% style="color:#037691" %)**Information**          
714 714  
715 -AT+FDR :  Factory Data Reset
731 +AT+FDR  : Factory Data Reset
716 716  
717 -AT+PWORD :  Serial Access Password
733 +AT+PWORD  : Serial Access Password
718 718  
719 719  
720 720  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0