Build Your Own SOIC Progamming Clip

[Pyra] was looking for a way to reprogram some ATtiny13 microcontrollers in a SOIC package. He’s re-engineering some consumer electronics so adding an ISP header to the design isn’t an option. He had been soldering wires to the legs of every chip but this is quite tedious. What he needs is an adapter that can make physical contact with the legs just long enough to program new firmware. After looking around he discovered that a PCI socket can be used as a progamming clip (translated). It shares the same pitch as a standard SOIC package but is not wide enough for the chip. He cut out 4 rows of the socket and the section of motherboard it was soldered to. Then he made a cut down the middle of the plastic and bent the two sections apart. The image above illustrates this, but not shown are the eight wires that he later added to connect to the device.

We wonder if this can be adapted to program SOIC parts without removing them from a circuit board. That would be a handy tool for finishing up the LED lightbulb hack.

Well-balanced Flight Simulator

Here’s a flight simulator which uses concepts simple enough for anyone to build. As you pilot your virtual craft, the cockpit you’re sitting in moves as well. But unlike some of the more extreme simulator builds we’ve seen, this uses basic materials and simple concepts to provide that motion. Its center of gravity is balanced on a base frame. The joystick slides as you move the nose of the craft up and down, shifting the center of gravity causing the cockpit to tilt as well. The pilot sees the simulated flight through a wearable display. There is a stationary reference in front of him which allows the system to measure head movements, panning and tilting the virtual display to match. Check out the overview video after the break, or click through to the page linked above and watch all 22 episodes of the video build log.

Continue reading “Well-balanced Flight Simulator”

Global Village Construction Set

The Global Village Construction Set is an open hardware initiative aimed at sharing tool-building knowledge. They believe that to build civilization you need forty basic tools, eight of which they’ve already prototyped and made available on their wiki. Included in these is a tractor which reminds us of a beefy bobcat. It has a soil pulverizing attachment which can be used to break down soil and feed it to their soil brick compressor. That machine spits out compressed dirt bricks which are used as building materials. They’re stacked on concrete footings and then limewashed to protect the un-baked bricks from water erosion. Does this remind anyone else of real-life Minecraft?

Above you can see a group of Open Source Ecology developers showing off bricks in front of the machine that made them, with the tractor/soil pulverizer to the right. Take a look at the videos about the construction set and brickmaking after the break. And learn more by perusing their weblog.

If you think an apocalypse is on the way you might want to buddy-up with these folks. They seem to know what they’re doing.

Continue reading “Global Village Construction Set”

Electromechanical Computer Built From Relays

This is Zusie, a computer built out of electromechanical relays. [Fredrik Andersson] picked up a lot of about 100 telephone exchange circuit boards, each with about 16 relays on them. After getting to know a heat gun really well he ended up with 1500 working relays with which to play. The machine runs slowly, it iss noisy, but it definitely works. After the break you can see it running and assembly code program that he wrote.

The instruction set is based on boards running microcode. These store the operational commands for each instruction the processor has available to it and they run in parallel with the rest of the operations.

We’re always surprised to see that these home-built processors work. Mostly because of the complexity involved in assembling them. How hard is it to find a shorting connection or a malfunctioning relay? Those problems aren’t limited to this application either, what do you do if a transistor-logic CPU has a malfunctioning chip?

Continue reading “Electromechanical Computer Built From Relays”

2010 Hacker Gift Guide

You’ve probably been fantasizing about getting amazing gifts this December, like robots with servo-mounted laser pointers and authentic battle damage. It’s time to realize that it’s unlikely that this will happen. Stay calm. You can still get sweet hacky things if you just forward this gift-giving guide to your friends and loved ones.

Join us after the break to see what we want and be sure to let us know what you’ve got your eye on.
Continue reading “2010 Hacker Gift Guide”

PC Monitor Sleep Mode Using IPhone

[Mike Silverman] rigged up a way to make his monitor sleep from an iPhone. Working with a Windows system, he installed QuickPHP and NirCmd to add PHP and command line controls. Some quick PHP code writing and this has the effect of creating a sleep button toggled via a network address. He loads up the IP and port information in the Safari browser of his iPhone, creating a Home Screen short cut seen in the image above. Now he clicks on the button and puts the screen to sleep.

It’s not that we find this functionality useful since most monitors sleep after a few minutes of inactivity. But we like the methodology and you can bet we’re already planning uses for this. Any PHP server (like the copy of Apache running on this machine) will do as long as it’s on the same LAN as the iPhone’s WiFi connection.

Build A Pong Gaming Console

A lot of thought went into [Patrick Mccabe’s] Pong gaming console build. He used components we’re familiar with; an Arduino as a controller, 8×8 LED modules as the display, and potentiometers (with fancy knobs) in project boxes as the controllers. But every step along the way he took care to build this cleanly and robustly. Even the MAX7219CNG drivers for the six LED modules reside on PCBs from a fab house. The finished project is something you’d be proud to pull out and play when you have friends over. Even if they’re not part of the geek elite we think they’d enjoy a game or two. Great job [Patrick]. We hope to see an internalized microcontroller and scoring in your next update!

Want to do this but the cost of the matrix drivers scared you away? Follow our tutorial to build your own display using an AVR for the multiplexing.