Re-live 1978 In All Its Glory With The [Roth] Scream Box

roth-scream-box

We never imagined that [David Lee Roth] would mesh well with an Arduino, that is until Flickr user [tgtsfkncld] showed off his [Roth] Scream Box a few days ago.

The unassuming box resembles sort of a nondescript “Easy Button”, but its payload is far more entertaining than whatever Staples could have possibly recorded for their device. Once the Scream Box is powered on, each press of the button rewards the user with a short sound clip of [Roth] singing the lyrics from [Van Halen’s] “Runnin’ With the Devil”.

[tgtsfkncld] took snippets of the isolated vocal track from the song, playing them back using an Arduino along with an Adafruit Wave Shield. The circuitry behind the device is not overly complicated, though the final result is great. With the wide array of isolated vocals floating around online, it would be very easy to create one for your favorite band/singer as well.

Continue reading to see the [Roth] Scream Box in action.

[via Adafruit Blog]

Continue reading “Re-live 1978 In All Its Glory With The [Roth] Scream Box”

SimpleCortex, For When An Arduino Is Too Wimpy

Sometimes, an Arduino just doesn’t have enough horsepower. Whether you’re gathering loads of sensor data and sending it over the web via Ethernet, or just trying to build a home-brew video game, it’s very easy to run into the limitations of the Arduino platform. [Rik] and his fellow classmates may have a solution to this problem with their SimpleCortex development board.

The SimpleCortex began as an answer to the Arduinos [Rik] and his classmates had to use at school.  The SimpleCortex gets its name from an ARM Cortex M3 microcontroller running at 120MHz; more than fast enough to do some very interesting things, and 512kB of Flash to hold much larger programs.

The Arduino IDE is admittedly terrible, and big projects are a pain in the butt with a tiny 8-bit micro. SimpleCortex improves upon this development environment by using the free CoCenter IDE put out by CooCox. The CoCenter IDE supports debugging and code completion, standard features on any serious desktop programming environment.

The SimpleCortex has Arduino-compatable header pins, so it should be easy to use existing shields, like the 3G modem we saw this week and the NTSC video IO shield that can do object tracking. While the specs of the SimpleCortex put it in a distant second to the Raspberry Pi, sometimes you just don’t need Linux, but a standard AVR or PIC isn’t quite enough.

There’s no word on when this board will be available, but the team is working with ITead Studio to officially release boards into the wild.

Self-stabilizing Autonomous Bicycle

For [Gunnar]’s diploma thesis, he wanted to build an autonomous bicycle. There’s an obvious problem with this idea, though: how, exactly does a robotic bicycle stand upright? His solution to balancing the bicycle was a reaction wheel that keeps the bicycle upright at all times.

A bicycle is basically an inverted pendulum; something we’ve seen controlled in a number of projects. To balance his driver-less bike, [Gunnar] used a stabilizing wheel and an IMU to make sure the bicycle is always in the upright position. The bike measure the tilt and angular velocity of itself, along with the speed of the stabilizing wheel. To correct a tilt to the left, the stabilizing wheel spins clockwise, and corrects a rightward tilt by spinning counterclockwise.

While [Gunnar]’s solution of a bike wheel used as a gyroscope is clever – it uses common bicycle wheel, hugely reducing costs if someone wants to replicate this project – there’s not a whole lot of ground clearance. The size of the stabilizing wheel could probably be reduced by replacing the 7.4 kg steel wheel with a Tungsten, Osmium, or Lead disk, possibly becoming so small it could fit inside the frame. Still, though, a very nice build that is sure to turn a few heads.

Continue reading “Self-stabilizing Autonomous Bicycle”

Antique Electromechanical Calculating Machines

electromechanical calculator Hamann 505

The decision to use electronics for our calculating machines has long been decided.  However, that doesn’t mean that mechanical engineers didn’t put up a valiant, if ultimately futile, fight. [Dvice.com] has an interesting article comparing the calculating technology of the 1960s, such as the [Haman 505], to today’s iPad.

This comparison and pictures were made possible by [Mark Glusker]’s excellent collection.  These models can be divided into two categories, rotary calculators, and printing calculators. According to [Mark]‘s site, the printing calculators stayed on the market a few years after the rotary calculators, which were off the market by 1970.

Although we may never see machines like these made again, anyone even a little bit mechanically inclined would be hard pressed not to be inspired by this collection. Be sure to check out the video of a [Madas 20BTG] calculator after the break to see what one of the rotary models looks like in action! Continue reading “Antique Electromechanical Calculating Machines”