
[yellowduck] took some fantastic initiative with this home made PCB drill press. Many people have a rotary tool already. Just add some scrap wood and four hinges. The drill press isn’t perfect; it pivots a little as it lowers. This shouldn’t be a problem for drilling printed circuit boards though. The PCB should be thin enough for the pivot to have little effect. After some test runs, he added a lamp for better lighting and intends to add a return spring and foot switch. It’s definitely a better solution than drilling multiple holes with a hand drill.
Misc Hacks4179 Articles
Annoy Your Friends With High Pitched Noise

[Hungry_Myst] has put together this fantastic device to annoy your friends. It randomly emits high pitched sounds, then stops for a while to make it very hard to locate. He has added an extra level of annoyance by putting the noise in vicinity of 17KHz thus making it almost undetectable by people over the age of 30. The fact that not everyone in the room can hear it makes people go even crazier trying to find it.
The parts list is fairly short, and the directions concise. One thing that is fantastic about this article is that he encourages people to improve it. That alone is not a huge deal, but he mentions in several areas specific additions that would make it more user friendly: on/off, pitch control, and delay control.
Related: [jay]’s Picaxe based Brain Assailant
1-wire Barometer

[David] put together this rather nice 1-wire barometer. An MPX4115 measures the pressure while an SMD DS2438 mounted to an 8 pin DIP socket provides the 1-wire interface. The writeup includes a nice description of the board layout and wiring, making this project accessible to just about anyone with a decent tip on their soldering iron.
PIC Based Boiler Controller

We’re used to central A/C, so we were surprised by this PIC controller based heater controller. It’s based around a pump controlled boiler/radiator system. A PIC 16F84 is used to input the set point and control a pump to circulate the heated water as needed. You can grab full schematics on the project page.
Update: We added a screen capture of the schematic after the break since the site keeled over.
HOPE 2008: Community Fabrication

Today at The Last HOPE, [Far McKon] from Philadelphia’s Hacktory presented on community fabrication. Over the last few years we’ve seen a lot of different accessible rapid prototyping machines created. There’s the RepRap, a fabrication machine that has achieved self replication; our friends at Metalab have gotten their own version of the machine running too. The Hacktory has recently acquired a Fab@home machine. Fab@home hopes to make manufacturing using multiple materials accessible to home users. Multiple materials means people have constructed objects that vary from embedded circuits to hors d’oeuvres. We can’t talk about edible prototyping without bringing up the CandyFab machine, which fuses sugar. The Hacktory has enjoyed their machine so far, but have found the learning curve fairly difficult. While it’s great to see the cost of rapid prototyping dropping, we’ll be much happier when the ease of use improves.
HOPE 2008: The Impossibility Of Hardware Obfuscation

The Last HOPE is off and running in NYC. [Karsten Nohl] started the day by presenting The (Im)possibility of Hardware Obfuscation. [Karsten] is well versed in this subject having worked on a team that the broke the MiFare crypto1 RFID chip. The algorithm used is proprietary so part of their investigation was looking directly at the hardware. As [bunnie] mentioned in his Toorcon silicon hacking talk, silicon is hard to design even before considering security, it must obey the laws of physics (everything the hardware does has to be physically built), and in the manufacturing process the chip is reverse engineered to verify it. All of these elements make it very interesting for hackers. For the MiFare crack, they shaved off layers of silicon and photographed them. Using Matlab they visually identified the various gates and looked for crypto like parts. If you’re interested in what these logic cells look like, [Karsten] has assembled The Silicon Zoo. The Zoo has pictures of standard cells like inverters, buffers, latches, flip-flops, etc. Have a look at [Chris Tarnovsky]’s work to learn about how he processes smart cards or [nico]’s guide to exposing standard chips we covered earlier in the week.
Nodeblinky, Rechargeable And Full Of Blink
[youtube=http://www.youtube.com/watch?v=Si—o0fEto&hl=en&fs=1]
Over 2500 unique patterns and up to 25 hours of winky blinky fun, that’s what you get with Nodeblinky. This contraption was designed by the Image Node crew as a learning platform and a way to raise money for their upcoming Burning Man display.
The kit measures 4″ square and has 28 LEDs spread across its surface. An AVR ATmega168, rechargeable 9 volt battery, and two LED drivers power it. One section of their site states that it has over 2500 unique patterns, while another area says 5000 combinations of patterns. Either way, its pretty trippy as you can see in the video above. There are 4 brightness levels as well as 4 running modes to keep you amused. The kit can be purchased for $40 or the assembled unit for $80. They do freely give out all the details though, so if you really felt like building one yourself, you probably could.