<
From version < 83.7 >
edited by Xiaoling
on 2022/12/08 11:20
To version < 83.3 >
edited by Xiaoling
on 2022/12/08 09:33
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,7 +4,6 @@
4 4  
5 5  **Table of Contents:**
6 6  
7 -{{toc/}}
8 8  
9 9  
10 10  
... ... @@ -296,13 +296,13 @@
296 296  
297 297  (% border="1" cellspacing="5" style="background-color:#ffffcc; color:green; width:510px" %)
298 298  |=(% scope="row" style="width: 50px;" %)**Size(bytes)**|(% style="width:50px" %)**8**|(% style="width:20px" %)**2**|(% style="width:20px" %)**2**|(% style="width:65px" %)**1**|(% style="width:25px" %)**1**|(% style="width:50px" %)**1**|(% style="width:90px" %)**2**|(% style="width:100px" %)**2**
299 -|=(% style="width: 93px;" %)**Value**|(% style="width:67px" %)[[Device ID>>||anchor="H2.4.1A0A0DeviceID"]]|(% style="width:40px" %)[[Ver>>||anchor="H2.4.2A0VersionInfo"]]|(% style="width:45px" %)[[BAT>>||anchor="H2.4.3A0BatteryInfo"]]|(% style="width:75px" %)[[Signal Strength>>||anchor="H2.4.4A0SignalStrength"]]|(% style="width:54px" %)MOD|(% style="width:62px" %)Exit flag|(% style="width:94px" %) [[Distance 1>>||anchor="H2.4.5A0Distance"]] |(% style="width:93px" %) [[Distance 2>>||anchor="H2.4.5A0Distance"]]
298 +|=(% style="width: 93px;" %)**Value**|(% style="width:67px" %)[[Device ID>>||anchor="H2.4.1A0A0DeviceID"]]|(% style="width:40px" %)[[Ver>>||anchor="H2.4.2A0VersionInfo"]]|(% style="width:45px" %)[[BAT>>||anchor="H2.4.3A0BatteryInfo"]]|(% style="width:75px" %)[[Signal Strength>>||anchor="H2.4.4A0SignalStrength"]]|(% style="width:54px" %)MOD|(% style="width:62px" %)Exit flag|(% style="width:94px" %) [[Distance 1>>||anchor="H2.4.5A0A0Distance"]] |(% style="width:93px" %) [[Distance  2>>||anchor="H2.4.5A0A0Distance"]]
300 300  
301 -(% border="1" style="background-color:#ffffcc; color:green; width:471px" %)
302 -|(% style="width:50px" %)**4**|(% style="width:90px" %)**2**|(% style="width:90px" %)**2**|(% style="width:60px" %)**4**|(% style="width:98px" %)(((
300 +(% border="1.5" style="background-color:#ffffcc; color:green; width:450px" %)
301 +|(% style="width:50px" %)**4**|(% style="width:90px" %)**2**|(% style="width:90px" %)**2**|(% style="width:60px" %)**4**|(% style="width:50px" %)(((
303 303  **1-32 group**
304 304  )))
305 -|(% style="width:98px" %)[[Time stamp>>||anchor="H2.4.6A0Timestamp"]]| Distance 1 | Distance  2|(% style="width:67px" %)Time stamp|(% style="width:98px" %)...
304 +|(% style="width:98px" %)[[Time stamp>>||anchor="H2.4.6A0Timestamp"]]| Distance 1 | Distance  2|(% style="width:67px" %)Time stamp|(% style="width:74px" %)...
306 306  
307 307  If we use the MQTT client to subscribe to this MQTT topic, we can see the following information when the NMDS200 uplink data.
308 308  
... ... @@ -333,6 +333,9 @@
333 333  
334 334  * (% style="color:#037691" %)**Timestamp: **(%%)0x6390453d =1670399293 (Unix Time)
335 335  
335 +
336 +
337 +
336 336  == 2.4  Payload Explanation and Sensor Interface ==
337 337  
338 338  === 2.4.1  Device ID ===
... ... @@ -372,17 +372,17 @@
372 372  
373 373  NB-IoT Network signal Strength.
374 374  
375 -(% style="color:blue" %)**Ex1: 0x1d = 29**
377 +**(% style="color:blue" %)Ex1: 0x1d = 29**
376 376  
377 -(% style="color:#037691" %)**0** (%%) -113dBm or less
379 +**(% style="color:#037691" %)0** (%%) -113dBm or less
378 378  
379 -(% style="color:#037691" %)**1**  (%%) -111dBm
381 +**(% style="color:#037691" %)1**  (%%) -111dBm
380 380  
381 -(% style="color:#037691" %)**2...30** (%%) -109dBm... -53dBm
383 +**(% style="color:#037691" %)2...30** (%%) -109dBm... -53dBm
382 382  
383 -(% style="color:#037691" %)**31** (%%) -51dBm or greater
385 +**(% style="color:#037691" %)31** (%%)  -51dBm or greater
384 384  
385 -(% style="color:#037691" %)**99** (%%) Not known or not detectable
387 +**(% style="color:#037691" %)99** (%%)   Not known or not detectable
386 386  
387 387  
388 388  === 2.4.5  Distance ===
... ... @@ -448,12 +448,14 @@
448 448  * For each uplink probe, LED will be on for 500ms.
449 449  
450 450  
453 +
454 +
451 451  == 2.7  Distance alarm function ==
452 452  
453 453  
454 454  (% style="color:blue" %)**AT Command: AT+ALARM1=min,max**
455 455  
456 -(% style="color:#037691" %)**Example 1:**
460 +**(% style="color:blue" %)Example 1:**
457 457  
458 458  AT+ ALARM1 =60,200  ~/~/ Alarm when moisture lower than 60.
459 459  
... ... @@ -460,11 +460,13 @@
460 460  AT+ ALARM2 =min,max
461 461  
462 462  
463 -(% style="color:#037691" %)**Example 2:**
467 +**(% style="color:blue" %)Example 2:**
464 464  
465 465  AT+ ALARM2 =200,1500  ~/~/ Alarm when temperature lower than 1500
466 466  
467 467  
472 +
473 +
468 468  == 2.8  Set the number of data to be uploaded and the recording time ==
469 469  
470 470  
... ... @@ -676,7 +676,7 @@
676 676  = 7. ​ Order Info =
677 677  
678 678  
679 -Part Number:(% style="color:blue" %)** NMDS200**
685 +Part Number:**(% style="color:blue" %) NMDS200**
680 680  
681 681  
682 682  = 8.  Packing Info =
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0