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...
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 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.
- 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 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.
- Motion detection
- A camera feature that checks the image for changes that suggest something has moved. It matters because your project can use movement as a trigger instead of constantly saving or processing every frame.
- 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 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.
- RP2040
- A microcontroller chip used on many maker boards, with enough speed and flexible I/O for some camera and display projects. Compatibility with RP2040 matters because camera modules often need many pins and careful timing to read image data successfully.
- 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