Power Drill Solder Spooler

[youtube=http://www.youtube.com/watch?v=cF4cw41SMvY]

[Scott] over at curiousinventor.com has posted an instructable detailing how to use an Arduino and a power drill to spool solder. The Arduino senses the speed that the drill is going via an opto interrupter and a laser and adjusts with a servo hooked to the trigger. While we don’t think many people will be dying to spool some solder, this system might be useful for all kinds of things, like winding yarn or making coils.

Solder Station Hack Adds Temperature Control

Take that cheap fire stick you call a soldering iron and turn it into a real tool. [Giorgos Lazaridis] turned his 30 watt soldering iron into a temperature controlled soldering station by adding a thermistor just above the tip to monitor how hot things are getting. A MAX6675 takes care of the thermocouple and shoots a digital temperature value off to the PIC 16F88 which controls the unit by taking user input from a potentiometer and displaying the settings on an HD44780 character display. His use of a dissected ‘wall wort’ inside of the ATX power supply carcass used as the case for the station is a clever hack. See it melt some metal in the clip after the break.

This makes a nice upgrade to our solder station guide, which had a temperature controlled iron but lacked the sensor and automation seen here. Continue reading “Solder Station Hack Adds Temperature Control”

Magically Repair AVR Chips

If you’ve ever spent time working with AVR microcontrollers you’ve probably set the fuse bits incorrectly at least once. The ATmega fusebit doctor will automatically repair the fuse bits and get you back in business until your next mishap. The ATmega8 that powers the device has the chip signatures for the ATmega family stored inside so it will automatically detect which chip you’re trying to ‘unbrick’. From there it looks up the correct fuse bits and resurrects the sick microcontroller. This is useful in recovering a chip that has serial programming disabled, used the reset pin as I/O, or just enabled an external clock without the necessary hardware to deliver on that feature.

This magic is taken care of by using High Voltage Parallel Programming. We’ve seen HVPP used in the Arduino rescue shield and it is a valuable feature of the AVR Dragon, our favorite AVR programmer, as well as others. Still, you can hardly beat the ease of plugging a dead chip into this board and pressing one button. Oh, did you brick a member of the ATtiny family? There’s a rescue board for those too.

[Thanks Stewe]

Ghetto Repairs: Desoldering With A Candle

Yes, that picture you are seeing is serious. [Roland] needed a chip for a damaged piece of electronics. He was lucky enough to find one on an old board at a local shop. The problem was, he didn’t have the hot air gun to remove the chip the correct way. Instead, he simply cooked the board over a candle to melt the solder. Interestingly, after he cleaned the candle-cooked board, it looked like it survived without damage. The chip worked fine and fixed his problems. Sometimes, we just don’t have the right tools for the job.

[via HackedGadgets]

Building Air Variable Capacitors

In keeping with our opinion that radio operators were the original electronic hackers here’s a guide to building your own transmitting air variable capacitors. Using some roof flashing, Plexiglas, and various fasteners [David Hammack] was able to make it work. It’s not a perfect solution but he has some ideas to make the next one better. Give this a try after you’re done tweaking your crystals and building input devices.

[Thanks Rich]

5×2 Patch Board

Sometimes we want to sit on the back porch, crack a beer, and do some prototyping. Other times we’d like to do the same but on the couch in the livingroom. To that end we added a 5×2 pin to 10×1 pin patch board to our solderless breadboard.

The 5×2 pin form factor is pretty common, used as an AVR programming header, on development boards like the Dragon Rider 500 and the STK 500, and in small prototyping devices like the Bus Pirate. We like the freedom of using IDC cables as interconnects and that’s where this board comes in. Now we can patch into the IDC cables yet still quickly disconnect them when moving to a different prototyping location. Check out the PCB artwork and this handy device in use after the break.

Continue reading “5×2 Patch Board”

Peltier Cooler Based Cloud Chamber

[youtube=http://www.youtube.com/watch?v=eKfx4Rjf0BU&feature=player_embedded]

[Rich] shares with us his build of a Peltier cooler based cloud chamber. This nifty little tool allows him to see the paths that radioactive particles take through alcohol vapor. The system he has come up with is fairly cheap at roughly $100. He’s using Peltier coolers from computers and a cheap ATX power supply. You can see a more detailed instructable here.

[via Make]