image-20220615144725-2.jpeg

Table of Contents:

1.  Introduction

1.1 ​ What is LMDS200 Microwave Radar DistanceSensor

 

The Dragino LMDS200 is a LoRaWAN Microwave Radar distance sensor. It uses 24Ghz Microwave to detect the distance between sensor and different objects. Compare vs ultrasonic or Lidar measurement method, Microwave Radar is more reliable for condensation / dusty environment. It can sense correct distance even there is water or thick dust on top of the sensor.

 

The LMDS200 can be applied to scenarios such as horizontal distance measurement, parking management system, object proximity and presence detection, intelligent trash can management system, robot obstacle avoidance, automatic control, sewer, etc.

 

LMDS200 can measure two distances: the closest object and next object behind the closest one.

 

LMDS200 supports Alarm Feature, user can set the LMDS200 to uplink data in a short interval when the distance is out of configured range.

 

The LoRa wireless technology used in LMDS200 allows device to send data and reach extremely long ranges at low data-rates. It provides ultra-long range spread spectrum communication and high interference immunity whilst minimizing current consumption.

 

LMDS200 is powered by 8500mAh Li-SOCI2 battery, it is designed for long term use up to 5 years.

 

Each LMDS200 is pre-load with a set of unique keys for LoRaWAN registrations, register these keys to local LoRaWAN server and it will auto connect after power on.

 

*Battery life depends on how often to send data, please see battery analyzer.

1655277036890-950.png

​1.2  Features

  • LoRaWAN 1.0.3 Class A
  • Ultra-low power consumption
  • Microwave Radar for distance detection
  • Short uplink interval for Distance Alarm
  • Monitor Battery Level
  • Bands: CN470/EU433/KR920/US915/EU868/AS923/AU915/IN865
  • AT Commands to change parameters
  • Uplink on periodically
  • Downlink to change configure
  • 8500mAh Battery for long term use
  • Wall Mountable
  • Outdoor Use

1.3  Radar probe specification

  • Measuring Method: FMCW
  • Frequency: 24.000 ~ 24.500 GHz
  • Measurement output power: 6dBm
  • Measure range: 0.5 ~ 20m
  • Accuracy: ±0.1m
  • Resolution: 0.01m
  • Horizontal Angel: 78°
  • Vertical Angel: 23°

1.4  Storage & Operation Temperature

-20°C to +85°C

1.5 ​ Applications

  • Horizontal distance measurement
  • Liquid level measurement
  • Parking management system
  • Object proximity and presence detection
  • Intelligent trash can management system
  • Robot obstacle avoidance
  • Automatic control
  • Sewer
  • Bottom water level monitoring

1.6  Installation

Sensor measure direction and angle is as below. When install the sensor, please make sure the sensor direct to object.

image-20220615152454-3.png

 image-20220615152454-4.png

1.7  Pin mapping and power on

1655257026882-201.png

2.  Configure LDDS20 to connect to LoRaWAN network

2.1  How it works

The LDDS20 is configured as LoRaWAN OTAA Class A mode by default. It has OTAA keys to join LoRaWAN network. To connect a LoRaWAN network, you need to input the OTAA keys in the LoRaWAN IoT server and power on the LDDS20. If there is coverage of the LoRaWAN network, it will automatically join the network via OTAA and start to send the sensor value.

In case you can't set the OTAA keys in the LoRaWAN OTAA server, and you have to use the keys from the server, you can use AT Commands to set the keys in the LDDS20.

2.2  ​Quick guide to connect to LoRaWAN server (OTAA)

Following is an example for how to join the TTN v3 LoRaWAN Network. Below is the network structure; we use the LG308  as a LoRaWAN gateway in this example. 

1655257698953-697.png

The LG308 is already set to connected to TTN network , so what we need to now is configure the TTN server.

 

Step 1: Create a device in TTN with the OTAA keys from LDDS20.

Each LDDS20 is shipped with a sticker with the default device keys, user can find this sticker in the box. it looks like below.

image-20220607170145-1.jpeg

For OTAA registration, we need to set APP EUI/ APP KEY/ DEV EUI. Some server might no need to set APP EUI.

Enter these keys in the LoRaWAN Server portal. Below is TTN V3 screen shot:

 

Add APP EUI in the application

image-20220610161353-4.png

image-20220610161353-5.png

image-20220610161353-6.png

image-20220610161353-7.png

You can also choose to create the device manually.

                                          image-20220610161538-8.png

Add APP KEY and DEV EUI

image-20220610161538-9.png

Step 2:  Power on LDDS20

Put a Jumper on JP2 to power on the device. ( The Switch must be in FLASH position).

image-20220615095102-14.png

Step 3:  The LDDS20 will auto join to the TTN network. After join success, it will start to upload messages to TTN and you can see the messages in the panel.

1654849068701-275.png

