posted Aug 12th 2009 2:00pm by
Gerrit Coetzee
filed under:
tool hacks

Pulsar Professional FX has a neat tip on their site for getting a really even toner transfer when making your own PCBs. First, the PCB is cut to size, and the paper is tacked to the board. Then, the PCB is placed paper up onto a dowel and rolled back and forth with the iron. Since the board bends slightly over the dowel the toner sticks evenly to the copper. After that, just remove the paper as usual and etch with your preferred method.
posted Jul 13th 2009 3:42pm by
Zach Banks
filed under:
peripherals hacks,
tool hacks

Etching a printed circuit board generally takes a bit of time and uses a lot of etchant. [TechShopJim] posted a method that uses a sponge to reduce the amount of etchant used while speeding up the entire process. First, a resist is applied using either a sharpie or the toner transfer method. Using gloves to handle everything, he soaked a sponge in ferric chloride and continually wiped a copper-clad board until all the exposed copper was removed. This technique moves the etchant around more, keeping “fresh” etchant closer to the copper. If you can’t procure ferric chloride, you can also use our method that uses 2 household chemicals: hydrogen peroxide and hydrochloric acid.
posted Jun 16th 2009 1:50pm by
Zach Banks
filed under:
arduino hacks,
news

[Oomlout] has created an Arduino Experimentation Kit that uses basic sensors, buttons, and LEDs to teach electronics and programming. Printed overlays are secured on a breadboard, indicating components and connections. The Arduino is then used to drive the circuit. Examples include driving motors, using shift registers, and making beeps with a piezo element. These are backed up by explanations and code. The breadboarding kit is very similar to the classic 300-in-1 project kits marketed to beginners. In addition, all of the materials are released as open source. Kits are also available that include everything needed to create the circuits.
Related: Opensource Robotic Arm
[via Hack a Day flickr pool]
posted Dec 5th 2008 5:00am by
Eliot Phillips
filed under:
home hacks,
led hacks,
tool hacks

SparkFun’s latest tutorial shows you how to work with relays. A relay is an electrically operated switch. In this case, they’re using it to switch a 120V AC outlet. The article carries the standard warnings about how not to kill yourself with AC (plus some non sequitor linking throughout). As an extra precaution, they chose a GFI outlet. You probably know how a relay works, but it’s worth seeing how they implemented it. They use a transistor to prevent overloading the microcontroller’s GPIO pin. The control pin is pulled to ground to keep the relay off. A diode is placed across the relay coil to manage the power flow when it discharges. An indicator LED is included to show when the relay closes. This is a great foundation for an automation project, or maybe you just want to terrorize your cat.