benjamin.computer

LED Pendant

30-09-2013

LED Pendant

30th of September, 2013

KT

Whilst working on the Doorbell I had another AVR project on the go; a pendant for a necklace as an anniversery present. I had the idea after seeing a post on hackaday (where else?) that described a simple project to turn an LED matrix into a fun, little necklace. I decided I'd give it a go.

The design calls for an ATtiny2313 as this has the rather nice feature of the right number of legs being in the right places to solder directly onto the LED matrix! No bad thing at all. The parts are all quite straight forward, with one exception; the matrix itself.

The tricky thing here is that American parts aren't always the same as British ones and finding a matching part can be tricky. Over in the east end of London, we have a large RS Components (up in Leeds, its Farnell for preference) so one can order and then go to the desk for a pickup. I looked around and found this green LED matrix but when I got it wired up, bad things happened.



Battery Holder

The issue is this unit has a common cathode. What one needs to do is set all the pins to a Hi-Z state except the column you want to light up. That column goes to +5v. The corresponding row needs to go to 0v but not the hi impedence state. That way, current flows through the dot in question. This meant re-writing the AVR driver. Most of the code can be found here on google for the basic setup. I used my venerable bus pirate with a zero-insertion-force or ZIF socket. Programming the device is quite straightforward with the AVRDude tool-chain setup. Really, the hardest part was re-writing the driver section and making sure that the speed was up to scratch. I had a lot of issues with the button and trying to change the animations. Still, after persevering, I finally achieved what I wanted.

3D Printed Enclosure

Designing the case was tricky. I had two other projects on and the anniversery was nearing, so I ordered the necklace parts and finings from Cooksons Gold and set to work on the design. I didn't have time to turn around the part at Shapeways or similar so I decided to go with a simple design in PLA, mostly because the 3D printed chique might work (I thought, in my head :S ). Fortunately, the London Hackspace now has a working 3D printer (I know, shock horror right?!). The Lulzbot we have is now working quite well so off I went with Blender.

3D Printed Enclosure

Blender is still my goto tool for 3D these days as it has all the features one could possibly want and it's only getting better and better. So with all that in mind, I mapped out the dimensions of the soldered pieces and the battery size and came up with a simple, yet slightly organic looking design to encase all the bits. Mounting the battery was the trickiest part. In the end, I laser cut a square of thin perspex with two notches to hold the clip in place. I used a compression fit (read, jamming it in really hard so it wouldnt move) and then soldered the AVR pins to the clip with some wire.

Blender Designing

Overall, I was really happy with the result. I laser cut a box from reflective perspex, put in some padding and voila! I suspect there will be only a few occasions where the girlfriend can actually wear this but I think she liked it :)

Final Result


benjamin.computer