2.3  ​Uplink Payload

LDDS20 will uplink payload via LoRaWAN with below payload format:  

Uplink payload includes in total 8 bytes.
Payload for firmware version v1.1.4. . Before v1.1.3, there is only 5 bytes: BAT and Distance(Please check manual v1.2.0 if you have 5 bytes payload).

 

Size (bytes)

22121
ValueBAT

Distance

(unit: mm)

Digital Interrupt (Optional)Sensor Flag

1654850511545-399.png

2.3.1  Battery Info

Check the battery voltage for LDDS20.

Ex1: 0x0B45 = 2885mV

Ex2: 0x0B49 = 2889mV

2.3.2  Distance

Get the distance. Flat object range 20mm - 2000mm.

For example, if the data you get from the register is 0x06 0x05, the distance between the sensor and the measured object is 0605(H) = 1541 (D) = 1541 mm.

  • If the sensor value is 0x0000, it means system doesn't detect ultrasonic sensor.
  • If the sensor value lower than 0x0014 (20mm), the sensor value will be invalid.

2.3.3  Interrupt Pin

This data field shows if this packet is generated by interrupt or not. Click here for the hardware and software set up.

Example:

0x00: Normal uplink packet.

0x01: Interrupt Uplink Packet.

2.3.4  DS18B20 Temperature sensor

This is optional, user can connect external DS18B20 sensor to the +3.3v, 1-wire and GND pin . and this field will report temperature.

Example:

If payload is: 0105H:  (0105 & FC00 == 0), temp = 0105H /10 = 26.1 degree

If payload is: FF3FH :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.

Note: DS18B20 feature is supported in the hardware version > v1.3 which made since early of 2021.

2.3.5  Sensor Flag

0x01: Detect Ultrasonic Sensor

0x00: No Ultrasonic Sensor

2.3.6  Decode payload in The Things Network

While using TTN network, you can add the payload format to decode the payload.

1655261164557-670.png

The payload decoder function for TTN V3 is here:

2.4  Downlink Payload

By default, LDDS20 prints the downlink payload to console port.

image-20220615100930-15.png

Examples:

  • Set TDC

If the payload=0100003C, it means set the END Node's TDC to 0x00003C=60(S), while type code is 01.

Payload:    01 00 00 1E    TDC=30S

Payload:    01 00 00 3C    TDC=60S

  • Reset

If payload = 0x04FF, it will reset the LDDS20

  • CFM

Downlink Payload: 05000001, Set AT+CFM=1 or 05000000 , set AT+CFM=0

2.5  ​Show Data in DataCake IoT Server

DATACAKE provides a human friendly interface to show the sensor data, once we have data in TTN, we can use DATACAKE to connect to TTN and see the data in DATACAKE. Below are the steps:

 

Step 1: Be sure that your device is programmed and properly connected to the network at this time.

Step 2: To configure the Application to forward data to DATACAKE you will need to add integration. To add the DATACAKE integration, perform the following steps:

1654592790040-760.png

1654592800389-571.png

Step 3: Create an account or log in Datacake.

Step 4: Search the LDDS75 and add DevEUI.(Note: LDDS20 use same payload as LDDS75)

1654851029373-510.png

After added, the sensor data arrive TTN V3, it will also arrive and show in Datacake.

image-20220610165129-11.png

2.6  LED Indicator

The LDDS20 has an internal LED which is to show the status of different state. 

  • Blink once when device power on.
  • The device detects the sensor and flashes 5 times.
  • Solid ON for 5 seconds once device successful Join the network.
  • Blink once when device transmit a packet.

2.7  ​Firmware Change Log

 

Firmware Upgrade Method:  Firmware Upgrade Instruction

2.8  Battery Analysis

2.8.1  Battery Type

The LDDS20 battery is a combination of a 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.

 

The battery related documents as below:

 image-20220615111024-1.png

2.8.2  Battery Note

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 uplink data, then the battery life may be decreased.

2.8.3  Replace the battery

You can change the battery in the NBSN95.The type of battery is not limited as long as the output is between 3v to 3.6v.  On the main board, there is a diode (D1) between the battery and the main circuit. If you need to use a battery with less than 3.3v, please remove the D1 and shortcut the two pads of it so there won’t be voltage drop between battery and main board.

 

The default battery pack of NBSN95 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)

2.8.4  Battery Life Analyze

Dragino battery powered products are all run in Low Power mode. User can check the guideline from this link to calculate the estimate battery life:

3.  Using the AT Commands

 

3.1  Access AT Commands

LDDS20 supports AT Command set in the stock firmware. You can use a USB to TTL adapter to connect to LDDS20 for using AT command, as below.

image-20220610172924-4.png

Or if you have below board, use below connection:

image-20220610172924-5.png

