Hackaday Links: January 5, 2012

Now make it life size

Here’s a scale model of the classic Playstation game Wipeout. It uses quantum levitation, superconductors, liquid nitrogen, and incredibly detailed models of the cars in Wipeout. They’re able control the speed and direction of the cars electronically. Somebody get on making one of these I can drive. Never mind, it’s totally fake, but here’s a choo-choo that does the same thing. Thanks for the link, [Ben].

Found a use for eight copies of Deep Impact

Where do you keep all your wire? [Paul] keeps his inside VHS tapes. It’s one of the most efficient ways of storing wire we’ve seen, just don’t touch those VHS copies of the original Star Wars trilogy.

There’s MAME machines for pinball?

MAME arcade machines are old hat, but we’ve never seen something to emulate pinball. The build uses two LCD monitors, a small computer and PinMAME. There’s videos in the build log; tell us if we’re stupid for wanting to build one. Thanks go to [Adrian] for sending this one in.

LEGO binary to decimal conversion

[Carl] is doing a few experiments to see if it’s possible to build a calculating machine out of LEGO. He managed to convert four bits of binary into decimal. We’ve seen a LEGO Antikythera mechanism but nothing on the order of an Analytical Engine or some Diamond Age rod logic. Keep it up, [Carl].

Lubs and Dubs that aren’t for dubstep

The folks at Toymaker Television posted a neat demo of heart rhythms emulated with a microprocessor. It cycles through normal sinus rhythm, atrial fibrillation, atrial flutter, and everything else that can go wrong with your heart. We know some nurses that would have loved this in school.

LED Cube Is A Little Bit Of Kit, A Lot Of Point-to-point Soldering

[Craig Lindley] recently finished building his own RGB LED cube project. It’s made up of four layers of 4×4 LED grids, but you may notice that the framework that supports the structure is not the usual ratsnet of wires we’ve come to expect. They’re actually long, thin circuit boards. [Craig] grabbed the Rainbow Cube kit sold by Seeed Studio for this project. But instead of pairing it with their Rainbowduino driver, he built his own to give him more options on how to control the blinky lights.

He’s using an Arduino Uno to control the display, choosing TLC5940 driver chips to safely provide the juice necessary to light up the grid. These drivers also offer 12-bit pulse-width modulation for easy color mixing. Driving the LEDs directly would have taken a large number of these expensive chips (over $4 a piece), but if multiplexed the design only calls for two of them.

Check out a video of the finished cube reacting to music thanks to the microphone and amplifier circuit [Craig] build into the driver board.

Continue reading “LED Cube Is A Little Bit Of Kit, A Lot Of Point-to-point Soldering”

OsPID: The Open Source PID Controller

Need PID control in your next project? Perhaps this little beauty can help. It’s an Open Source PID controller that also follows the Open Hardware guidelines. [Brett Beauregard] based the project on the newly minted Arduino PID library which he wrote. In the video after the break [Brett] takes apart the device, walking through some of the ways this might be hacked. If you want an overview of every part of this project to-date the best resource is probably his personal blog post.
The front circuit board is the meat and potatoes of the device. It hosts the user interface in the form of buttons, LEDs, and a graphic LCD screen. You can also see the USB mini-b connector which gives you access to the Arduino compatible ATmega328 microcontroller on the back. There is also a piezo buzzer for your alarm needs.
The prototype that [Brett] shows off uses pin connectors to join the main board to the two daughter boards. Unfortunately, the production model moved to dual-sided edge connectors. That’s fine if you you’re using it in its stock condition, but it makes it a bit harder to replace those boards with your own hardware. None-the-less, we love to see great Open Hardware projects brought to market! Continue reading “OsPID: The Open Source PID Controller”

Custom Screensaver On The Non-touch Kindle 4

[Kubbur87] put together a guide to replacing the Non-touch Kindle 4 screensavers with your own images. We’ve already seen a way to remove the Special Offers banners from the newest version of Kindle Hardware, this hack lets you use your own 600×800 Portable Network Graphics (.png) file instead of the images pushed to the device by Amazon.

