Adafruit Feather – Flexible and Expandable
Available · 10 piece · 1-3 days
Available · 6 piece · 1-3 days
Available · 11 piece · 1-3 days
Available · 4 piece · 1-3 days
Available · 3 piece · 1-3 days
Available · 6 piece · 1-3 days
Available · 13 piece · 1-3 days
Available · 1 piece · 1-3 days
Available · 13 piece · 1-3 days
Available · 16 piece · 1-3 days
Available · 8 piece · 1-3 days
Available · 5 piece · 1-3 days
Available · 3 piece · 1-3 days
Available · 10 piece · 1-3 days
Available · 2 piece · 1-3 days
Available · 5 piece · 1-3 days
Available · 37 piece · 1-3 days
Adafruit Feather – Everything You Need to Know
Adafruit Feather is a modular platform of compact microcontroller boards designed specifically for mobile, low-power, and expandable electronics projects. Many Feather boards are based on powerful chips such as ESP32, RP2040, nRF52, or ARM Cortex-M controllers.
With a Feather, you can build projects such as IoT devices, wireless sensor stations, wearables, automation systems, or portable displays. Getting started is easy thanks to a very large community, extensive documentation, numerous example projects online, and tutorials in the BerryBase Blog.
Thanks to the standardized form factor, integrated LiPo charger, and support for Arduino and CircuitPython, Adafruit Feather boards are suitable for both beginners and professional prototypes.
How Does an Adafruit Feather Work?
An Adafruit Feather is a fully integrated microcontroller board. It combines processor, memory, power supply, and interfaces on a compact PCB. It is typically programmed using the Arduino IDE or CircuitPython.
The connection to the computer is made via USB. Once connected, the board appears either as a serial device or as a storage drive. The code is transferred directly to the internal flash memory and executed automatically on startup.
Standardized pins allow sensors, actuators, and so-called FeatherWings to be connected. Many boards additionally feature Wi-Fi, Bluetooth, or radio modules, eliminating the need for external communication hardware.
Adafruit Feather Boards Comparison
| Image | Model | CPU Architecture | Flash | Number of Pins | Pin Types | Connectivity | Special Features | Typical Applications | Link |
|---|---|---|---|---|---|---|---|---|---|
| Feather RP2040 | Dual-Core Cortex-M0+ | 8 MB | 21 | GPIO, ADC, PWM, I2C, SPI, UART | USB | NeoPixel, LiPo charger, STEMMA QT | DIY, sensors, embedded projects | View product | |
| Feather RP2350 | ARM Cortex | 8 MB | 22 | GPIO, HSTX, debug, Stemma QT | USB | Optional PSRAM, battery-powered | Mobile electronics, prototyping | View product | |
| Feather M4 CAN Express | Cortex-M4F, 120 MHz | 512 KB + 2 MB | 21 | GPIO, ADC, DAC, PWM, CAN | USB, CAN bus | CAN transceiver, CircuitPython | Automotive electronics, industry | View product | |
| HUZZAH32 ESP32 | Dual-Core Tensilica LX6 | 4 MB | ~30 | GPIO, ADC, DAC, touch, PWM | Wi-Fi, Bluetooth | Wi-Fi + BLE, high computing power | IoT, smart home, web applications | View product | |
| Feather nRF52840 Sense | Cortex-M4F, 64 MHz | 1 MB | 21 | GPIO, ADC, PWM | Bluetooth Low Energy, USB | Many integrated sensors | Wearables, environmental monitoring | View product | |
| Feather M0 RFM69 | Cortex-M0, 48 MHz | 256 KB | 20 | GPIO, ADC, PWM | Sub-GHz radio (868/915 MHz) | Long-range packet radio | Wireless networks, sensor nodes | View product |
Additional Components for Your Feather Project
For many projects, sensor modules are essential. Typical examples include:
- Temperature sensors for climate control or weather stations.
- Motion and distance sensors for automation, lighting control, or security.
- Displays for data visualization or user interaction.
Especially practical are Feather Wings – expansion modules in the same format as the Feather board. These enable, for example, motor control, GPS, OLED displays, audio playback, or additional storage options.
What Should You Consider When Buying a Feather Board?
- Architecture: Choose between ARM Cortex, RP2040, or ESP32 depending on computing power and interface requirements.
- Connectivity: Do you need Wi-Fi, Bluetooth, LoRa, CAN bus, or just USB?
- Pin configuration: Pay attention to available GPIOs and special functions such as ADC, DAC, or PWM.
- Feather Wing compatibility: Plan for possible expansions.
- Power supply: Consider LiPo battery, USB, or external power sources.