Adafruit Flora NeoPixel LED Ring Headphone mod

Wearable Arduino mod for your headphones. Non-invasive procedure for headphones that don’t have room inside the drivers or you don’t want to hack apart your high end cans.
Adafruit Flora NeoPixel LED Ring Headphone modAdafruit just put out a tutorial for adding pattern blinking LED lights to headphones.  This instructable takes it one step further.

This project is really the Adafruit Ampli-tie project morphed into a cool sound reactive LED light appliance for your headphones. It provides a visual audio meter or color organ that responds to the volume/amplitude of the audio heard in your headphones.

Daft Punk, call me.

Step 1: Here kitty, kitty…

You need to get some products from Adafruit.com since there are some exclusive parts that they make.

You can actually use any Arduino but I am using the Adafruit Flora.  It is their wearable Arduino platform which I have used for many of my other ibles.

You need the microphone amplifier breakout module.

Instead of many sewable NeoPixel boards, you need to get two NeoPixel rings. A ring contains 16 RGB LED units with each pixel having its own constant current limiter chip built in.  No need for external resistors. The pixel units are already chained together, individually addressable and controlled by one data pin by I2C.

A battery pack for your Flora(4.5v, 3xAAA)

Hookup wire to get everything connected.

Male header pins and female header sockets to make detachable cables.

Zip-ties and tape to put everything together

And a set of headphones you want to mod.

CAUTION: Know how to work with electronics. Use care in soldering.

Step 2: When my eyes were stabbed by the flash of a neon light…

neon light

You just need to follow the fine tutorial on Adafruit’s Learning System. http://learn.adafruit.com/led-ampli-tie/overview

I used the Dynamic sketch for the Ampli-tie.

Mod the code if you want to change the animation of the lights.

The only major change is that I will not be connecting my components with conductive thread. Instead, I am using real wire from ribbon cable.

The connected row of 16 individual NeoPixel boards will be replaced with a set of two NeoPixel rings controlled by the same pin. Note that they need 5 volt power so they are connected to vBatt.  The 3.3 v is not enough to power the NeoPixels and they will act wonky,  I tried.

Note that I have modded my Flora to have leads from the pin outs and terminated with female headers. The power supply pins and GND have a ganged  female header to accomodate the multiple common connections.

The microphone amplifier breakout board came with a set of 6 male header pins.  I soldered 3 into the board (+3, GND, data). The other 3 unused pins I wasn’t sure of what to do with.  Spare or were they to make your own cable?  I just soldered them perpendicular to the ones on board and made a right angle connector. Clip off the excess leads. You can then terminate a cable with a female header connector for use. It makes for a flatter connector.  Connect this to the 3.3v pin of the Flora.

Test your circuit.

I haven’t looked at the code closely yet but you can create multiple instances of the Adafruit_neopixel strip commands to run off of different pins.  I wasn’t sure of how to do that yet but you can just put the data pin inputs together so that the driving signal goes to both Neopixel rings in parallel. The original code was to graphically convert for 16 pixels and not a chained strip of 32 for both rings if you put the data out pin to the data in pin of the other.

Step 3: Rig it all up..

Take a piece of wire and form a standoff clip for the NeoPixel ring.  I suppose you could 3D print or machine some clear lexan supports for a real fancy finished product. Maybe even just a bezel ring mount to adhere to your headphone shell.

The ring will float outside one of the earcups.  The LED elements will face inside since they are so blindingly bright, maybe too bright for some standing next to you but that is your choice to have it face outward.  Facing it in creates that halo effect with the light bouncing off of your headphones.  You can tape the wire mount to the headphones or screw for a more permanent solution.

For more detail: Adafruit Flora NeoPixel LED Ring Headphone mod


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top