Frankly, we’re shocked at how easy this hack is. [Kubbur87] puts the device into developer mode, enables SSH, and then goes to work on the Linux shell within. It seems the only line of protection is the root password which he somehow acquired.

After the break you’ll find his videos which show how to enable developer mode and how to perform this hack. By putting a file named “ENABLE_DIAGS” with no extension on the device when it is recognized as a USB storage device you’ll gain access to the diagnostic menu system. From there it’s just a matter of cruising that menu to get SSH access. Like we said, you’ll need the root password, that that’s as easy as naming your favorite video game character from the 1980’s.

Continue reading “Custom Screensaver On The Non-touch Kindle 4”

Bang-banging Your Way To A Perfect Cake

bang-bang-oven-control

[Rob Spanton’s] house is equipped with a rather cheap oven, which was discovered while his roommate tried using it to bake part of a wedding cake. If someone took a shower during the baking process, a large portion of unit’s gas pressure was diverted to the boiler, causing the oven to shut off completely. This is obviously not a good situation for baking cakes, so the housemates decided to construct a makeshift controller to keep temperatures in line.

They started by installing a pulley on the oven’s knob, which is connected to a small motor via a long rubber belt. The other end of the belt connects to a small motor, which is controlled by a Pololu 18v7 motor controller. A K-type thermocouple monitors the oven’s temp, feeding the data through a MAX6675 converter to (presumably) [Rob’s] computer.

Since they were in a bit of a time crunch, [Rob] and his roommate [Johannes] decided the best way to keep the oven at a steady temperature was via bang-bang control. While you might imagine that cranking the gas knob between its minimum and maximum settings repeatedly wouldn’t be the ideal way to go about things, their solution worked pretty well. The cake came out perfectly, and the maximum temperature swing throughout the entire baking process was only 11.5°C – which is pretty reasonable considering the setup.

Reading NAND Flash With An Arduino

[HC] took a gander around the Googles and saw a number of people trying to read NAND flash chips with an Arduino. It’s an interesting problem; at 16 Megahertz, [HC] is looking at about 60 nanoseconds per instruction cycle, and flash chips normally operate around 20 ns. He got the build working, and was able to read the memory contents and ID of a flash chip.

Right now, it’s just a proof-of-concept to demonstrate that reading flash memory is possible. [HC] used an Arduino Mega to pull the manufacture ID off a flash chip. Because there isn’t exactly a whole lot of storage on an Arduino to hold Megabytes of data, so [HC] is looking for a way to pull data off his flash chip. He’s considering sending it over Ethernet or storing it on an SD card.

This isn’t the first time we’ve seen a roundabout way to use those cheap, ubiquitous NAND flash chips. Considering we’ve got a few dozen of them housed in unused thumb drives, [HC]’s work shows a lot of potential. He posted a topic on his forum to see if there’s any interest in further developments, something we’d like to see.

Milling Ice Molds For Craft Cocktails

Want some fancy ice for your next cocktail party? You can try to find spherical ice-cube trays but you won’t get the kind of results seen here. It turns out the trick to this isn’t how you freeze the water, it’s how you melt the ice.

[Brendan O’Connor] started this project after seeing an ice mold that could make beautiful shapes rather than just cubes. But the price tag was $1400. If he could make his own at a hackerspace we’d bet that would pay his membership for an entire year!

The concept is pretty simple. The video after the break shows the mold he was trying to recreate. It’s two hunks of metal with a shape milled into them. The mold is pre-heated, then an oversized hunk of ice is placed between the blocks. The heat melts away the parts you don’t want, and leaves a perfectly shaped ice orb in between. Gravity is responsible for pulling the mold halves together as they slide along some machined rods.

With a big hunk of scrap aluminum he milled two halves of a sphere. They can be sufficiently heated if held under running water, and a some leftover printer rails keep the two parts aligned as the ice orb is formed. Now [Brendan] just needs to work on his method of creating a crystal-clear ice block as a starter and he’ll have achieved total win.

Continue reading “Milling Ice Molds For Craft Cocktails”