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

Summary

Details

Page properties
Content
... ... @@ -73,7 +73,6 @@
73 73  
74 74  
75 75  
76 -
77 77  == 1.4  Probe Specification ==
78 78  
79 79  
... ... @@ -85,8 +85,6 @@
85 85  * IP67 Protection
86 86  * Length: 3.5 meters
87 87  
88 -
89 -
90 90  (% style="color:#037691" %)**Leaf Temperature:**
91 91  
92 92  * Range -50℃~80℃
... ... @@ -97,7 +97,6 @@
97 97  
98 98  
99 99  
100 -
101 101  == 1.5 ​ Applications ==
102 102  
103 103  
... ... @@ -105,7 +105,6 @@
105 105  
106 106  
107 107  
108 -
109 109  == 1.6  Pin mapping and power on ==
110 110  
111 111  
... ... @@ -224,8 +224,6 @@
224 224  * (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5601     ** (%%) ~/~/  to set UDP server address and port
225 225  * (% style="color:#037691" %)**AT+CFM=1       ** (%%) ~/~/  If the server does not respond, this command is unnecessary
226 226  
227 -
228 -
229 229  ​ [[image:image-20220907171221-11.png]]
230 230  
231 231  
... ... @@ -247,8 +247,6 @@
247 247  * (% style="color:#037691" %)**AT+PUBTOPIC=PUB                    ** (%%) ~/~/  Set the sending topic of MQTT
248 248  * (% style="color:#037691" %)**AT+SUBTOPIC=SUB          ** (%%) ~/~/  Set the subscription topic of MQTT
249 249  
250 -
251 -
252 252  ​ [[image:image-20220907171221-13.png]]
253 253  
254 254  
... ... @@ -269,8 +269,6 @@
269 269  * (% style="color:#037691" %)**AT+PRO=4   ** (%%) ~/~/  Set to use TCP protocol to uplink
270 270  * (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5600   ** (%%) ~/~/  to set TCP server address and port
271 271  
272 -
273 -
274 274  ​ [[image:image-20220907171221-15.png]]
275 275  
276 276  
... ... @@ -287,8 +287,6 @@
287 287  
288 288  * (% style="color:#037691" %)**AT+TDC=7200      ** (%%) ~/~/ Set Update Interval to 7200s (2 hour)
289 289  
290 -
291 -
292 292  (% 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).**
293 293  
294 294  
... ... @@ -313,23 +313,24 @@
313 313  
314 314  The payload is ASCII string, representative same HEX:
315 315  
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:
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__//(%%)**
317 317  
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
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
324 324  * Leaf moisture: 0x0225= 549 = 54.9%
325 325  * Leaf Temperature:0x010B =267=26.7 °C
326 326  * Time stamp : 0x6315537b =1662342011 ([[Unix Epoch Time>>https://www.epochconverter.com/]])
327 327  * Leaf Temperature, Leaf moisture,Time stamp : 010b0226631550fb
328 -* (% style="color:blue" %)8 sets of recorded data: Leaf Temperature, Leaf moisture,Time stamp : 010e022663154d77,.......
317 +* 8 sets of recorded data: Leaf Temperature, Leaf moisture,Time stamp : 010e022663154d77,.......
329 329  
330 330  
331 331  
332 -
333 333  == 2.4  Payload Explanation and Sensor Interface ==
334 334  
335 335  
... ... @@ -499,7 +499,6 @@
499 499  
500 500  
501 501  
502 -
503 503  == 2.7  Installation ==
504 504  
505 505  
... ... @@ -553,7 +553,6 @@
553 553  
554 554  
555 555  
556 -
557 557  == 2.10  Read or Clear cached data ==
558 558  
559 559  
... ... @@ -562,8 +562,6 @@
562 562  * (% style="color:#037691" %)**AT+CDP**      (%%) ~/~/  Read cached data
563 563  * (% style="color:#037691" %)**AT+CDP=0  ** (%%) ~/~/  Clear cached data
564 564  
565 -
566 -
567 567  [[image:image-20220907171221-20.png]]
568 568  
569 569  
... ... @@ -571,9 +571,9 @@
571 571  == 2.11  ​Firmware Change Log ==
572 572  
573 573  
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]]
558 +Download URL & Firmware Change log: [[https:~~/~~/www.dropbox.com/sh/qdc3js2iu1vlipx/AACMHI3CvVb8g7YQMrIHY673a?dl=0>>https://www.dropbox.com/sh/qdc3js2iu1vlipx/AACMHI3CvVb8g7YQMrIHY673a?dl=0]]
575 575  
576 -Upgrade Instruction: [[Upgrade Firmware>>path:#H5.1200BHowtoUpgradeFirmware]]
560 +Upgrade Instruction: [[Upgrade Firmware>>||anchor="H5.1200BHowtoUpgradeFirmware"]]
577 577  
578 578  
579 579  
... ... @@ -788,7 +788,6 @@
788 788  * Weight / pcs : g
789 789  
790 790  
791 -
792 792  = 9.  Support =
793 793  
794 794  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0