Changes for page wiki_test

Last modified by Mengting Qiu on 2024/09/05 17:35

From version 86.8
edited by Xiaoling
on 2023/09/12 11:37
Change comment: There is no comment for this version
To version 86.6
edited by Xiaoling
on 2023/09/12 10:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -179,7 +179,7 @@
179 179  == 1.9 BLE connection ==
180 180  
181 181  
182 -DDS45-NB support BLE remote configure and firmware update.
182 +DDS20-NB support BLE remote configure and firmware update.
183 183  
184 184  
185 185  BLE can be used to configure the parameter of sensor or see the console output from sensor. BLE will be only activate on below case:
... ... @@ -250,7 +250,7 @@
250 250  There are two version: (% style="color:blue" %)**-GE**(%%) and (% style="color:blue" %)**-1D**(%%) version of DDS45-NB.
251 251  
252 252  
253 -(% style="color:blue" %)**GE Version**(%%): This version doesn't include SIM card or point to any IoT server. User needs to use AT Commands to configure below two steps to set DDS45-NB send data to IoT server.
253 +(% style="color:blue" %)**GE Version**(%%): This version doesn't include SIM card or point to any IoT server. User needs to use AT Commands to configure below two steps to set DDS20-NB send data to IoT server.
254 254  
255 255  * Install NB-IoT SIM card and configure APN. See instruction of [[Attach Network>>url:http://wiki.dragino.com/xwiki/bin/view/Main/General%20Configure%20to%20Connect%20to%20IoT%20server%20for%20-NB%20%26%20-NS%20NB-IoT%20models/#H2.AttachNetwork]].
256 256  
... ... @@ -280,13 +280,13 @@
280 280  [[image:image-20230819113244-11.png||height="141" width="367"]]
281 281  )))|(% style="width:170px" %)
282 282  
283 -(% style="color:blue" %)**1D Version**(%%): This version has 1NCE SIM card pre-installed and configure to send value to DataCake. User Just need to select the sensor type in DataCake and Activate DDS45-NB and user will be able to see data in DataCake. See here for [[DataCake Config Instruction>>url:http://wiki.dragino.com/xwiki/bin/view/Main/General%20Configure%20to%20Connect%20to%20IoT%20server%20for%20-NB%20%26%20-NS%20NB-IoT%20models/#H3.4Datacake]].
283 +(% style="color:blue" %)**1D Version**(%%): This version has 1NCE SIM card pre-installed and configure to send value to DataCake. User Just need to select the sensor type in DataCake and Activate DDS20-NB and user will be able to see data in DataCake. See here for [[DataCake Config Instruction>>url:http://wiki.dragino.com/xwiki/bin/view/Main/General%20Configure%20to%20Connect%20to%20IoT%20server%20for%20-NB%20%26%20-NS%20NB-IoT%20models/#H3.4Datacake]].
284 284  
285 285  
286 286  == 2.2 ​Payload Types ==
287 287  
288 288  
289 -To meet different server requirement, DDS45-NB supports different payload type.
289 +To meet different server requirement, DDS20-NB supports different payload type.
290 290  
291 291  **Includes:**
292 292  
... ... @@ -312,7 +312,7 @@
312 312  
313 313  This is the General Json Format. As below:
314 314  
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 +(% style="color:#4472c4" %)**{"IMEI":866207053462762,"temperature":29.2,"humidity":54.2,"battery":3.27,"signal":24,"Model":DDS20-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}}**
316 316  
317 317  
318 318  (% style="color:red" %)**Notice, from above payload:**
... ... @@ -335,7 +335,7 @@
335 335  
336 336  These bytes include the hardware and software version.
337 337  
338 -(% style="color:#037691" %)**Higher byte:**(%%) Specify Sensor Model: 0x00 for DDS45-NB
338 +(% style="color:#037691" %)**Higher byte:**(%%) Specify Sensor Model: 0x00 for DDS20-NB
339 339  
340 340  (% style="color:#037691" %)**Lower byte:**(%%) Specify the software version: 0x64=100, means firmware version 100
341 341  
... ... @@ -393,7 +393,7 @@
393 393  
394 394  
395 395  (((
396 -DDS45-NB will uplink payload via LoRaWAN with below payload format: 
396 +DDS20-NB will uplink payload via LoRaWAN with below payload format: 
397 397  )))
398 398  
399 399  (((
... ... @@ -415,7 +415,7 @@
415 415  === 2.3.1  Battery Info ===
416 416  
417 417  
418 -Check the battery voltage for DDS45-NB.
418 +Check the battery voltage for DDS20-NB.
419 419  
420 420  Ex1: 0x0B45 = 2885mV
421 421  
... ... @@ -426,22 +426,19 @@
426 426  
427 427  
428 428  (((
429 -Get the distance. Flat object range 30mm - 4500mm.
429 +Get the distance. Flat object range 20mm - 2000mm.
430 430  )))
431 431  
432 432  (((
433 -For example, if the data you get from the register is **0x0B 0x05**, the distance between the sensor and the measured object is(% style="color:#4472c4" %)** **
433 +For example, if the data you get from the register is **0x06 0x05**, the distance between the sensor and the measured object is(% style="color:#4472c4" %)** **
434 434  
435 -(% style="color:blue" %)**0B05(H) = 2821 (D) = 2821 mm.**
435 +(% style="color:blue" %)**0605(H) = 1541 (D) = 1541 mm.**
436 436  )))
437 437  
438 438  * If the sensor value is 0x0000, it means system doesn't detect ultrasonic sensor.
439 439  
440 -* If the sensor value lower than 0x001E (30mm), the sensor value will be 0x00.
440 +* If the sensor value lower than 0x0014 (20mm), the sensor value will be invalid.
441 441  
442 -
443 -
444 -
445 445  === 2.3.3  Interrupt Pin ===
446 446  
447 447  
... ... @@ -494,7 +494,7 @@
494 494  == 2.5 Multi-Samplings and One uplink ==
495 495  
496 496  
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:
494 +To save battery life, DDS20-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:
498 498  
499 499  * (% 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)
500 500  
... ... @@ -508,7 +508,7 @@
508 508  == 2.6 Trggier an uplink by external interrupt ==
509 509  
510 510  
511 -DDS45-NB has an external trigger interrupt function. Users can use the PB15 pin to trigger the upload of data packets.
508 +DDS20-NB has an external trigger interrupt function. Users can use the PB15 pin to trigger the upload of data packets.
512 512  
513 513  (% style="color:blue" %)**AT command:**
514 514  
... ... @@ -522,12 +522,12 @@
522 522  
523 523  * (% style="color:#037691" %)**AT+INTMOD=3  **(%%) ~/~/ Trigger by rising edge
524 524  
525 -= 3. Configure DDS45-NB =
522 += 3. Configure DDS20-NB =
526 526  
527 527  == 3.1 Configure Methods ==
528 528  
529 529  
530 -DDS45-NB supports below configure method:
527 +DDS20-NB supports below configure method:
531 531  
532 532  * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]].
533 533  
... ... @@ -616,7 +616,7 @@
616 616  = 4. Battery & Power Consumption =
617 617  
618 618  
619 -DDS45-NB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
616 +DDS20-NB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
620 620  
621 621  [[**Battery Info & Power Consumption Analyze**>>http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] .
622 622  
... ... @@ -638,9 +638,6 @@
638 638  
639 639  * 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]]**.
640 640  
641 -
642 -
643 -
644 644  = 6. FAQ =
645 645  
646 646  == 6.1 How can I access t BC660K-GL AT Commands? ==
... ... @@ -651,49 +651,23 @@
651 651  [[See BC660K-GL AT Command set>>url:https://www.dropbox.com/sh/5f6ssda5fum8rvs/AABT68l8ZzWOvZ5eg2qwOoFda?dl=0]]
652 652  
653 653  
654 -== 6.2 Can I use DDS45-NB in condensation environment? ==
648 += 7.  Trouble Shooting =
655 655  
650 +== 7.1  Why i always see 0x0000 or 0 for the distance value? ==
656 656  
657 -DDS45-NB is not suitable to be used in condensation environment. Condensation on the DDS45-NB probe will affect the reading and always got 0.
658 658  
653 +(((
654 +DDS20-NB has a strict [[**installation requirement**>>||anchor="H1.5A0InstallDDS20-NB"]]. Please make sure the installation method exactly follows up with the installation requirement. Otherwise, the reading might be always 0x00.
659 659  
660 -= 7. Trouble Shooting =
656 +If you have followed the instruction requirement exactly but still see the 0x00 reading issue, please. please double-check the decoder, you can check the raw payload to verify.
661 661  
662 -== 7.1 Why does the sensor reading show 0 or "No sensor" ==
658 +
659 +)))
663 663  
664 -
665 -~1. The measurement object is very close to the sensor, but in the blind spot of the sensor.
666 -
667 -2. Sensor wiring is disconnected
668 -
669 -3. Not using the correct decoder
670 -
671 -
672 -== 7.2 Abnormal readings The gap between multiple readings is too large or the gap between the readings and the actual value is too large ==
673 -
674 -
675 -1) Please check if there is something on the probe affecting its measurement (condensed water, volatile oil, etc.)
676 -
677 -2) Does it change with temperature, temperature will affect its measurement
678 -
679 -3) If abnormal data occurs, you can turn on DEBUG mode, Please use downlink or AT COMMAN to enter DEBUG mode.
680 -
681 -downlink command: (% style="color:blue" %)**F1 01**(%%), AT command: (% style="color:blue" %)**AT+DDEBUG=1**
682 -
683 -4) After entering the debug mode, it will send 20 pieces of data at a time, and you can send its uplink to us for analysis
684 -
685 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDDS75%20-%20LoRaWAN%20Distance%20Detection%20Sensor%20User%20Manual/WebHome/image-20230113135125-2.png?width=1057&height=136&rev=1.1||alt="image-20230113135125-2.png"]]
686 -
687 -
688 -Its original payload will be longer than other data. Even though it is being parsed, it can be seen that it is abnormal data.
689 -
690 -Please send the data to us for check.
691 -
692 -
693 693  = 8. Order Info =
694 694  
695 695  
696 -Part Number: (% style="color:blue" %)**DDS45-NB-XX**
664 +Part Number: (% style="color:blue" %)**DDS20-NB-XX**
697 697  
698 698  (% style="color:red" %)**XX**(%%):
699 699  
... ... @@ -709,7 +709,7 @@
709 709  
710 710  (% style="color:#037691" %)**Package Includes**:
711 711  
712 -* DDS450-NB NB-IoT Distance Detection sensor x 1
680 +* DDS20-NB NB-IoT Ultrasonic liquid level sensor x 1
713 713  
714 714  * External antenna x 1
715 715  
... ... @@ -723,9 +723,6 @@
723 723  
724 724  * Weight / pcs : 180g
725 725  
726 -
727 -
728 -
729 729  = 10. Support =
730 730  
731 731