DRAGINO LDDS75 LoRaWAN Distance Detection Sensor User Manual

June 6, 2024
DRAGINO

DRAGINO LDDS75 LoRaWAN Distance Detection Sensor

Version Description Date
1.0 Release 2020-Jun-09
1.1 Add mechanical drawing, Add UART Connection for different hardware

2020-Nov-5
1.2| Update Beam Map| 2020-Dec-28
1.3| Update Battery Option| 2021-Mar-17

Introduction

What is LoRaWAN Distance Detection Sensor
The Dragino LDDS75 is a LoRaWAN Distance Detection Sensor for Internet of Things solution. It is used to measure the distance between the sensor and a flat object. The distance detection sensor is a module that uses ultrasonic sensing technology for distance measurement, and temperature compensation is performed internally to improve the reliability of data. The LDDS75 can be applied to scenarios such as 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, etc.

It detects the distance between the measured object and the sensor, and uploads the value via wireless to LoRaWAN IoT Server.

The LoRa wireless technology used in LDDS75 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.
LDDS75 is powered by 4000mA or 8500mAh Li-SOCI2 battery; It is designed for long term use up to 10 years.
Each LDDS75 pre-loads with a set of unique keys for LoRaWAN registrations, register these keys to local LoRaWAN server and it will auto connect if there is network coverage, after power on.
Actually lifetime depends on network coverage and uplink interval and other factors

LDDS75 in a LoRaWAN Network

DRAGINO LDDS75 LoRaWAN Distance Detection Sensor fig 1

Features

  • LoRaWAN 1.0.3 Class A
  •  Ultra low power consumption
  •  Distance Detection by Ultrasonic technology
  •  Flat object range 280mm – 7500mm
  •  Accuracy: ±(1cm+S*0.3%) (S: Distance)
  •  Cable Length : 25cm
  •  Bands: CN470/EU433/KR920/US915/EU868/AS923/AU915/IN865
  •  AT Commands to change parameters
  •  Uplink on periodically
  •  Downlink to change configure
  •  IP66 Waterproof Enclosure
  •  4000mAh or 8500mAh Battery for long term use

Specification

Rated environmental conditions

Item| Minimum value| Typical value| Maximum value| Unit| Remarks
---|---|---|---|---|---
Storage temperature| -25| 25| 80| ℃|
Storage humidity| | 65%| 90%| RH| (1)
Operating temperature| -15| 25| 60| ℃|
Working humidity| | 65%| 80%| RH| (1)

