<
From version < 38.4 >
edited by Xiaoling
on 2022/10/25 16:17
To version < 35.1 >
edited by David Huang
on 2022/10/08 11:45
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.David
Content
... ... @@ -50,6 +50,7 @@
50 50  (((
51 51  
52 52  
53 +
53 53  
54 54  )))
55 55  
... ... @@ -70,7 +70,6 @@
70 70  * - B20 @H-FDD: 800MHz
71 71  * - B28 @H-FDD: 700MHz
72 72  
73 -
74 74  == 1.4  Probe Specification ==
75 75  
76 76  
... ... @@ -90,13 +90,11 @@
90 90  * IP67 Protection
91 91  * Length: 3.5 meters
92 92  
93 -
94 94  == 1.5 ​ Applications ==
95 95  
96 96  
97 97  * Smart Agriculture
98 98  
99 -
100 100  == 1.6  Pin mapping and power on ==
101 101  
102 102  
... ... @@ -284,8 +284,8 @@
284 284  Each time the device uploads a data package, 8 sets of recorded data will be attached. Up to 32 sets of recorded data can be uploaded.
285 285  
286 286  
287 -(% border="1" style="background-color:#ffffcc; color:green; width:520px" %)
288 -|(% style="width:45px" %)**Size(bytes)**|(% style="width:45px" %)**8**|(% style="width:20px" %)**2**|(% style="width:20px" %)**2**|(% style="width:70px" %)1|(% style="width:20px" %)1|(% style="width:40px" %)1|(% style="width:40px" %)2|(% style="width:50px" %)2|(% style="width:50px" %)4|(% style="width:50px" %)2|(% style="width:50px" %)2|(% style="width:40px" %)4
285 +(% border="1" style="background-color:#ffffcc; color:green; width:1251px" %)
286 +|(% style="width:96px" %)**Size(bytes)**|(% style="width:82px" %)**8**|(% style="width:42px" %)**2**|(% style="width:48px" %)**2**|(% style="width:124px" %)1|(% style="width:58px" %)1|(% style="width:82px" %)1|(% style="width:113px" %)2|(% style="width:134px" %)2|(% style="width:100px" %)4|(% style="width:137px" %)2|(% style="width:110px" %)2|(% style="width:122px" %)4
289 289  |(% style="width:96px" %)**Value**|(% style="width:82px" %)Device ID|(% style="width:42px" %)Ver|(% style="width:48px" %)BAT|(% style="width:124px" %)Signal Strength|(% style="width:58px" %)MOD|(% style="width:82px" %)Interrupt|(% style="width:113px" %)Leaf moisture|(% style="width:134px" %)Leaf Temperature|(% style="width:100px" %)Time stamp|(% style="width:137px" %)Leaf Temperature|(% style="width:110px" %)Leaf moisture|(% style="width:122px" %)Time stamp  .....
290 290  
291 291  If we use the MQTT client to subscribe to this MQTT topic, we can see the following information when the NLMS01 uplink data.
... ... @@ -300,29 +300,18 @@
300 300  
301 301  where:
302 302  
303 -* (% style="color:#037691" %)**Device ID:**(%%) 0xf868411056754138 = f868411056754138
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
307 +* Leaf moisture: 0x0225= 549 = 54.9%
308 +* Leaf Temperature:0x010B =267=26.7 °C
309 +* Time stamp : 0x6315537b =1662342011 ([[Unix Epoch Time>>https://www.epochconverter.com/]])
310 +* Leaf Temperature, Leaf moisture,Time stamp : 010b0226631550fb
311 +* 8 sets of recorded data: Leaf Temperature, Leaf moisture,Time stamp : 010e022663154d77,.......
304 304  
305 -* (% style="color:#037691" %)**Version:**(%%) 0x0064=100=1.0.0
306 -
307 -* (% style="color:#037691" %)**BAT:**       (%%)0x0c78 = 3192 mV = 3.192V
308 -
309 -* (% style="color:#037691" %)**Singal:**(%%)  0x17 = 23
310 -
311 -* (% style="color:#037691" %)**Mod:**(%%)  0x01 = 1
312 -
313 -* (% style="color:#037691" %)**Interrupt:**(%%) 0x00= 0
314 -
315 -* (% style="color:#037691" %)**Leaf moisture:**(%%) 0x0225= 549 = 54.9%
316 -
317 -* (% style="color:#037691" %)**Leaf Temperature: **(%%)0x010B =267=26.7 °C
318 -
319 -* (% style="color:#037691" %)**Time stamp :**   (%%)0x6315537b =1662342011 ([[Unix Epoch Time>>https://www.epochconverter.com/]])
320 -
321 -* (% style="color:#037691" %)**Leaf Temperature, Leaf moisture,Time stamp :  **(%%)010b0226631550fb
322 -
323 -* (% style="color:#037691" %)**8 sets of recorded data: **(%%)Leaf Temperature, Leaf moisture,Time stamp : 010e022663154d77,.......
324 -
325 -
326 326  == 2.4  Payload Explanation and Sensor Interface ==
327 327  
328 328  
... ... @@ -541,11 +541,9 @@
541 541  * (% 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)
542 542  * (% 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.
543 543  
544 - The diagram below explains the relationship between TR, NOUD, and TDC more clearly**:**
545 545  
546 -[[image:image-20221009001002-1.png||height="706" width="982"]]
532 +This link explains the relationship between TR, NOUD and TDC more clearly **: **[[https:~~/~~/www.processon.com/view/link/6340e606e401fd390891af87>>https://www.processon.com/view/link/6340e606e401fd390891af87]]
547 547  
548 -
549 549  == 2.10  Read or Clear cached data ==
550 550  
551 551  
... ... @@ -777,7 +777,6 @@
777 777  * Package Size / pcs : cm
778 778  * Weight / pcs : g
779 779  
780 -
781 781  = 9.  Support =
782 782  
783 783  
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