<
From version < 35.1 >
edited by David Huang
on 2022/10/08 11:45
To version < 38.3 >
edited by Xiaoling
on 2022/10/25 16:11
>
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
... ... @@ -50,7 +50,6 @@
50 50  (((
51 51  
52 52  
53 -
54 54  
55 55  )))
56 56  
... ... @@ -71,6 +71,7 @@
71 71  * - B20 @H-FDD: 800MHz
72 72  * - B28 @H-FDD: 700MHz
73 73  
73 +
74 74  == 1.4  Probe Specification ==
75 75  
76 76  
... ... @@ -90,11 +90,13 @@
90 90  * IP67 Protection
91 91  * Length: 3.5 meters
92 92  
93 +
93 93  == 1.5 ​ Applications ==
94 94  
95 95  
96 96  * Smart Agriculture
97 97  
99 +
98 98  == 1.6  Pin mapping and power on ==
99 99  
100 100  
... ... @@ -282,8 +282,8 @@
282 282  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.
283 283  
284 284  
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
287 +(% border="1" style="background-color:#ffffcc; color:green; width:520px" %)
288 +|(% style="width:35px" %)**Size(bytes)**|(% style="width:30px" %)**8**|(% style="width:15px" %)**2**|(% style="width:15px" %)**2**|(% style="width:50px" %)1|(% style="width:15px" %)1|(% style="width:20px" %)1|(% style="width:30px" %)2|(% style="width:40px" %)2|(% style="width:30px" %)4|(% style="width:40px" %)2|(% style="width:40px" %)2|(% style="width:40px" %)4
287 287  |(% 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  .....
288 288  
289 289  If we use the MQTT client to subscribe to this MQTT topic, we can see the following information when the NLMS01 uplink data.
... ... @@ -298,18 +298,29 @@
298 298  
299 299  where:
300 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
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,.......
303 +* (% style="color:#037691" %)**Device ID:**(%%) 0xf868411056754138 = f868411056754138
312 312  
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 +
313 313  == 2.4  Payload Explanation and Sensor Interface ==
314 314  
315 315  
... ... @@ -528,9 +528,11 @@
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  
544 + The diagram below explains the relationship between TR, NOUD, and TDC more clearly**:**
531 531  
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]]
546 +[[image:image-20221009001002-1.png||height="706" width="982"]]
533 533  
548 +
534 534  == 2.10  Read or Clear cached data ==
535 535  
536 536  
... ... @@ -762,6 +762,7 @@
762 762  * Package Size / pcs : cm
763 763  * Weight / pcs : g
764 764  
780 +
765 765  = 9.  Support =
766 766  
767 767  
image-20221009001002-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +282.9 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0