[Jacob] wanted to play some sega games on his PC and felt like the experience just wasn’t complete while using the keyboard for input. He had an old MadCatz controller laying around, which could have probably been connected fairly simply, but he really wanted it to be wireless. A wireless keyboard was sacrificed, and the wireless genesis controller was born. To make it, he disassembled the keyboard to take the controller chip out. After tracing out and soldering switches to the leads, he installed it in his genesis controller.
classic hacks2768 Articles
Surface Mount Soldering In Depth
[doctek] wants to help ease any fear you may have of surface mount design. He has written this extremely in depth explanation of how to design and build an LED driver composed of surface mount parts. While there has been plenty of surface mount instruction floating around for a while, he feels that they skimp on the details, especially when it comes to really tiny parts who’s pads are unreachable with a soldering iron. The method he uses is the “hot plate” method we’ve seen before. There’s enough information to build your own tiny LED driver with pulse width modulation, as well as tons of references to explain how and why he does things the way he does. Great job [doctek].
If you’re going to be doing a lot of soldering, you should check out our soldering station how to.
AVR Light Controller
[Matthias] sent us this project where he builds an AVR light controller. He had a halogen bike light laying around, but was unsatisfied with its lead-acid battery. He wanted to use a lithium-polymer battery but found that they can’t be used directly with halogen lamps due to their voltage. His produced 8.5 volts at full charge and can’t be discharged to below 5 volts. He new a power controller would be necessary to try to flatten that out for his lamp, which needed to stay between 6-12 volts.
He used an ATtiny45 doing PWM to change the voltage. Some other cool features he added were the high and low settings and an LED status light for warnings. You can find pictures, schematics and source code on his page as well as tons of great information. Great job [Matthias].
LED Push Buttons
[pros] has come up with a very elegant way of making lighted buttons (translated). Using a bunch of small push buttons harvested from old CD players, he rigged this unique way of mounting LEDs. Each LED has two buttons under it. They are wired in parallel, so if either of them is pushed, the button works. The LED isn’t actually soldered where it passes through the board. The anode and cathode are bent around and soldered to allow the LED a little bit of travel. There’s a good picture of how he did this on the site. The rest of the details might be hard to decipher though, it looks to be in dutch.
[thanks Tom]
5 Cent Tilt Sensor
This is a 5 cent tilt sensor. We know it cost more than 5 cents, but it is in fact a tilt sensor that utilizes a 5 cent coin. We’ve all done quick hacks to make quick sensors for various projects. We’ve seen tons of them, from stealing springs out of pens and shoving a resistor through them for flexible contact switches, to tin foil touch sensors. This one is new to us though. The design is fairly simple, you insert 4 bits of wire to serve as contacts and the coin will make contact with only two at a time. It isn’t analog, it isn’t extremely precise, but it is super quick and easy. Thanks for sharing [ix].
Thermosonic Wedge Bonding
In the past, if we’ve been doing smd soldering, we’ve used pretty basic hot plates. This project takes that idea a bit further. Since [kc6qhp] will be using parts that aren’t conducive to soldering, he has to use wire bonding. After locating a fairly cheap wire bonding machine and microscope, he built the heated stage to fit perfectly with his other tools. You’ll notice that he has machined a lip around the heat plate for small custom C-clamps as well as made it adjustable height. Very nice work [kc6qhp].
Sound Effects Box
At first glance, this may look like a retro styled monome, but it is actually quite different. Merging a Project64 key pad and a Voice Shield for Arduino, [Spikenzie] has made a sound effects box. Each button triggers a unique sound that is stored in the Voice Shield. Of coarse, it will be like a game of memory trying to remember what sound is where. You can see a demo video here.