In the PC, you need to set the serial baud rate to 9600 to access the serial console for LDDS20. LDDS20 will output system info once power on as below:

 image-20220610172924-6.png

Below are the available commands, a more detailed AT Command manual can be found at AT Command Manual.

AT+<CMD>?  :    Help on <CMD>

AT+<CMD>   :     Run <CMD>

AT+<CMD>=<value>  :     Set the value

AT+<CMD>=?  :                 Get the value

 General Commands :      

AT  :           Attention        

AT?  :          Short Help      

ATZ :          MCU Reset     

AT+TDC :   Application Data Transmission Interval  

 Keys, IDs and EUIs management :

AT+APPEUI  :      Application EUI       

AT+APPKEY  :     Application Key      

AT+APPSKEY  :   Application Session Key 

AT+DADDR :      Device Address      

AT+DEUI :          Device EUI      

AT+NWKID  :     Network ID (You can enter this command change only after successful network connection)  

AT+NWKSKEY  : Network Session Key Joining and sending date on LoRa network   

AT+CFM :           Confirm Mode        

AT+CFS :            Confirm Status        

AT+JOIN  :         Join LoRa? Network        

AT+NJM  :          LoRa? Network Join Mode     

AT+NJS  :           LoRa? Network Join Status     

AT+RECV  :        Print Last Received Data in Raw Format 

AT+RECVB :       Print Last Received Data in Binary Format       

AT+SEND  :       Send Text Data       

AT+SENB  :       Send Hexadecimal Data 

 LoRa Network Management :

AT+ADR  :        Adaptive Rate

AT+CLASS  :     LoRa Class(Currently only support class A

AT+DCS  :        Duty Cycle Setting  

AT+DR  :          Data Rate (Can Only be Modified after ADR=0)      

AT+FCD  :        Frame Counter Downlink        

AT+FCU  :        Frame Counter Uplink    

AT+JN1DL  :    Join Accept Delay1

AT+JN2DL   :   Join Accept Delay2

AT+PNM   :     Public Network Mode    

AT+RX1DL  :   Receive Delay1       

AT+RX2DL  :   Receive Delay2       

AT+RX2DR  :   Rx2 Window Data Rate  

AT+RX2FQ  :   Rx2 Window Frequency

AT+TXP  :        Transmit Power

 Information : 

AT+RSSI  :     RSSI of the Last Received Packet    

AT+SNR   :    SNR of the Last Received Packet    

AT+VER   :     Image Version and Frequency Band        

AT+FDR  :      Factory Data Reset

AT+PORT  :   Application Port     

AT+CHS   :    Get or Set Frequency (Unit: Hz) for Single Channel Mode

 AT+CHE   :   Get or Set eight channels mode, Only for US915, AU915, CN470

3.2  Set Interrupt Mode

Feature, Set Interrupt mode for GPIO_EXIT.

Downlink Command: AT+INTMOD

image-20220610174917-9.png

Downlink Command: 0x06

Format: Command Code (0x06) followed by 3 bytes.

This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.

  • Example 1: Downlink Payload: 06000000 // Turn off interrupt mode

  • Example 2: Downlink Payload: 06000003 // Set the interrupt mode to rising edge trigger

 

 

4.  FAQ

4.1  What is the frequency plan for LDDS20?

LDDS20 use the same frequency as other Dragino products. User can see the detail from this link:  Introduction

4.2  How to change the LoRa Frequency Bands/Region

You can follow the instructions for how to upgrade image.
When downloading the images, choose the required image file for download. ​

5.  Trouble Shooting

5.1  Why I can't join TTN V3 in US915 / AU915 bands?

It is due to channel mapping. Please see below link:  Frequency band

5.2  AT Command input doesn't work

In the case if user can see the console output but can't type input to the device. Please check if you already include the ENTER while sending out the command. Some serial tool doesn't send ENTER while press the send key, user need to add ENTER in their string. 

 

6.  Order Info

Part Number : LDDS20-XX

XXThe default frequency band

  • AS923 : LoRaWAN AS923 band
  • AU915 : LoRaWAN AU915 band
  • EU433 : LoRaWAN EU433 band
  • EU868 : LoRaWAN EU868 band
  • KR920 : LoRaWAN KR920 band
  • US915 : LoRaWAN US915 band
  • IN865 :  LoRaWAN IN865 band
  • CN470 : LoRaWAN CN470 band

7. ​ Packing Info

Package Includes:

  • LDDS20 LoRaWAN Liquid Level Sensor x 1

Note:

Ultrasonic coupling paste and Eproxy AB glue are subjected in most shipping way. So the default package doesn't include it and user needs to purchase locally.

 

Dimension and weight:

  • Device Size: cm

  • Device Weight: g

  • Package Size / pcs : cm

  • Weight / pcs : g

     

8.  ​Support

  • Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule.
  • Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to support@dragino.com.
Tags:
    
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0