Using pinball score reels as wireless displays

[Scott] put together a system where he can use pinball score reels as a wireless display. As you can see in the video below, the result is really neat. The sound alone makes this shoot pretty high on our “things that are cool” radar. The display required 24V AC to operate the solenoids that actually let the display rotate, but he found that an 18V DC supply would allow him to fire a single solenoid. No problem, he just staggered their operation. This is barely perceptible due to how long it takes for the mechanical part of the spinning to occur.

You can download his Arduino sketch and see more on his site. He has big plans too, he just got 4 more of these to add once they are cleaned up.

[via Adafruit]

[Read more…]

Playing the song "Still Alive" on hacked exercise equipment

Back in 2009, [Evi1wombat] pulled of this interesting hack, and it has slowly made its way through the internet to find us today. He obtained the computer from a recently deceased treadmill and decided to hack into it. Finding himself unable to flash the existing chip, he yanked it out and replaced it with something he was more familiar with, a dsPIC30F4011. Unfortunately we don’t have any pics of the inside, but he says that he had some fun with wire because the pin mapping wasn’t exactly the same. [Evi1wombat] also gained some respect for the original designer judging by  this quote from the source code:

* Damn, the dude who designed that board pulled
* some pretty nifty tricks… took a while to
* get all the drivers working.

Of course, once you have control over some nifty new hardware, the first logical thing to do on it is play “Still Alive” from the game Portal.

Enjoy the video after the break.
[Read more…]

[Jaimie's] Giant Hexapod project

Warning, this may be a duplicate post. We all agree we’ve seen this before, but can’t find it in our archive. If it is, sorry. If it isn’t enjoy one of the most awesome projects we’ve seen in a long time.

Meet [Jaimie Mantzel] an eccentric, and very hyper, individual. He’s done many projects, but this one in particular stands out as being quite ambitious. [Jaimie] is building a giant hexapodal walker that he can ride in. Dubbed simply “Giant Robot”, the 12 foot tall and 18 foot wide robot began construction in 2007. This individual is so full of energy, you’ll get tired just watching his videos. We’ve included, below, his introduction video as well as the video where his giant robot takes its first steps. Note that there are 67 videos of the build process. Unfortunately, as of the last video in January 2011, the robot is unfinished.

Don’t worry though, we know [Jaimie] is still alive. We saw him recently coming up with cool toy ideas.

If this has left you with an insatiable craving for a video of a fully functional giant walking hexapod octopod, don’t forget about mondo spider.

[Thanks Kamil]

[Read more…]

Upgrading a digital multimeter to tell the temperature

[Rajendra] tipped us off to this really slick hack he’s done to allow his multimeter to tell the ambient temperature. He’s basically measuring the output of an LM35 temp sensor that he has mounted in the case. The circuit is extremely simple and only requires the sensor, a couple resistors, and a switch so that you can return to normal function. When finished, you’ll have a multimeter that will display the ambient temperature when set to to the correct range (0-200 mV in his case). The switch is there so that you can return your multimeter to normal function afterwards.  While [Rajendra] chose to display ambient temperature, you could just as easily create an external probe for measuring other things.

Arduino Uno BIOS flasher

We’ve seen the Arduino used to flash BIOS chips several times now. But these hacks are almost always the result of a bad flash. This time around [GNUtoo] is interested in putting a tool in your hands which can be used to flash Coreboot to your motherboard. His offering uses the Arduino Uno, but there are several other hardware options covered as well.

The firmware makes use of the serprog-duino library which was crafted at writing to flash memory chips. On the computer side of things the flashrom package pushes the BIOS image to the Arduino. The nice thing is the flashrom is a common packge in Linux repositories so it’s probably just an apt-get away.

The process isn’t fast, taking about ten minutes to program a 1 Mb chip. But if you’re just interested in loading an open source BIOS alternative this is easy to set up.