<
From version < 81.2 >
edited by Xiaoling
on 2022/12/07 18:05
To version < 83.1 >
edited by Xiaoling
on 2022/12/08 09:07
>
Change comment: Uploaded new attachment "image-20221208090742-1.png", version {1}

Summary

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 Radar probe specification ==
56 56  
57 57  
... ... @@ -65,7 +65,6 @@
65 65  * Vertical Angel: 23°
66 66  
67 67  
68 -
69 69  == 1.4  Storage Temperature ==
70 70  
71 71  
... ... @@ -89,7 +89,6 @@
89 89  * Sewer
90 90  * Bottom water level monitoring
91 91  
92 -
93 93  == 1.6  Specification ==
94 94  
95 95  
... ... @@ -107,7 +107,6 @@
107 107  * B20 @H-FDD: 800MHz
108 108  * B28 @H-FDD: 700MHz
109 109  
110 -
111 111  == 1.7  Installation ==
112 112  
113 113  
... ... @@ -344,7 +344,6 @@
344 344  * (% style="color:#037691" %)**Timestamp: **(%%)0x6390453d =1670399293 (Unix Time)
345 345  
346 346  
347 -
348 348  == 2.4  Payload Explanation and Sensor Interface ==
349 349  
350 350  === 2.4.1  Device ID ===
... ... @@ -402,16 +402,16 @@
402 402  
403 403  [[image:1670407401682-959.png]]
404 404  
405 -**(% style="color:blue" %)Object1 Distance:**
400 +(% style="color:blue" %)**Object1 Distance:**
406 406  
407 407  Distance between sensor probe to the first object. (unit: cm)
408 408  
409 409  For example, if the data you get from the register is 0x02 0x05, the distance between the sensor and the measured object is
410 410  
411 -**(% style="color:blue" %)0205(H) = 517 (D) = 517 cm.**
406 +(% style="color:blue" %)**0205(H) = 517 (D) = 517 cm.**
412 412  
413 413  
414 -**(% style="color:blue" %)Object2 Distance:**
409 +(% style="color:blue" %)**Object2 Distance:**
415 415  
416 416  Distance between sensor probe to the second object. (unit: cm)
417 417  
... ... @@ -425,7 +425,7 @@
425 425  == 2.5  Downlink Payload ==
426 426  
427 427  
428 -By default, NDS03A prints the downlink payload to console port.
423 +By default, NMDS200 prints the downlink payload to console port.
429 429  
430 430  [[image:image-20221021111414-18.png]] ​
431 431  
... ... @@ -442,7 +442,7 @@
442 442  
443 443  * (% style="color:#037691" %)**Reset**
444 444  
445 -If payload = 0x04FF, it will reset the NDS03A
440 +If payload = 0x04FF, it will reset the NMDS200
446 446  
447 447  * (% style="color:#037691" %)**INTMOD**
448 448  
... ... @@ -452,112 +452,34 @@
452 452  == 2.6  ​LED Indicator ==
453 453  
454 454  
455 -The NDS03A has an internal LED which is to show the status of different states.
450 +The NMDS200 has an internal LED which is to show the status of different states.
456 456  
457 457  * When the device starts normally, the LED will light up for 1 second.
458 458  * After NDS03A join NB-IoT network. The LED will be ON for 3 seconds.
459 459  * For each uplink probe, LED will be on for 500ms.
460 460  
461 -== 2.7  Alarm Base on Timeout ==
462 462  
463 463  
464 -NDS03A can monitor the timeout for a status change, this feature can be used to monitor some events such as door opening too long etc. Related Parameters are:
458 +== 2.7  Distance alarm function ==
465 465  
466 466  
467 -(% style="color:blue" %)**1. Keep Status: Status to be monitor**
461 +(% style="color:blue" %)**AT Command: AT+ALARM1=min,max**
468 468  
469 -Keep Status = 1: Monitor Close to Open event
463 +**Example 1:**
470 470  
471 -Keep Status = 0: Monitor Open to Close event
465 +AT+ ALARM1 =60,200  ~/~/ Alarm when moisture lower than 60.
472 472  
467 +AT+ ALARM2 =min,max
473 473  
474 -(% style="color:blue" %)**2. Keep Time: Timeout to send an Alarm**
475 475  
476 -Range 0 ~~ 65535(0xFFFF) seconds.
470 +**Example 2:**
477 477  
478 -If keep time = 0, Disable Alarm Base on Timeout feature.
472 +AT+ ALARM2 =200,1500  ~/~/ Alarm when temperature lower than 1500
479 479  
480 -If keep time > 0, device will monitor the keep status event and send an alarm when status doesn't change after timeout.
481 481  
475 +== 2.8  Set the number of data to be uploaded and the recording time ==
482 482  
483 -(% style="color:blue" %)**AT Command to configure:**
484 484  
485 -(% style="color:blue" %)**PB14 PIN:**
486 -
487 -(% style="color:#037691" %)**AT+TTRIG=1,30** (%%) **~-~->**  When the **Keep Status** change from connected to disconnect, and device remains in disconnect status for more than 30 seconds. NDS03A will send an uplink packet, the [[Alarm bit>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/#H2.3.3Real-TimeOpen2FCloseStatus2CUplinkFPORT3D2]] (the second bit of 1^^st^^ byte of payload) on this uplink packet is set to 1.
488 -
489 -(% style="color:#037691" %)**AT+TTRIG=0,0 ** (%%) **~-~->** Default Value, disable timeout Alarm.
490 -
491 -
492 -(% style="color:blue" %)**PB15 PIN:**
493 -
494 -(% style="color:#037691" %)**AT+TTRIG2=1,30**
495 -
496 -(% style="color:#037691" %)**AT+TTRIG2=0,0 **
497 -
498 -
499 -== 2.8  Set debug mode ==
500 -
501 -
502 -Feature: Enable or Disable debug mode
503 -
504 -(% style="color:blue" %)**AT Command: AT+DEBUG**
505 -
506 -[[image:image-20221021111629-21.png]]
507 -
508 -
509 -
510 -== 2.9  Clear Flash Record ==
511 -
512 -
513 -Feature: Clear flash storage for data log feature.
514 -
515 -(% style="color:blue" %)**AT Command: AT+CLRDTA**
516 -
517 -[[image:image-20221021111527-19.png]]
518 -
519 -
520 -== 2.10  Count Mod ==
521 -
522 -
523 -(% style="color:blue" %)**AT Command: AT+COUNTMOD**
524 -
525 -[[image:image-20221118092935-1.png]]
526 -
527 -
528 -== 2.11  Interrupt Pin Channel Mod ==
529 -
530 -
531 -(% style="color:blue" %)**AT Command: AT+TTRCHANNEL**
532 -
533 -[[image:image-20221118093144-2.png]]
534 -
535 -
536 -== 2.12 TTRIG1/2 timeout status alarm ==
537 -
538 -
539 -It needs to be used with AT+TTRIG1 or AT+TTRIG2. When TTRIG1 or TTRIG2 times out and causes an alarm, and the status does not change subsequently, an alarm packet will be sent at the alarm interval.
540 -
541 -(% style="color:blue" %)**AT Command: AT+TTRALARM**
542 -
543 -[[image:image-20221118093512-3.png]]
544 -
545 -
546 -== 2.13  Select counting mode ==
547 -
548 -
549 -(% style="color:blue" %)**AT Command: AT+TTRMODx=a,b**
550 -
551 -When (% style="color:red" %)**a=0**(%%), the door is opened to count, and when (% style="color:red" %)**a=1**(%%),the closed door is counted.
552 -
553 -When (% style="color:red" %)**b=0**(%%), it is the last door open duration, and when (% style="color:red" %)**b=1**(%%),the last door close duration.
554 -
555 -[[image:image-20221118093658-4.png]]
556 -
557 -
558 -== 2.14  Set the number of data to be uploaded and the recording time ==
559 -
560 -
561 561  (% style="color:blue" %)**AT Command:**
562 562  
563 563  (% 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)
... ... @@ -565,7 +565,7 @@
565 565  (% style="color:#037691" %)**AT+NOUD=8**(%%)** ** ~/~/  The device uploads 0 sets of recorded data by default. Up to 32 sets of record data can be uploaded.
566 566  
567 567  
568 -== 2.15  Read or Clear cached data ==
485 +== 2.9  Read or Clear cached data ==
569 569  
570 570  
571 571  (% style="color:blue" %)**AT Command:**
... ... @@ -574,10 +574,10 @@
574 574  
575 575  (% style="color:#037691" %)**AT+CDP=0**  (%%) ~/~/ Clear cached data ​
576 576  
577 -[[image:image-20221118094227-5.png]]
494 +[[image:1670408172929-569.png]]
578 578  
579 579  
580 -== 2.16  ​Firmware Change Log ==
497 +== 2.10  ​Firmware Change Log ==
581 581  
582 582  
583 583  Download URL & Firmware Change log: [[https:~~/~~/www.dropbox.com/sh/hacq385w6qgnonr/AAC3D79GFGF1JdZUIzNegn2Ha?dl=0>>https://www.dropbox.com/sh/hacq385w6qgnonr/AAC3D79GFGF1JdZUIzNegn2Ha?dl=0]]
... ... @@ -585,12 +585,12 @@
585 585  Upgrade Instruction: [[Upgrade Firmware>>||anchor="H5.1200BHowtoUpgradeFirmware"]]
586 586  
587 587  
588 -== 2.17  ​Battery Analysis ==
505 +== 2.11  ​Battery Analysis ==
589 589  
590 -=== 2.17.1  ​Battery Type ===
507 +=== 2.11.1  ​Battery Type ===
591 591  
592 592  
593 -The NDS03A battery is a combination of an 8500mAh Li/SOCI2 Battery and a Super Capacitor. The battery is non-rechargeable battery type with a low discharge rate (<2% per year). This type of battery is commonly used in IoT devices such as water meter.
510 +The NMDS200 battery is a combination of an 8500mAh Li/SOCI2 Battery and a Super Capacitor. The battery is non-rechargeable battery type with a low discharge rate (<2% per year). This type of battery is commonly used in IoT devices such as water meter.
594 594  
595 595  The battery is designed to last for several years depends on the actual use environment and update interval. 
596 596  
... ... @@ -605,7 +605,7 @@
605 605  [[image:image-20221021111911-26.png]] ​
606 606  
607 607  
608 -=== 2.17.2  Power consumption Analyze ===
525 +=== 2.11.2  Power consumption Analyze ===
609 609  
610 610  
611 611  Dragino battery powered product are all runs in Low Power mode. We have an update battery calculator which base on the measurement of the real device. User can use this calculator to check the battery life and calculate the battery life if want to use different transmit interval.
... ... @@ -627,16 +627,16 @@
627 627  [[image:1666596205057-567.png]] ​
628 628  
629 629  
630 -=== 2.17.3  ​Battery Note ===
547 +=== 2.11.3  ​Battery Note ===
631 631  
632 632  
633 633  The Li-SICO battery is designed for small current / long period application. It is not good to use a high current, short period transmit method. The recommended minimum period for use of this battery is 5 minutes. If you use a shorter period time to transmit LoRa, then the battery life may be decreased.
634 634  
635 635  
636 -=== 2.17.4  Replace the battery ===
553 +=== 2.11.4  Replace the battery ===
637 637  
638 638  
639 -The default battery pack of NDS03A includes a ER26500 plus super capacitor. If user can't find this pack locally, they can find ER26500 or equivalence without the SPC1520 capacitor, which will also work in most case. The SPC can enlarge the battery life for high frequency use (update period below 5 minutes).
556 +The default battery pack of NMDS200 includes a ER26500 plus super capacitor. If user can't find this pack locally, they can find ER26500 or equivalence without the SPC1520 capacitor, which will also work in most case. The SPC can enlarge the battery life for high frequency use (update period below 5 minutes).
640 640  
641 641  
642 642  = 3. ​ Access NB-IoT Module =
1670408172929-569.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +211.8 KB
Content
image-20221208090742-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +79.7 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0