Changes for page LMDS200 -- LoRaWAN Microwave Radar Distance Sensor User Manual
Last modified by Mengting Qiu on 2025/08/06 17:02
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -362,8 +362,6 @@ 362 362 * If the sensor value is 0x0000, it means system doesn't detect ultrasonic sensor. 363 363 * If the sensor value lower than 0x0014 (20mm), the sensor value will be invalid. 364 364 365 - 366 - 367 367 === 2.3.3 Interrupt Pin === 368 368 369 369 This data field shows if this packet is generated by interrupt or not. [[Click here>>||anchor="H3.2A0SetInterruptMode"]] for the hardware and software set up. ... ... @@ -407,7 +407,7 @@ 407 407 While using TTN network, you can add the payload format to decode the payload. 408 408 409 409 410 -[[image:165 4850829385-439.png]]408 +[[image:1655261164557-670.png]] 411 411 412 412 The payload decoder function for TTN V3 is here: 413 413 ... ... @@ -495,8 +495,6 @@ 495 495 * Solid ON for 5 seconds once device successful Join the network. 496 496 * Blink once when device transmit a packet. 497 497 498 - 499 - 500 500 == 2.7 Firmware Change Log == 501 501 502 502 ... ... @@ -593,46 +593,121 @@ 593 593 594 594 595 595 ((( 596 -In the PC, you need to set the serial baud rate to (% style="color:green" %)**9600**(%%) to access the serial console for LDDS 75. LDDS75will output system info once power on as below:592 +In the PC, you need to set the serial baud rate to (% style="color:green" %)**9600**(%%) to access the serial console for LDDS20. LDDS20 will output system info once power on as below: 597 597 ))) 598 598 599 599 600 600 [[image:image-20220610172924-6.png||height="601" width="860"]] 601 601 598 +Below are the available commands, a more detailed AT Command manual can be found at [[AT Command Manual>>https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/]]. 602 602 603 603 604 - ==3.2SetTransmitIntervalTime==601 +AT+<CMD>? : Help on <CMD> 605 605 606 - Feature:ChangeLoRaWANEndNodeTransmitInterval.603 +AT+<CMD> : Run <CMD> 607 607 608 - (% style="color:#037691" %)**ATommand:AT+TDC**605 +AT+<CMD>=<value> : Set the value 609 609 610 - [[image:image-20220610173409-7.png]]607 +AT+<CMD>=? : Get the value 611 611 612 612 613 -((( 614 -(% style="color:#037691" %)**Downlink Command: 0x01** 615 -))) 610 +(% style="color:#037691" %)** General Commands :** 616 616 617 -((( 618 -((( 619 -Format: Command Code (0x01) followed by 3 bytes time value. 612 +AT : Attention 620 620 621 -((( 622 -If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01. 623 -))) 614 +AT? : Short Help 624 624 625 -* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 626 -* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 627 -))) 628 -))) 616 +ATZ : MCU Reset 629 629 618 +AT+TDC : Application Data Transmission Interval 630 630 631 631 621 +(% style="color:#037691" %)** Keys, IDs and EUIs management :** 632 632 623 +AT+APPEUI : Application EUI 633 633 634 - ==3.3SetInterruptMode==625 +AT+APPKEY : Application Key 635 635 627 +AT+APPSKEY : Application Session Key 628 + 629 +AT+DADDR : Device Address 630 + 631 +AT+DEUI : Device EUI 632 + 633 +AT+NWKID : Network ID (You can enter this command change only after successful network connection) 634 + 635 +AT+NWKSKEY : Network Session Key Joining and sending date on LoRa network 636 + 637 +AT+CFM : Confirm Mode 638 + 639 +AT+CFS : Confirm Status 640 + 641 +AT+JOIN : Join LoRa? Network 642 + 643 +AT+NJM : LoRa? Network Join Mode 644 + 645 +AT+NJS : LoRa? Network Join Status 646 + 647 +AT+RECV : Print Last Received Data in Raw Format 648 + 649 +AT+RECVB : Print Last Received Data in Binary Format 650 + 651 +AT+SEND : Send Text Data 652 + 653 +AT+SENB : Send Hexadecimal Data 654 + 655 + 656 +(% style="color:#037691" %)** LoRa Network Management :** 657 + 658 +AT+ADR : Adaptive Rate 659 + 660 +AT+CLASS : LoRa Class(Currently only support class A 661 + 662 +AT+DCS : Duty Cycle Setting 663 + 664 +AT+DR : Data Rate (Can Only be Modified after ADR=0) 665 + 666 +AT+FCD : Frame Counter Downlink 667 + 668 +AT+FCU : Frame Counter Uplink 669 + 670 +AT+JN1DL : Join Accept Delay1 671 + 672 +AT+JN2DL : Join Accept Delay2 673 + 674 +AT+PNM : Public Network Mode 675 + 676 +AT+RX1DL : Receive Delay1 677 + 678 +AT+RX2DL : Receive Delay2 679 + 680 +AT+RX2DR : Rx2 Window Data Rate 681 + 682 +AT+RX2FQ : Rx2 Window Frequency 683 + 684 +AT+TXP : Transmit Power 685 + 686 + 687 +(% style="color:#037691" %)** Information :** 688 + 689 +AT+RSSI : RSSI of the Last Received Packet 690 + 691 +AT+SNR : SNR of the Last Received Packet 692 + 693 +AT+VER : Image Version and Frequency Band 694 + 695 +AT+FDR : Factory Data Reset 696 + 697 +AT+PORT : Application Port 698 + 699 +AT+CHS : Get or Set Frequency (Unit: Hz) for Single Channel Mode 700 + 701 + AT+CHE : Get or Set eight channels mode, Only for US915, AU915, CN470 702 + 703 + 704 + 705 +== 3.2 Set Interrupt Mode == 706 + 636 636 Feature, Set Interrupt mode for GPIO_EXIT. 637 637 638 638 (% style="color:#037691" %)**Downlink Command: AT+INTMOD** ... ... @@ -651,17 +651,18 @@ 651 651 * Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode 652 652 * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger 653 653 725 + 654 654 = 4. FAQ = 655 655 656 -== 4.1 What is the frequency plan for LDDS 75? ==728 +== 4.1 What is the frequency plan for LDDS20? == 657 657 658 -LDDS 75use the same frequency as other Dragino products. User can see the detail from this link: [[Introduction>>doc:Main.End Device Frequency Band.WebHome||anchor="H1.Introduction"]]730 +LDDS20 use the same frequency as other Dragino products. User can see the detail from this link: [[Introduction>>doc:Main.End Device Frequency Band.WebHome||anchor="H1.Introduction"]] 659 659 660 660 661 661 662 662 == 4.2 How to change the LoRa Frequency Bands/Region == 663 663 664 -You can follow the instructions for [[how to upgrade image>>||anchor="H2. 8A0200BFirmwareChangeLog"]].736 +You can follow the instructions for [[how to upgrade image>>||anchor="H2.7A0200BFirmwareChangeLog"]]. 665 665 When downloading the images, choose the required image file for download. 666 666 667 667
- 1655261164557-670.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +59.2 KB - Content