Adafruit
Adafruit RP2040 Prop-Maker Feather with I2S Audio Amplifier
The Adafruit RP2040 Prop-Maker Feather is an all-in-one board designed for building props, cosplay pieces, lightsabers, animatronics, and interactive toys. I...
Get notified when back in stock
The Adafruit RP2040 Prop-Maker Feather is an all-in-one board designed for building props, cosplay pieces, lightsabers, animatronics, and interactive toys. It combines the RP2040 microcontroller with a prop-making toolkit — I2S audio amplifier, NeoPixel driver with level shifting, accelerometer, and servo header — with screw terminal connections for minimal or no soldering.
Powered by CircuitPython or Arduino, this board boots instantly and can drive LED strips, play sound effects through a speaker, detect motion and taps, and control a servo — everything you need for an interactive prop in one compact Feather.
Key Features
- RP2040 Processor – Dual-core Cortex M0+ at 133 MHz with 264 KB RAM and 8 MB QSPI flash
- MAX98357 I2S Audio Amplifier – 3 W Class D amplifier for driving 4–8 Ω speakers via screw terminals
- NeoPixel Port with Level Shifter – 5 V level-shifted output on screw terminals with power cut-off transistor for low-power sleep
- LIS3DH Triple-Axis Accelerometer – Motion, tilt, and tap detection for interactive responses
- Servo Header – Standard 3-pin 0.1" header for hobby servos
- Extra Button/Output Pin – Additional screw terminal for activation button or digital output
- Low Power Mode – Pin-controlled power cut to NeoPixels and amplifier for sleep/standby
- STEMMA QT Connector – Plug-and-play I2C for additional sensors and peripherals
- USB Type C – For programming, serial debugging, and power
- LiPo Battery Support – Built-in 200 mA+ charger with automatic USB/battery switching
Also Consider
- Feather RP2040 – Standard RP2040 Feather without prop-making hardware
Ideal For
- Lightsabers and illuminated swords with motion-reactive sound
- Cosplay props with lights, sound, and motion detection
- Animatronics with servo control and audio
- Interactive toys and wearable electronics
Package Contents
- 1× Adafruit RP2040 Prop-Maker Feather (assembled and tested)
- 1× Header strip (soldering required for breadboard use)
Jargon buster
Plain-language definitions for the technical terms used above.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- 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.
- I2S
- I2S is a digital audio interface used to send sound data between chips, such as from a microcontroller to an audio amplifier or DAC. It matters if your project needs cleaner digital audio output than a basic buzzer or PWM signal can provide.
- 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.
- LIS3DH
- A specific low-power 3-axis accelerometer chip made by STMicroelectronics. Knowing the chip part number helps you find the correct datasheet, libraries, wiring details, and limits such as its safe voltage range.
- 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.
- Motion detection
- The ability to sense that something has moved, either by comparing successive camera frames or by using a dedicated sensor such as a PIR (infrared) or radar module. When a product lists motion detection, movement can be used as a trigger so a system only acts or records when there is activity rather than running continuously.
- NeoPixel
- A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
- 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.
- RP2040
- The RP2040 is a dual-core Arm Cortex-M0+ microcontroller chip from Raspberry Pi, used on many maker boards and offering programmable I/O, multiple GPIO pins and reasonable processing speed. Code and accessories built for that chip should work where RP2040 compatibility is listed, though demanding tasks such as reading a camera can require careful pin allocation and timing.
- servo
- A servo is a motor with built-in position control, usually told to move to a specific angle by a control signal. It matters when you need repeatable movement, such as steering, arms, flaps, or linkages, rather than continuous spinning.
- STEMMA QT
- A small plug-in connector system for I2C boards that lets you connect compatible sensors and controllers without soldering. It matters because it can make wiring faster and less error-prone, especially when adding several small modules to a project.
Find this product in
Audio & Video
Brands
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au