Changes for page wiki_test
Last modified by Mengting Qiu on 2024/09/05 17:35
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 3 removed)
Details
- Page properties
-
- Content
-
... ... @@ -148,6 +148,7 @@ 148 148 * Sewer 149 149 * Bottom water level monitoring 150 150 151 + 151 151 == 1.7 Sleep mode and working mode == 152 152 153 153 ... ... @@ -311,17 +311,14 @@ 311 311 312 312 This is the General Json Format. As below: 313 313 314 -(% style="color:#4472c4" %)**{"IMEI": "866207058378443","Model":"DDS45-NB","distance":217,"battery":3.54,"signal":24,"1":{221,2023/09/20 09:47:01},"2":{0,2023/09/20 09:15:04},"3":{0,2023/09/20 09:00:04},"4":{0,2023/09/20 08:45:03},"5":{0,2023/09/20 08:30:03},"6":{0,2023/09/20 08:15:03},"7":{0,2023/09/20 08:00:04},"8":{0,2023/09/20 07:45:04}}**315 +(% style="color:#4472c4" %)**{"IMEI":866207053462762,"temperature":29.2,"humidity":54.2,"battery":3.27,"signal":24,"Model":DDS45-NB, "1":{28.2,48.3,2023/08/10 08:00:37},"2":{28.1,49.1,2023/08/10 07:57:37},"3":{28.1,48.5,2023/08/10 07:54:37},"4":{28.2,48.6,2023/08/10 07:51:37},"5":{28.1,48.9,2023/08/10 07:48:37},"6":{28.2,48.8,2023/08/10 07:45:37},"7":{28.2,48.8,2023/08/10 07:42:37},"8":{28.0,48.8,2023/08/10 07:39:37}}** 315 315 316 316 317 -[[image:image-20230920175015-3.png||height="627" width="911"]] 318 - 319 - 320 320 (% style="color:red" %)**Notice, from above payload:** 321 321 322 -* Distance , Battery & Signal are the value at uplink time.320 +* Temperature , Humidity , Battery & Signal are the value at uplink time. 323 323 324 -* Json entry 1 ~~ 8 are the last 1 ~~ 8 sampling data as specify by (% style="color:#037691" %)**AT+NOUD=8 ** (%%)Command. Each entry includes (from left to right): Distance, Sampling time.322 +* Json entry 1 ~~ 8 are the last 1 ~~ 8 sampling data as specify by (% style="color:#037691" %)**AT+NOUD=8 ** (%%)Command. Each entry includes (from left to right): Temperature, Humidity, Sampling time. 325 325 326 326 === 2.2.2 HEX format Payload(Type~=0) === 327 327 ... ... @@ -328,28 +328,23 @@ 328 328 329 329 This is the HEX Format. As below: 330 330 331 -(% style="color:#4472c4" %)**f86620705 83784430b640dda15010003a4650abc400000650ab8180000650ab4940000650ab10f0000650aad8b0000650aaa070000650aa6840000650aa3000000650a9308**329 +(% style="color:#4472c4" %)**f86620705346276200640cba16010000000011011801e864d49c2d011a01e364d49925011901eb64d49871011901e564d497bd011a01e664d49709011901e964d49655011a01e864d495a1011a01e864d494ed011801e864d49439** 332 332 333 -[[image: image-20230920172200-1.png||height="191" width="1047"]]331 +[[image:1692424009971-458.png]] 334 334 335 335 336 -If we use the MQTT client to subscribe to this MQTT topic, we can see the following information when the NB sensor uplink data. 337 - 338 -[[image:image-20230920173352-2.png||height="647" width="936"]] 339 - 340 - 341 341 (% style="color:blue" %)**Version:** 342 342 343 343 These bytes include the hardware and software version. 344 344 345 -(% style="color:#037691" %)**Higher byte:**(%%) Specify Sensor Model: 0x0 bfor DDS45-NB338 +(% style="color:#037691" %)**Higher byte:**(%%) Specify Sensor Model: 0x00 for DDS45-NB 346 346 347 -(% style="color:#037691" %)**Lower byte:**(%%) Specify the software version: 0x64=100, means firmware version 1 .0.0340 +(% style="color:#037691" %)**Lower byte:**(%%) Specify the software version: 0x64=100, means firmware version 100 348 348 349 349 350 350 (% style="color:blue" %)**BAT (Battery Info):** 351 351 352 -Ex1: 0x0 dda= 3546mV345 +Ex1: 0x0CBA = 3258mV 353 353 354 354 355 355 (% style="color:blue" %)**Signal Strength:** ... ... @@ -356,7 +356,7 @@ 356 356 357 357 NB-IoT Network signal Strength. 358 358 359 -**Ex1: 0x1 5= 21**352 +**Ex1: 0x16 = 22** 360 360 361 361 **0** -113dBm or less 362 362 ... ... @@ -369,18 +369,13 @@ 369 369 **99** Not known or not detectable 370 370 371 371 372 -(% style="color:blue" %)** Distance: **365 +(% style="color:blue" %)**TimeStamp: ** 373 373 374 -Ex 1:0x03a4 = 932 mm367 +Unit TimeStamp Example: 64d49439(H) = 1691653177(D) 375 375 369 +Put the decimal value into this link(https:~/~/www.epochconverter.com/) to get the time. 376 376 377 -(% style="color:blue" %)**Timestamp: ** 378 378 379 -Unit Timestamp Example: 650abc40(H) = 1695202368(D) 380 - 381 -Put the decimal value into this link([[https:~~/~~/www.epochconverter.com)>>https://www.epochconverter.com]]) to get the time. 382 - 383 - 384 384 === 2.2.3 ThingsBoard Payload(Type~=3) === 385 385 386 386 ... ... @@ -394,7 +394,7 @@ 394 394 395 395 This payload meets ThingSpeak platform requirement. It includes only four fields. Form 1~~4 are: 396 396 397 - Distance, Battery & Signal. This payload type only valid for ThingsSpeak Platform385 +Temperature, Humidity, Battery & Signal. This payload type only valid for ThingsSpeak Platform 398 398 399 399 As below: 400 400 ... ... @@ -451,6 +451,9 @@ 451 451 452 452 * If the sensor value lower than 0x001E (30mm), the sensor value will be 0x00. 453 453 442 + 443 + 444 + 454 454 === 2.3.3 Interrupt Pin === 455 455 456 456 ... ... @@ -503,7 +503,7 @@ 503 503 == 2.5 Multi-Samplings and One uplink == 504 504 505 505 506 -To save battery life, DDS45-NB will sample Distance data every 15 minutes and send one uplink every 2 hours. So each uplink it will include 8 stored data + 1 real-time data. They are defined by:497 +To save battery life, DDS45-NB will sample temperature & humidity data every 15 minutes and send one uplink every 2 hours. So each uplink it will include 8 stored data + 1 real-time data. They are defined by: 507 507 508 508 * (% style="color:#037691" %)**AT+TR=900** (%%) ~/~/ The unit is seconds, and the default is to record data once every 900 seconds (15 minutes, the minimum can be set to 180 seconds) 509 509 ... ... @@ -542,6 +542,9 @@ 542 542 543 543 * AT Command via UART Connection : See [[UART Connection>>http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H2.3UARTConnectionforSN50v3basemotherboard]]. 544 544 536 + 537 + 538 + 545 545 == 3.2 AT Commands Set == 546 546 547 547 ... ... @@ -647,6 +647,9 @@ 647 647 648 648 * Update through UART TTL interface : **[[Instruction>>url:http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]]**. 649 649 644 + 645 + 646 + 650 650 = 6. FAQ = 651 651 652 652 == 6.1 How can I access t BC660K-GL AT Commands? == ... ... @@ -715,7 +715,7 @@ 715 715 716 716 (% style="color:#037691" %)**Package Includes**: 717 717 718 -* DDS45-NB NB-IoT Distance Detection sensor x 1 715 +* DDS450-NB NB-IoT Distance Detection sensor x 1 719 719 720 720 * External antenna x 1 721 721 ... ... @@ -729,6 +729,9 @@ 729 729 730 730 * Weight / pcs : 180g 731 731 729 + 730 + 731 + 732 732 = 10. Support = 733 733 734 734
- image-20230920172200-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.ting - Size
-
... ... @@ -1,1 +1,0 @@ 1 -37.9 KB - Content
- image-20230920173352-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.ting - Size
-
... ... @@ -1,1 +1,0 @@ 1 -63.7 KB - Content
- image-20230920175015-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.ting - Size
-
... ... @@ -1,1 +1,0 @@ 1 -76.6 KB - Content