DFRobot
FireBeetle Covers-LoRa Radio 868MHz
The FireBeetle LoRa Radio 868 MHz is a wireless transmission cover board for the DFRobot FireBeetle series, featuring the Semtech SX1276 LoRa transceiver wit...
Get notified when back in stock
The FireBeetle LoRa Radio 868 MHz is a wireless transmission cover board for the DFRobot FireBeetle series, featuring the Semtech SX1276 LoRa transceiver with a built-in power amplifier. It supports LoRa long-range modulation as well as FSK, GFSK, and OOK modes, with a transmission range of up to 5 km. Arduino-compatible and designed for IoT applications.
Key Features
- SX1276 LoRa Transceiver – 868 MHz with built-in PA for extended range
- Up to 5 km Range – Long-range wireless communication
- Multiple Modulation Modes – LoRa, FSK, GFSK, and OOK
- Ultra-Low Sleep Current – ≤ 0.2 µA in sleep mode
- Up to 20 dBm Output – Configurable transmission power (−1 to +20 dBm)
- Receiving Sensitivity – −139 dBm in LoRa mode
- SPI Interface – 5 GPIO pins available (usable as interrupts)
- Built-In Antenna – With electrostatic protection
- FireBeetle Compatible – Stacks onto FireBeetle main boards
Specifications
- Operating Voltage – 3.3 V
- Frequency Range – 800–900 MHz (typical 868 MHz)
- Data Rate – FSK: 1.2–300 kbps; LoRa: 0.018–37.5 kbps
- Emission Current – ≤ 120 mA
- Receiving Current – ≤ 15 mA
- Sleep Current – ≤ 0.2 µA
- Maximum RSSI – 127 dB
- FIFO Buffer – 256 bytes
- CRC & Frequency Hopping – Supported
- Operating Temperature – −20 °C to +70 °C
- Dimensions – 58 × 29 mm
- Mounting Holes – 3.1 mm inner diameter
Ideal For
- IoT sensor networks and remote monitoring
- Home automation and environmental sensing
- Wearable device data transmission
- FireBeetle-based low-power projects
Package Contents
- 1× FireBeetle LoRa Radio Cover (868 MHz)
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- FIFO
- FIFO stands for "first in, first out", a way of handling stored items so the oldest one is read out first, like a queue. In electronics a FIFO is usually a small buffer that temporarily holds data, such as sensor samples or serial bytes, so a processor can collect it in batches instead of reading continuously.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- LoRa
- LoRa is a long-range, low-power wireless radio technology often used for telemetry, remote sensors and other links that send small amounts of data over long distances. It is distinct from Bluetooth and WiFi, so sharing a connector or pinout with LoRa hardware does not mean a device actually uses LoRa.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
Find this product in
Connectivity
Supplier page — dfrobot.com
Supplier Description · 597.9 KB · Click any page to view full size
TEL0125 firebeetle sx127x lora module dimension v1.0
Mechanical Drawings · 132.9 KB · Click any page to view full size
TEL0125 firebeetle sx127x lora module schematics v1.0
Schematic · 71.6 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
20157cc
over 4 years ago
· 26 commits
- examples push v 1.0.2 over 4 years ago
- resources push v 1.0.2 over 4 years ago
- DFRobot_LoRa.cpp Eliminate the warning over 4 years ago
- DFRobot_LoRa.h Eliminate the warning over 4 years ago
- keywords.txt format over 7 years ago
- library.properties Eliminate the warning over 4 years ago
- LICENSE push v 1.0.2 over 4 years ago
- README.md Eliminate the warning over 4 years ago
- README_CN.md Eliminate the warning over 4 years ago
Related Tutorials
Free guides on learn.littlebird.com.au