1. Introduction
The DX-LR30 LoRa Module Developer Set is designed for long-range, low-power Internet of Things (IoT) applications. It integrates the high-performance Semtech SX1262 RF transceiver chip, offering superior distance, data rates, and ultra-low power consumption compared to previous generations. This manual provides essential information for setting up, operating, and troubleshooting your DX-LR30 module.

2. Key Features
- Semtech SX1262 Chip: High-performance, low-power LoRa RF transceiver.
- Modulation: Supports LoRa and (G)FSK modulation.
- Frequency Range: Covers 430-470MHz and 850-960MHz global Sub-GHz ISM bands.
- Transmission Power: Up to +22dBm.
- Receiver Sensitivity: As low as -148dBm (LoRa mode).
- Communication Distance: Visible open distance up to 8KM.
- Low Power Consumption: Receive current only 4.2mA, sleep current as low as 0.9µA.
- Communication Interface: SPI.
- Antenna Interfaces: Supports multiple options including stamp hole, round hole, and detachable RF connectors (e.g., U.FL).
- Operating Temperature: -40°C to +85°C.
- Module Size: 35.6(L)mm x 18(W)mm x 3.2(H)mm (for LR30-900M22SP variant).
- Protection: Shield protection, antistatic, and dustproof.
- Industrial Grade Quality: Equipped with professional RF shielding to block external EMI and electrostatic interference.



3. Product Variants and Selection Guide
The DX-LR30 series offers various modules and development kits to suit different application needs. The primary distinction lies in the operating frequency band and whether it's a standalone SMD module or a development kit.

Frequency Bands
The DX-LR30 modules support global license-free ISM bands. It is crucial to verify local RF spectrum regulations before operation.
- DX-LR30-433: Frequency Range 430-470MHz (CF 433MHz)
- DX-LR30-900: Frequency Range 850-930MHz (CF 915MHz)
Specific center frequencies vary by region:
| Area | Frequency Band | Center Frequency |
|---|---|---|
| North America | 902-928MHz | 915MHz |
| South America | 915-928MHz | 915 MHz / 928 MHz |
| Europe | 866-915/433MHz | 433 MHz / 868 MHz / 915 MHz |
| Oceania | 915-928MHz | 915 MHz / 928 MHz |
| Asia Pacific | 915-923MHz | 920 MHz |
| South Asia | 865-867MHz | 866 MHz |
| Southeast Asia | 920-925MHz | 923 MHz |
*User must verify local RF spectrum regulations prior to operation!
4. Hardware Overview
4.1 LR30 SMD Module
The LR30 SMD module is a compact LoRa RF module designed for integration into custom PCBs. It features the Semtech SX1262 chip and offers flexible antenna options.

Antenna Options
The module provides two main antenna interfaces:
- U.FL Antenna Connector: For external antennas, suitable for extended range and complex environments.
- On-board Stamp Hole Antenna (Default): Built-in antenna for easier integration, suitable for most applications.

4.2 Development Board (DX-LR30-XXXSP variants)
The development board provides a ready-to-use solution with a reprogrammable USB interface, simplifying the development process. It typically includes an integrated STM32F103C8T6 chip for control.


5. Pin Definitions
5.1 SMD Module Pins

| Pin Number | Pin Name | Pin Function | Description |
|---|---|---|---|
| 1,2,3,4,10,11,12,20,22 | GND | Power Ground | - |
| 5 | DIO3 | Multi functional digital input/output - external TCXO power supply voltage | input/output |
| 6 | RX | Antenna switch | Used to switch between receiving and transmitting |
| 7 | TX | Antenna switch | Used to switch between receiving and transmitting |
| 8 | DIO2 | Multi purpose digital input/output/ RF frequency band switch control | input/output |
| 9 | VCC | Power input pin | 3.3V (typical value) |
| 13 | DIO1 | Multi purpose digital input/output | input/output |
| 14 | BUSY | Used for status indication | - |
| 15 | RESET | Reset foot | - |
| 16 | MISO | SPI data output pin | - |
| 17 | MOSI | SPI data input pin | - |
| 18 | SCK | SPI clock input pin | - |
| 19 | NSS | Module chip selection pin, used to start an SPI communication | - |
| 21 | ANT | Radio Frequency Interface | - |
5.2 Development Board Pins (STM32F103)

