Adafruit
Adafruit Feather 32u4 RFM96 LoRa Radio - 433MHz
The Feather 32u4 RFM96 LoRa Radio (433 MHz) combines an ATmega32u4 microcontroller with an SX1276 LoRa radio transceiver operating at 433 MHz, USB connectivi...
The Feather 32u4 RFM96 LoRa Radio (433 MHz) combines an ATmega32u4 microcontroller with an SX1276 LoRa radio transceiver operating at 433 MHz, USB connectivity, and LiPo battery charging. LoRa modulation provides dramatically longer range than standard packet radio — over 2 km line-of-sight with default settings and a simple wire antenna, and up to 20 km with tuning and directional antennas.
The 433 MHz band is available as a license-free ISM band in many regions (ITU Region 1) and as an amateur radio band in others. Check your local regulations for permitted use.
Key Features
- ATmega32u4 @ 8 MHz – 3.3V logic, 32KB flash, 2KB RAM
- Native USB – Built-in USB bootloader, serial debugging, and HID device support
- RFM96 LoRa Radio (SX1276) – 433 MHz LoRa transceiver with SPI interface
- +5 to +20 dBm Output – Up to 100 mW selectable in software
- 2+ km Range – Line-of-sight with default settings; up to 20 km with directional antennas
- Ultra-Low Sleep Current – ~300 µA in full sleep mode
- ~120 mA TX at +20 dBm – ~40 mA during active radio listening
- 20 GPIO Pins – Including 10 analogue inputs and 7 PWM outputs
- Hardware Serial, I2C & SPI – Full peripheral support
- Built-in LiPo Charger – 100 mA charging with status indicator LED
- Battery Monitoring – Battery voltage routed to an analogue pin via divider
- 3.3V Regulator – 500 mA peak current output
Specifications
- Dimensions – 51 × 23 × 8 mm (without headers)
- Weight – 5.5 g
- Frequency – 433 MHz
- Mounting – 4 mounting holes
Also Available
- Feather 32u4 RFM95 LoRa Radio (868/915 MHz)
- Feather 32u4 RFM69HCW Packet Radio (868/915 MHz) – Shorter range, AES-128 encryption
- Feather 32u4 Bluefruit LE – With Bluetooth Low Energy
- Feather 32u4 Adalogger – With MicroSD card holder
- Feather 32u4 Basic Proto – With prototyping area
Ideal For
- Long-range wireless sensor networks at 433 MHz
- Remote telemetry and environmental monitoring
- LoRa mesh and point-to-point links
- Battery-powered field deployments requiring kilometre-scale range
Package Contents
- 1× Assembled and tested Feather 32u4 RFM96 LoRa Radio
- 1× Header set
Jargon buster
Plain-language definitions for the technical terms used above.
- 3.3V regulator
- A 3.3V regulator is a power circuit that provides a steady 3.3 volts for parts that need that supply voltage. On a breakout board, it can let the sensor run safely even when the connected microcontroller or power source uses a higher voltage.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- 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.
- Headers
- Rows of metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder the pins yourself.
- HID
- Human Interface Device is a USB device class used for keyboards, mice, gamepads and similar controls. If a board supports HID over USB, it can act like an input device to a computer without needing a custom driver.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- LED
- A light-emitting diode is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- LiPo
- A lithium polymer rechargeable battery commonly used in portable electronics projects. It matters because LiPo batteries need correct charging circuitry and care, and this board includes hardware intended for that battery type.
- LoRa
- LoRa is a long-range, low-power radio technology often used for telemetry and remote sensors. It matters here because the connector and pinout are compatible with some LoRa telemetry products, even though this module uses Bluetooth instead.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- microSD card
- A microSD card is a small removable memory card used to store files such as audio tracks. For this product, the card is where the sound files live, so its capacity and formatting can affect how many sounds you can use.
- native USB
- Native USB means the microcontroller itself handles USB communication, rather than using a separate USB-to-serial chip. This matters for programming, debugging, and projects that need the board to act directly as a USB device.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RAM
- RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- 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
Brands
Connectivity
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au