Smart Rack for Headphone

by LarsWH in Circuits > Arduino

2267 Views, 34 Favorites, 0 Comments

Smart Rack for Headphone

DSC_0031.JPG

This instructable shows how to make a smart rack/holder for your headphones.

By utilizing IR diodes to detect the presence of the headphones, audio can be routed to your PC speakers or to the headphones.

My headphones used to be lying around in random locations in my home office. Now they are always in the holder, and when ever I pick them up, PC speaker audio is re-routed to the headphones automatically.

The electronics is pretty simple, and could fairly easily be made solely with discrete components. To have some flexibility while making this prototype, I did however decide to use an Arduino to control things.

Design Electronics and Software

2017-09-15_22h01_52.png
2017-09-15_21h58_57.png

The devices you will need to build the basics are:

  • Arduino Nano
  • A dual relay (or two single relays)
  • IR transmitter LED
  • IR receiver LED
  • Resistors (220, 470, 4K7)
  • BC547 transistor
  • 3 stereo headphone jack sockets

Assemble everything and run some experiments. My setup was pretty sensitive with respect to having the to LEDs well aligned, but then again I have made no effort whatsoever to increase the sensitivity. You can easily enhance the sensitivity by adding a transistor to the receiving LED, but for me it just was not necessary.

Example software for the Arduino can be found here:

https://github.com/LarsWH/arduinoHeadphone

Solder Stuff

DSC_0004.JPG

This first soldered version ended up rather ugly, but it works for me. If I ever make a second version, I will make sure to make it nicer.

Make a Prototype

DSC_0012.JPG
DSC_0011.JPG
DSC_0013.JPG

Going steampunk...

Using parts from an old bookshelf, cable stips, an empty jar, some scrap metal, etc. I assembled this prototype to prove the concept.

It was actually hanging of my desk for a few months until my whife ordered me to do something about it!

A friend of mine thought this was a kind of steampunk device, and that it looked kind of cool, but I have learned to listen to my wife.

Make a 3D Model

2017-09-15_22h10_41.png

Using Tinkercad I came up with the above design.

I have never used that software before (or any other 3D software for that matter), and gave up a few times in the process. The videos on youtube made Tinkercad usage look so easy, and finally I got it.

https://www.tinkercad.com/things/8sm3dMm7bTz-smart...

3D Print

2017-07-20 20.54.17.jpg

The file from Tinkercad was fed to this 3D printer, and approximately 8 hours later I had the prototype in my hands.

Again this was my first 3D print ever, so I did need some guidance from a friend to get it going.

Modify the Plastic Prototype

DSC_0020.JPG

If I had spend more time with Tinkercad, I could possibly have gotten all the holes and cut-outs correct, but I gave up on that.Therefore I ended up having to do a lot of cutting and milling of the the plastic model. So make sure you have a vacuum cleaner at hand while doing this.

Fitting Things Into the Plastic

DSC_0024.JPG

Especially fitting the LEDs was tricky. I was unable to get them pushed through from the inside, so I ended up drilling larger holes, and pushing them in from the outside. They are not glued down on anything but they seem to remain in their position.

What Now...

DSC_0026.JPG

I tightened the stereo jacks well and glued down the metal plade. I know that eventually they will become loose, but for now it is OK

The pcb is simply covered by a piece of plastic (not shown), held in place by the mounting screws

Mount the Holder

DSC_0028.JPG
DSC_0030.JPG

The holder is mounted under my home office table, and to be fair it looks better than the steampunk version.

The Arduino is powered through the mini USB connector, and on the pictur you can see the 3 audio cables.

This setup has been working nicely for a few months now, and I am pretty happy with the end result.

Future improvements:

  • A better 3D model, with no need for manual modifications
  • Make room for a lager PCB which can include the 3 stereo jack sockets
  • Make a proper PCB
  • Change the design so that two of the audio cables (to PC and to Speakers) are hidden under the desk. Only the headphone cable need to be visible and accessible.