Adafruit
Adafruit Prop-Maker FeatherWing
The Adafruit Prop-Maker FeatherWing is an all-in-one add-on for building light sabers, cosplay props, interactive toys, and wearable effects. It combines Neo...
The Adafruit Prop-Maker FeatherWing is an all-in-one add-on for building light sabers, cosplay props, interactive toys, and wearable effects. It combines NeoPixel LED driving, a 3W RGB LED driver, a motion-sensing accelerometer, and a Class D audio amplifier onto a single Feather-format board — everything you need for props with lights, sound, and motion response.
Key Features
- NeoPixel Port – 3-pin JST connector with level shifter for glitch-free addressable LED strips; high-current drive from LiPo or USB
- 3W RGB LED Driver – Three high-current MOSFETs for driving a powerful RGB LED with PWM colour mixing
- LIS3DH Triple-Axis Accelerometer – Motion, tilt, and tap detection for swing/hit effects; Arduino and CircuitPython libraries available
- Class D Audio Amplifier – Drives 8Ω 1W or 4Ω 3W speakers for sound effects; compatible picoblade connector
- Low Power Mode – Pin-controlled power cutoff to NeoPixels, RGB LED, and amplifier drops wing current to under 1 mA
- Enable Pin Breakout – With strain-relief holes for a mechanical on/off switch
- Mode Button Breakout – With strain-relief holes for an external switch
Recommended Feather Boards
For full functionality (NeoPixels + RGB LED + audio + accelerometer), use a Feather M0 Express or Feather M4 series board. Other Feathers have partial compatibility:
- Feather nRF52, ESP32, ESP8266 – PWM for RGB LED and NeoPixels work; no analogue audio output
- Feather 32u4 / 328P – Limited PWM pins and no analogue audio output
- Feather M0 Basic – Audio output in Arduino only, not CircuitPython
Ideal For
- Light sabers and illuminated swords with motion-activated sound
- Cosplay props, wands, and staffs
- Interactive toys and theatre props
- Wearable effects with lights, sound, and motion sensing
Specifications
- Dimensions – 50.7 × 22.8 × 7.2 mm
- Weight – 4.8 g
Package Contents
- 1× Adafruit Prop-Maker FeatherWing (assembled)
- 1× Header strip (requires soldering to attach to Feather)
Jargon buster
Plain-language definitions for the technical terms used above.
- breakout
- A breakout is a small circuit board that makes a tiny or hard-to-solder component easier to connect to with standard pins. It matters because this OLED module can be wired into a microcontroller project without needing to solder directly to the display’s fine contacts.
- 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.
- ESP32
- ESP32 is a family of microcontroller modules with built-in wireless features such as Bluetooth and WiFi. Knowing this product uses an ESP32-based module helps explain how it provides wireless serial communication and firmware update features.
- FeatherWing
- A FeatherWing is an add-on board made to plug into the Feather microcontroller board layout. Knowing a product is a FeatherWing helps you check whether it will physically and electrically fit your Feather-style mainboard.
- 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.
- LED driver
- An LED driver is a control chip or circuit that supplies and switches power to LEDs. For a display board, it reduces the number of microcontroller pins needed and handles tasks like lighting the right segments and adjusting brightness.
- 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.
- 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.
- 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.
- RGB
- Short for red, green and blue, usually referring to an LED that can mix those three colours. It matters because controlling an RGB LED teaches how separate outputs combine to create different colours.
Related Tutorials
Free guides on learn.littlebird.com.au