| Pin Number | Pin Name | Pin Function | Description |
|---|---|---|---|
| 1,19,20,22 | 3.3V | 3.3V power supply | - |
| 2,3,4,6,7,8,13,14,15,16,24,25,26,27,28,31,32,33,34,35,36,37,38,39,40 | PC13,PC14,PC15,PA0,PA1,PA2,PA3,PA4,PB0,PB1,PB10,PB11,PB12,PB13,PB14,PB15,PA8,PA9,PA10,PA15,PB3,PB4,PB5,PB6,PB7,PB8,PB9 | IO | User defined |
| 9 | NSS | Module CE pin for SPI communication initiation. | - |
| 10 | SCK | SPI clock input pin | - |
| 11 | MISO | SPI data output pin | - |
| 12 | MOSI | SPI data input pin | - |
| 17 | RST | Reset | - |
| 18,23 | GND | Power Ground | - |
| 29 | 5V | 5V power supply | - |
| 30 | RX | Receive Data | - |
| 30 | PA10 | RX | Receive Data |
6. Setup and Connection
6.1 Antenna Connection
IMPORTANT: Connect the antenna before powering on the module to avoid open-circuit operation, which can damage the RF front end.
For modules with U.FL connectors, ensure the external antenna is securely attached. For modules with stamp hole antennas, ensure proper integration into your PCB design.
6.2 Power Supply
The SMD module typically requires a 3.3V power supply. The development board can be powered via its USB-C port or a 5V supply.
- SMD Module: 1.8V ~ 3.7V (typical 3.3V)
- Development Board: 5V
6.3 Interfacing with a Microcontroller
The DX-LR30 module communicates via the SPI interface. Connect the module's SPI pins (NSS, SCK, MISO, MOSI) to the corresponding SPI pins on your microcontroller unit (MCU).
If using a development board, it often includes an integrated MCU (e.g., STM32F103C8T6) and provides accessible GPIOs for further development.

7. Operation and Working Modes
The DX-LR30 LoRa module supports various communication modes for different application requirements.
7.1 Module-to-Module Transparent Transmission
In this mode, data is transmitted transparently between modules operating on the same channel. This is suitable for simple point-to-point or point-to-multipoint communication where all devices share a common channel.

7.2 Module-to-Module Fixed-Point Transmission
This mode allows communication with specified addresses and channels. The data transmission format typically includes the receiving address and channel, followed by the data (in hexadecimal format).

7.3 Module-to-Module Broadcast Transmission
In broadcast mode, modules communicate with designated channel modules. The data transmission format includes the receiver channel and data (in hexadecimal format), allowing a single sender to transmit to multiple receivers on a specific channel.

