Warm Tube Clock

The Warm Tube Clock is the new kid on the block of Nixie Tube clocks. It takes inspiration from, and uses the same voltage driver circuit as the Ice Tube Clock. But this one uses four tubes instead of that hard-to-find single tube. It has a few other tricks up its sleeve. The shield that hosts the tubes has been designed for two different types. It also hosts an RGB LED for each tube, which adds the green glow seen above, and has a couple of small neon indicator bulbs which serve as the colon between hours and minutes.

The driver board centers around an ATmega328 running about three thousand lines of code. The firmware offers a lot of options including sound feedback, and a setting for every clock, calendar, alarm, and LED color toggle imaginable. See for yourself as the settings video, embedded after the break, walks you through each stage of the menu. We can’t help but think you need an instruction manual to set this thing up.

Continue reading “Warm Tube Clock”

Chumby Webserver Using Upgraded Internal Storage

The Chumby One has an internal SD card offering a fair amount of storage. [Kenneth Finnegan’s] came with a 1 GB card that had about 500 MB left over which he filled with a collection of MP3s. But he wanted to do more and so installed a pre-compiled version of lighttpd to act as a web server. The problem is that this binary requires a thumb drive to be plugged in because it maps the storage directory to the mounted USB folder. He wasn’t happy with that so he upgraded the internal SD card and rolled his own webserver to run from the internal SD card.

The upgrade involved going from a 1 GB to an 8 GB microSD card. In order to run the webserver internally he needed to recompile lighttpd to use a different root directory. This meant setting up an ARM cross-compiler and eventually finding a new place for the start up script. The location change for the ‘lighty’ directory leaves us wondering if a symlink couldn’t have solve the problem without recompilation. But we don’t have the hardware on hand to try this out ourselves.

But if you want to give it a shot, check out [Bunnie’s] post about Chumby-based hardware. Looks like you can head out to the big-box store and have one in hand without shelling out too many clams.

Radar Gun Teardown

[Jeri Ellsworth] is at it again, this time she takes apart a hot wheels speed gun and in the process she does a good job of  explaining how radar can be used to measure speed.  She also demonstrates a way to determine if an object is approaching or receding from the radar gun.

The Doppler shift is one way to remotely measure the speed of an object. It works by measuring the change in frequency of a wave after it strikes an object. Rather than measuring the Doppler shift of the returning wave most radar guns use the phase shift. The reason is that the frequency shift of a relativly slow object (60mph), to a relitivly high frequency signal(10GHz) is small (about 0.893Hz), where the phase shift varies based on the distance of the object.  This is all just a stepping stone in her quest to build a crude TSA body scanner.

“Strong Enough To Lift A Person, Yet Gentle Enough To Embrace A Child.”

Tentacles have inspired fear and respect in humans long before anime came into the scene. Sailors shivered in their timbers at the thought of the great Kraken, or that octopus from 20,000 Leagues Under the Sea. It’s no surprise to know that humans have been trying to harness this fear and respect in technological form since the mid-20th century at least.

The fascinating world of tentacle robots has come a long way. It used to be that every breakthrough in tentaclebot technology had to be justified with either a military or misogynistic application, as demonstrated in this remarkable MIT project from 1968.

Thankfully our society has moved on since those misguided times, and while there is still the ever-present military-industrial complex to push for tentacled combat-omatons, forward-thinking people on the domestic front like [festo] demonstrate that at least some of us want to use tentacle robots for peace, love and food handling.

Catch the video after the break.

 

Continue reading ““Strong Enough To Lift A Person, Yet Gentle Enough To Embrace A Child.””

Wiffletree: A Mechanical Digital To Analog Converter

This isn’t a hack. But it is a decidedly interesting piece of mechanical technology. The Whiffletree shown above is a way to turn binary data into a mechanical analog value. [Bill Hammack] explains how this assembly is used in a typewriter and how a whiffletree can convert binary data to a set of analog outputs.

These linkages are what makes an IBM Selectrix Typewriter work. You know, the one with the globe stylus instead of individual hammers for each key? [Bill] uses the typewriter as the example in his illustrations that show how each bit of data positions the output in a predictably different location. We’re familiar with other mechanical representations of binary data but converting to an analog value mechanically is a new concept for us. Lukily, the videos that [Bill] put together are fantastic at explaining the concepts. Not surprising, since he is a professor at the University of Illinois at Urbana-Champaign . See them both after the break.

Continue reading “Wiffletree: A Mechanical Digital To Analog Converter”

Audio Controlled Party Lights

[Thibault Brevet] wanted his own party lighting that pulsed and faded along with the tunes. He ended up building a system based on an Arduino and a PC running Processing. The output from a mixing board is fed into a PC and measured by the Processing script. From there, the calculated light levels are sent to the Arduino to address the LEDs via the control board seen above. [Thibault] built four LED modules that each have two 4-channel LEDs (red, green, blue, white) separated by a few feet. This means 32 PWM signals are necessary to drive the system. To get there, he utilized a pair of TLC5940 16-channel PWM chips, which function like cascading shift registers but have some fantastic current limiting and dot correction features. Take a look at the demo after the break to see what he’s accomplished.

The TLC5940 is a popular choice for driving RGB LEDs, and would be a nice part to use if you decide to make yourself a Ping Pong LED Wall.

Continue reading “Audio Controlled Party Lights”

RFID Spoofer With Code And Instructions

Here’s a field-programmable RFID spoofer developed by [Doug Jackson]. He was inspired by the spoofers we looked at near the end of September that didn’t have source code available. With the idea seeded in his mind he figured he could develop his own version, and then decided to share the build details with the rest of us.

The tags that he purchased for testing and developing the spoofer have a code printed on the back of them. A bit of sleuthing at the data from a tag reader and he managed to crack the code. From there he built this tag spoofer with a keypad on which you enter the number from the back of any 125 kHz tag and the device becomes that tag. If you have been waiting to test your RFID hacking skills there should be nothing holding you back now that [Doug] shared the details of his own adventure.