Adafruit
Adafruit Feather 32u4 with RFM69HCW Packet Radio - 433MHz
The Feather 32u4 RFM69HCW Packet Radio (433 MHz) combines an ATmega32u4 microcontroller with an SX1231-based packet radio transceiver operating at 433 MHz, U...
Get notified when back in stock
The Feather 32u4 RFM69HCW Packet Radio (433 MHz) combines an ATmega32u4 microcontroller with an SX1231-based packet radio transceiver operating at 433 MHz, USB connectivity, and LiPo battery charging. It offers longer range than 2.4 GHz protocols (Bluetooth, Wi-Fi, ZigBee) with more flexibility than BLE, making it ideal for wireless sensor networks and remote control applications.
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
- RFM69HCW Radio (SX1231) – 433 MHz packet radio with SPI interface
- +13 to +20 dBm Output – Up to 100 mW selectable in software
- AES-128 Encryption – Built-in encrypted packet engine
- ~350 m Range – Depending on obstructions, frequency, antenna, and power output
- Multipoint Networking – Individual node addressing for creating networks
- 20 GPIO Pins – Including 10 analogue inputs and 8 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 RFM69HCW Packet Radio (868/915 MHz)
- Feather 32u4 RFM96 LoRa Radio (433 MHz) – Much longer range with LoRa modulation
- Feather 32u4 RFM95 LoRa Radio (868/915 MHz)
- Feather 32u4 Bluefruit LE – With Bluetooth Low Energy
- Feather 32u4 Adalogger – With MicroSD card holder
Ideal For
- Wireless sensor networks with sub-GHz radio
- Remote control and telemetry systems
- Point-to-point and multipoint packet radio links
- Encrypted wireless communication at 433 MHz
Package Contents
- 1× Assembled and tested Feather 32u4 RFM69HCW (433 MHz)
- 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.
- BLE
- BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for low power use and broad compatibility with modern phones and computers. It connects well to battery-powered and mobile devices, including Apple hardware, though it behaves differently from Bluetooth Classic and its serial-style profiles.
- 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 connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering 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 (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- LiPo
- A LiPo (lithium polymer) battery is a rechargeable lithium battery widely used in portable projects because it is light and compact. LiPo cells need correct charging circuitry and careful handling to stay safe, so equipment that supports LiPo generally includes charging or protection hardware suited to that battery type.
- 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.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- microSD card
- A microSD card is a small removable flash memory card used to store data such as audio, images, logs or program files. Its capacity and formatting (often FAT32 or exFAT) affect how much can be stored and whether the card needs preparing before 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 (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- 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.
- Zigbee
- A low-power wireless standard commonly used by smart home sensors, switches, and lights. It matters if you want the board to communicate with Zigbee devices or act as part of a home automation network.
Find this product in
Brands
Connectivity
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au