8. Specifications
Detailed specifications for the DX-LR30 modules and development boards.
8.1 General Specifications (LR30 Series)
| Parameter | Details |
|---|---|
| Chip Model | SMA Module: Semtech SX1262 Chip Development Board: STM32F103C8T6 Chip |
| Module Size | SMA Module: 20*14*2.3mm Development Board: 70*30*20mm |
| Communication Protocol | LoRa protocol |
| Transmission Power | 0~+22dBm |
| Frequency Band | 430-470MHz (and 850-930MHz for 900M variants) |
| Modulation Methods | LoRa and GFSK |
| Working Voltage | SMA Module: 1.8V~3.7V/ Development Board: 5V |
| RF Input Impedance | 50 Ω |
| Transmission Distance | Open transmission distance of 8km |
| FIFO | 256Byte |
| Hardware Interface | SPI |
| Working Temperature | -40~+85 °C |
| Crystal Oscillator Frequency | 32MHz |
*Connect antenna before powering on the module to avoid unloaded operation!
8.2 LR30-433M22S Module Specific Specifications
| Main parameters | Parameter value |
|---|---|
| Chip | SEMTECH SX1262 Chip |
| Modulation Type | LoRa and GFSK |
| Module Size | 20mm*14mm*2.3mm |
| Working Voltage | 1.8V~3.7V |
| Distance | Open transmission distance of 8km |
| Transmission Power | 0~+22dBm |
| Communication Protocol | LoRa protocol |
| Communication Frequency Band | 433-475MHz |
| Communication Interface | SPI |
9. Maintenance
- Environmental Conditions: Operate the module within the specified temperature range of -40°C to +85°C. Avoid extreme humidity or corrosive environments.
- ESD Protection: The module is ESD protected, but always handle it with appropriate electrostatic discharge precautions (e.g., anti-static wrist strap) to prevent damage.
- Dust and Debris: Keep the module free from dust and debris to ensure optimal performance and longevity.
- Antenna Care: Ensure antennas are securely connected and not bent or damaged. Damaged antennas can degrade performance.
- Firmware Updates: Regularly check for and apply any available firmware updates for the development board or module to ensure optimal performance and access to new features.
10. Troubleshooting
- No Communication:
- Verify antenna connection. An unconnected antenna can prevent communication and damage the module.
- Check power supply voltage (3.3V for module, 5V for dev board).
- Ensure SPI connections (NSS, SCK, MISO, MOSI) are correct and secure.
- Confirm that both transmitting and receiving modules are configured for the same frequency band and channel.
- Check for correct LoRa protocol implementation in your code.
- Short Range:
- Ensure line-of-sight between modules for maximum range. Obstacles like buildings or dense foliage will reduce range.
- Verify antenna type and gain are appropriate for your application.
- Check for local RF interference.
- Ensure transmission power is set to the maximum allowed for your region and application.
- Module Not Responding:
- Check power supply.
- Verify reset pin (RST) functionality.
- Ensure the module is correctly initialized via SPI.
11. User Tips
- Meshtastic Compatibility: Several users have inquired about Meshtastic compatibility. While the module uses the SX1262 chip, which is common in Meshtastic devices, direct compatibility depends on the specific firmware and development board used. You may need to flash custom firmware. Refer to Meshtastic community resources for detailed instructions and compatible hardware configurations.
- Development Resources: Utilize the provided technical documentation, including development environment guides, chip manuals, module manuals, and code examples, for easier development. These resources are available for download via the links provided in the "Technical Documentation" section.
- Antenna Selection: For optimal performance, especially over long distances or in complex environments, consider using an external U.FL antenna with appropriate gain.
12. Frequently Asked Questions (FAQ)
- Q: Is the DX-LR30 module compatible with Meshtastic?
- A: The DX-LR30 uses the Semtech SX1262 chip, which is used in many Meshtastic-compatible devices. However, direct compatibility depends on the specific development board and firmware. You might need to flash Meshtastic firmware onto a compatible microcontroller connected to the module. Please consult Meshtastic community forums for specific flashing instructions and hardware requirements.
- Q: What is the typical power consumption?
- A: The module has a receive current of 4.2mA and a sleep current as low as 0.9µA, making it suitable for low-power IoT applications.
- Q: Where can I find technical documentation and code examples?
- A: Technical documentation, including development environment guides, chip manuals, module manuals, and code examples, can be downloaded from the Google Drive links provided in the "Technical Documentation" section of this manual.
13. Technical Documentation & Support
Comprehensive technical documentation is available to assist with development and integration. This includes:
- Development Environment IDE
- Chip Technical Manual
- Module Technical Manual
- Development Board Technical Manual
- Testing Tools
- Hardware Documentation
- Code Examples
- Reference Links

Download Links:
- DX-LR30-433M22S: Google Drive Folder
- DX-LR30-900M22S: Google Drive Folder
If you encounter any issues with downloading or require further assistance, please contact our after-sales team:
Email: Manager@szdx-smart.com
We aim to respond to your questions within 24 hours.






