Changes for page NMDS200 - NB-IoT Microwave Radar Distance Sensor User Manual
Last modified by Mengting Qiu on 2024/04/02 17:03
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -51,7 +51,6 @@ 51 51 * Micro SIM card slot for NB-IoT SIM 52 52 * 8500mAh Battery for long-term use 53 53 54 - 55 55 == 1.3 Specification == 56 56 57 57 ... ... @@ -69,7 +69,6 @@ 69 69 * - B20 @H-FDD: 800MHz 70 70 * - B28 @H-FDD: 700MHz 71 71 72 - 73 73 == 1.4 Installation == 74 74 75 75 ... ... @@ -88,7 +88,6 @@ 88 88 * Pulse meter application 89 89 * Dry Contact Detection 90 90 91 - 92 92 == 1.6 Mechanical == 93 93 94 94 ... ... @@ -118,9 +118,9 @@ 118 118 === 1.7.3 BOOT MODE / SW1 === 119 119 120 120 121 -1) 118 +1) ISP: upgrade mode, device won't have any signal in this mode. but ready for upgrade firmware. LED won't work. The firmware won't run. 122 122 123 -2) 120 +2) Flash: working mode, the device starts to work for NB-IoT connection and sends out console output for further debugging. 124 124 125 125 126 126 ... ... @@ -231,12 +231,13 @@ 231 231 232 232 (% style="color:blue" %)**Use below commands in CPN01:** 233 233 234 - *(% style="color:#037691" %)**AT+PRO=1** (%%) ~/~/ Set to use CoAP protocol to uplink231 +(% style="color:#037691" %)**AT+PRO=1** (%%) ~/~/ Set to use CoAP protocol to uplink 235 235 236 - *(% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5683 ** (%%) ~/~/ Set CoAP server address and port233 +(% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5683 ** (%%) ~/~/ Set CoAP server address and port 237 237 238 - *(% style="color:#037691" %)**AT+URI=0,0,11,2,"mqtt" ** (%%) ~/~/ Set CoAP resource path235 +(% style="color:#037691" %)**AT+URI=0,0,11,2,"mqtt" ** (%%) ~/~/ Set CoAP resource path 239 239 237 + 240 240 For parameter description, please refer to AT command set 241 241 242 242 [[image:image-20221021110948-8.png]] ... ... @@ -253,15 +253,14 @@ 253 253 254 254 (% style="color:blue" %)**AT Commands:** 255 255 256 -* (% style="color:#037691" %)**AT+PRO=2 ** 254 +* (% style="color:#037691" %)**AT+PRO=2 ** (%%) ~/~/ Set to use UDP protocol to uplink 257 257 258 -* (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5601 ** (%%) ~/~/ 256 +* (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5601 ** (%%) ~/~/ Set UDP server address and port 259 259 260 -* (% style="color:#037691" %)**AT+CFM=1 ** (%%) ~/~/ 258 +* (% style="color:#037691" %)**AT+CFM=1 ** (%%) ~/~/If the server does not respond, this command is unnecessary 261 261 262 262 [[image:image-20221021111025-10.png]] 263 263 264 - 265 265 [[image:image-20221021111033-11.png||height="241" width="576"]] 266 266 267 267 ... ... @@ -272,23 +272,22 @@ 272 272 273 273 (% style="color:blue" %)**AT Commands:** 274 274 275 -* (% style="color:#037691" %)**AT+PRO=3 ** (%%) ~/~/ 272 +* (% style="color:#037691" %)**AT+PRO=3 ** (%%) ~/~/Set to use MQTT protocol to uplink 276 276 277 -* (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,1883 ** (%%) ~/~/ 274 +* (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,1883 ** (%%) ~/~/Set MQTT server address and port 278 278 279 -* (% style="color:#037691" %)**AT+CLIENT=CLIENT ** (%%) ~/~/ 276 +* (% style="color:#037691" %)**AT+CLIENT=CLIENT ** (%%) ~/~/Set up the CLIENT of MQTT 280 280 281 -* (% style="color:#037691" %)**AT+UNAME=UNAME **(%%)** **~/~/ 278 +* (% style="color:#037691" %)**AT+UNAME=UNAME **(%%)** **~/~/Set the username of MQTT 282 282 283 -* (% style="color:#037691" %)**AT+PWD=PWD **(%%)** **~/~/ 280 +* (% style="color:#037691" %)**AT+PWD=PWD **(%%)** **~/~/Set the password of MQTT 284 284 285 -* (% style="color:#037691" %)**AT+PUBTOPIC=NSE01_PUB **(%%)** **~/~/ 282 +* (% style="color:#037691" %)**AT+PUBTOPIC=NSE01_PUB **(%%)** **~/~/Set the sending topic of MQTT 286 286 287 -* (% style="color:#037691" %)**AT+SUBTOPIC=NSE01_SUB ** (%%) ~/~/ 284 +* (% style="color:#037691" %)**AT+SUBTOPIC=NSE01_SUB ** (%%) ~/~/Set the subscription topic of MQTT 288 288 289 289 [[image:image-20221021111058-12.png]] 290 290 291 - 292 292 [[image:image-20221021111201-16.png||height="472" width="653"]] 293 293 294 294 ... ... @@ -296,15 +296,14 @@ 296 296 MQTT protocol has a much higher power consumption compare with UDP / CoAP protocol. Please check the power analyze document and adjust the uplink period to a suitable interval. 297 297 298 298 299 - 300 300 === 2.2.7 Use TCP protocol to uplink data === 301 301 302 302 303 -(% style="color:blue" %)**AT Commands :**298 +(% style="color:blue" %)**AT Commands** 304 304 305 -* (% style="color:#037691" %)**AT+PRO=4 ** (%%) 300 +* (% style="color:#037691" %)**AT+PRO=4 ** (%%) ~/~/ Set to use TCP protocol to uplink 306 306 307 -* (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5600 ** (%%) ~/~/ 302 +* (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5600 ** (%%) ~/~/ Set TCP server address and port 308 308 309 309 [[image:image-20221021111125-14.png]] 310 310 ... ... @@ -312,7 +312,6 @@ 312 312 313 313 314 314 315 - 316 316 === 2.2.8 Change Update Interval === 317 317 318 318 ... ... @@ -322,10 +322,10 @@ 322 322 323 323 (% style="color:red" %)**NOTE:** 324 324 325 -1. By default, the device will send an uplink message every 1 hour. 319 +* 320 +** 321 +**1. By default, the device will send an uplink message every 1 hour. 326 326 327 - 328 - 329 329 == 2.3 Uplink Payload == 330 330 331 331 ... ... @@ -333,20 +333,17 @@ 333 333 334 334 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. 335 335 330 +|**Size(bytes)**|**8**|**2**|**2**|**1**|**1**|**1**|**1**|**1**|**3** 331 +|**Value**|[[Device ID>>path:#H2.4.1A0A0DeviceID]]|[[Ver>>path:#H2.4.2A0VersionInfo]]|[[BAT>>path:#H2.4.3A0BatteryInfo]]|[[Signal Strength>>path:#H2.4.4A0SignalStrength]]|MOD|[[ Calculate Flag>>path:#H2.4.8A0DigitalInterrupt]]|Contact Status|Alarm|Total pulse 336 336 337 -(% border="1.5" cellspacing="3" style="background-color:#ffffcc; color:green;width:510px" %)338 -| =(% scope="row" style="width: 96px;" %)**Size(bytes)**|(% style="width:84px" %)**8**|(% style="width:40px" %)**2**|(% style="width:44px" %)**2**|(% style="width:121px" %)**1**|(% style="width:52px" %)**1**|(% style="width:84px" %)**1**|(% style="width:116px" %)**1**|(%style="width:57px" %)**1**|(% style="width:91px" %)**3**339 -| =(% style="width: 96px;" %)**Value**|(%style="width:84px"%)[[Device ID>>||anchor="H2.4.1A0A0DeviceID"]]|(%style="width:40px" %)[[Ver>>||anchor="H2.4.2A0VersionInfo"]]|(%style="width:44px" %)[[BAT>>||anchor="H2.4.3A0BatteryInfo"]]|(% style="width:121px"%)[[Signal Strength>>||anchor="H2.4.4A0SignalStrength"]]|(%style="width:52px" %)MOD|(% style="width:84px" %)[[Calculate Flag>>||anchor="H2.4.5A0CalculateFlag"]]|(%style="width:116px"%)[[ContactStatus>>||anchor="H2.4.7A0ContactStatus"]]|(%style="width:57px" %)[[Alarm>>||anchor="H2.4.6A0Alarm"]]|(% style="width:91px" %)[[Totalpulse>>||anchor="H2.4.8A0Totalpulse"]]333 +(% style="width:1201px" %) 334 +|**3**|**4**|**1**|**3**|**1**|**3**|4|**8 group**|(% style="width:1px" %) 335 +|The last open duration|Time stamp|Contact Status|Total pulse|Calculate Flag|The last open duration|Time stamp|...|(% style="width:1px" %) 340 340 341 -(% border="1.5" cellspacing="3" style="background-color:#ffffcc; color:green; width:510px" %) 342 -|(% style="width:176px" %)**3**|(% style="width:98px" %)**4**|(% style="width:115px" %)**1**|(% style="width:92px" %)**3**|(% style="width:110px" %)**1**|(% style="width:169px" %)**3**|(% style="width:97px" %)4|(% style="width:74px" %)**8 group** 343 -|(% style="width:176px" %)[[The last open duration>>||anchor="H2.4.9A0Thelastopenduration"]]|(% style="width:98px" %)[[Time stamp>>||anchor="H2.4.10A0Timestamp"]]|(% style="width:115px" %)Contact Status|(% style="width:92px" %)Total pulse|(% style="width:110px" %)Calculate Flag|(% style="width:169px" %)The last open duration|(% style="width:97px" %)Time stamp|(% style="width:74px" %)... 344 - 345 345 If we use the MQTT client to subscribe to this MQTT topic, we can see the following information when the CPN01 uplink data. 346 346 347 347 [[image:image-20221021111201-16.png||height="572" width="792"]] 348 348 349 - 350 350 The payload is ASCII string, representative same HEX: 351 351 352 352 **0x (% style="color:red" %)f867787050213317 (% style="color:blue" %)0064 (% style="color:green" %) 0c78(% style="color:#00b0f0" %) 17(% style="color:#7030a0" %) 01(% style="color:#0020b0" %) 00 (% style="color:#420042" %)00 (% style="color:#660066" %)00 (% style="color:#aaaa40" %)09(% style="color:#663300" %) 02 (% style="color:#d60093" %)6315537b (% style="color:#660066" %)__01 00000b 02 0000026 63510fed__ (%%)__0100000e0200000263510f39__ __010000000000000063510e85__ __010000000000000063510d2e__ __010000000000000063510c7a__ __010000000000000063510bc6__ __010000000000000063510954__ __010000000000000063510882 __** ... ... @@ -353,31 +353,31 @@ 353 353 354 354 **where:** 355 355 356 - *(% style="color:#037691" %) **Device ID:**(%%) 0x f867787050213317 = f867787050213317347 +(% style="color:#037691" %) **Device ID:**(%%) 0x f867787050213317 = f867787050213317 357 357 358 - *(% style="color:#037691" %) **Version:**(%%) 0x0064=100=1.0.0349 +(% style="color:#037691" %) **Version:**(%%) 0x0064=100=1.0.0 359 359 360 - *(% style="color:#037691" %) **BAT:**(%%) 0x0c78 = 3192 mV = 3.192V351 +(% style="color:#037691" %) **BAT:**(%%) 0x0c78 = 3192 mV = 3.192V 361 361 362 - *(% style="color:#037691" %) **Singal: **(%%)0x17 = 23353 +(% style="color:#037691" %) **Singal: **(%%)0x17 = 23 363 363 364 - *(% style="color:#037691" %) **Mod:**(%%) 0x01 = 1355 +(% style="color:#037691" %) **Mod:**(%%) 0x01 = 1 365 365 366 - *(% style="color:#037691" %) **Calculate Flag:**(%%) 0x00=0357 +(% style="color:#037691" %) **Calculate Flag:**(%%) 0x00=0 367 367 368 - *(% style="color:#037691" %) **Contact Status:**(%%) 0x00=0359 +(% style="color:#037691" %) **Contact Status:**(%%) 0x00=0 369 369 370 - *(% style="color:#037691" %) **Alarm: **(%%)0x00 =0361 +(% style="color:#037691" %) **Alarm: **(%%)0x00 =0 371 371 372 - *(% style="color:#037691" %) **Total pulse: **(%%)0x09 =0363 +(% style="color:#037691" %) **Total pulse: **(%%)0x09 =0 373 373 374 - *(% style="color:#037691" %) **The last open duration: **(%%)0x02 =2365 +(% style="color:#037691" %) **The last open duration: **(%%)0x02 =2 375 375 376 - *(% style="color:#037691" %)** Time stamp :**(%%) 0x6315537b =1662342011 (Unix Time)367 +(% style="color:#037691" %)** Time stamp :**(%%) 0x6315537b =1662342011 (Unix Time) 377 377 378 - *(% style="color:#037691" %) **Contact Status, Total pulse, Calculate Flag, The last open duration ,Time stamp :**(%%) 01 00000b 02 000026 63510fed369 +(% style="color:#037691" %) **Contact Status, Total pulse, Calculate Flag, The last open duration ,Time stamp :**(%%) 01 00000b 02 000026 63510fed 379 379 380 - *(% style="color:#037691" %)**8 sets of recorded data: Contact Status, Total pulse, Calculate Flag, The last open duration ,Time stamp :**(%%) 0100000e0200002663510f39,.......371 +(% style="color:#037691" %)**8 sets of recorded data: Contact Status, Total pulse, Calculate Flag, The last open duration ,Time stamp :**(%%) 0100000e0200002663510f39,....... 381 381 382 382 383 383