Remarks: (1) a. When the ambient temperature is 0-39 ℃, the maximum humidity is 90% (non-condensing)

  1. When the ambient temperature is 40-50 ℃, the highest humidity is the highest humidity in the natural world at the current temperature (no condensation)
    When the ambient temperature is 40-50 ℃, the highest humidity is the highest humidity in the natural world at the current temperature (no condensation

Effective measurement range Reference beam pattern
(1) The tested object is a white cylindrical tube made of PVC, with a height of 100cm and a diameter of 7.5cm.

DRAGINO LDDS75 LoRaWAN Distance Detection Sensor fig
2 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

Configure LDDS75 to connect to LoRaWAN network

How it works
The LDDS75 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 LDDS75. 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 LDDS75.

Quick guide to connect to LoRaWAN server (OTAA)
Following is an example for how to join the TTN LoRaWAN Network. Below is the network structure; we use the LG308 as a LoRaWAN gateway in this example.

LDDS75 in a LoRaWAN Network

DRAGINO LDDS75 LoRaWAN Distance Detection Sensor fig 1

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 LDDS75.
Each LDDS75 is shipped with a sticker with the default device keys, user can find this sticker in the box. it looks like below.

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 screen shot:
Add APP EUI in the application

DRAGINO LDDS75 LoRaWAN Distance Detection Sensor fig 4 DRAGINO LDDS75 LoRaWAN Distance Detection Sensor fig
5  Add APP KEY and DEV EUI DRAGINO
LDDS75 LoRaWAN Distance Detection Sensor fig 6 Step 2: Power on LDDS75
Put a Jumper on JP2 to power on the device. ( The switch must be set in FLASH position). Step 3: The LDDS75 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. DRAGINO LDDS75 LoRaWAN Distance Detection Sensor fig
8

Uplink Payload
LDDS75 will uplink payload via LoRaWAN with below payload format: Uplink payload includes in total 4 bytes. DRAGINO LDDS75 LoRaWAN Distance Detection
Sensor fig 9Battery Info
Check the battery voltage for LDDS75.
Ex1: 0x0B45 = 2885mV
Ex2: 0x0B49 = 2889mV

Distance
Get the distance. Flat object range 280mm – 7500mm.
For example, if the data you get from the register is 0x0B 0x05, the distance between the sensor and the measured object is  0B05(H) = 2821 (D) = 2821 mm.

If the sensor value is 0x0000, it means system doesn’t detect ultrasonic sensor. If the sensor value lower than 0x0118 (280mm), the sensor value will be invalid.

Decode payload in The Things Network
While using TTN network, you can add the payload format to decode the payload. DRAGINO LDDS75 LoRaWAN Distance Detection Sensor fig
10 The payload decoder function for TTN is here:
LDDS75 TTN Payload Decoder:
http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LDDS75/Payload_Decoder/

Downlink Payload
By default, LDDS75 prints the downlink payload to console port.

Downlink Control Type| FPort| Type Code| Downlink payload size(bytes)
---|---|---|---
TDC (Transmit Time Interval)| Any| 01| 4
RESET| Any| 04| 2
AT+CFM| Any| 05| 4
INTMOD| Any| 06| 4

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 LDDS75
CFM
Downlink Payload: 05000001, Set AT+CFM=1 or 05000000 , set AT+CFM=0

Show Data in Mydevices IoT Server
Mydevices provides a human friendly interface to show the sensor data, once we have data in TTN, we can use Mydevices to connect to TTN and see the data in Mydevices. 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 Mydevices you will need to add integration. To add the Mydevices integration, perform the following steps:

DRAGINO LDDS75 LoRaWAN Distance Detection Sensor fig
11 DRAGINO LDDS75 LoRaWAN Distance
Detection Sensor fig 12 Step 3: Create an account or log in Mydevices.

Step 4: Search the LDDS75 and add DevEUI. DRAGINO LDDS75 LoRaWAN
Distance Detection Sensor fig 13 After added, the sensor data arrive TTN, it will also arrive and show in Mydevices. DRAGINO LDDS75 LoRaWAN Distance Detection Sensor fig
14LED Indicator
The LDDS75 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.

Firmware Change Log
Firmware download link:
http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/Firmware/

Firmware Upgrade Method:
http://wiki.dragino.com/index.php?title=Firmware_Upgrade_Instruction_for_STM32base products#Introduction

Mechanical

DRAGINO LDDS75 LoRaWAN Distance Detection Sensor fig
15 Battery Analysis
Battery Type
The LDDS75 battery is a combination of a 4000mAh or 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:

  • Battery Dimension,
  • Lithium-Thionyl Chloride Battery datasheet, Tech Spec
  •  Lithium-ion Battery-Capacitor datasheet, Tech Spec

DRAGINO LDDS75 LoRaWAN Distance Detection Sensor fig
16 Replace the battery
You can change the battery in the LDDS75.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 LDDS75 includes a ER18505 plus super capacitor. If user can’t find this pack locally, they can find ER18505 or equivalence, which will also work in most case. The SPC can enlarge the battery life for high frequency use (update period below 5 minutes)

Using the AT Commands

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

DRAGINO LDDS75 LoRaWAN Distance Detection Sensor fig
17 In the PC, you need to set the serial baud rate to 9600 to access the serial console for LDDS75. LDDS75 will output system info once power on as below: DRAGINO LDDS75 LoRaWAN Distance
Detection Sensor fig 18 Below are the available commands, a more detailed AT Command manual can be found at AT Command Manual:
http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LDDS75/

  • AT+? : Help on

  • AT+ : Run

  • AT+= : Set the value

  • AT+=? : 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

FAQ

What is the frequency plan for LDDS75?
LDDS75 use the same frequency as other Dragino products. User can see the detail from this
link: http://wiki.dragino.com/index.php?title=End_Device_Frequency_Band#Introduction
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.

Trouble Shooting

Why I can’t join TTN in US915 / AU915 bands?
It is due to channel mapping. Please see below link:
http://wiki.dragino.com/index.php?title=LoRaWAN_Communication_Debug#Notice_of_US9

FCN470.2FAU915_Frequency_band
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.

Order Info

Part Number: LDDS75-XX-YY

  •  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

Packing Info
Package Includes:

  • LDDS75 LoRaWAN Distance Detection x 1

Dimension and weight:

  •  Device Size: cm
  • Device Weight: g
  •  Package Size / pcs : cm
  •  Weight / pcs : g

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 

References

Read User Manual Online (PDF format)

Loading......

Download This Manual (PDF format)

Download this manual  >>

Related Manuals