Build a Google-style panorama rig for $300

PhotoTrail

As part of a “disruptive technologies” course at the United States Military Academy, [Roy D. Ragsdale] produced a working prototype of a Google Street View-like system called PhotoTrail. Like its corporate-backed inspiration, the system captures georeferenced 360-degree panoramas that can be viewed interactively in a web browser…but at a hardware cost of only around $300. [Ragsdale’s] prototype is based entirely … Read the rest

Jet powered hijinks

This jet powered carousel is brought to you by the Madagascar Institute. They convene, or collide, to create large scale art, sculptures, and rides. This one seems to fit the last definition. The two gentlemen are strapped to a jet powered carousel. It actually looks pretty fun, but we would have been needing some fresh shorts after the jet … Read the rest

How to generate font and picture header files

custom_fonts_displayed

Displaying custom fonts or images on an LCD screen using a microcontroller usually requires quite a bit of work. We’ve used some readily available tools to make this a bit easier for your next project. Our python script will convert BMP files into a header file ready for use with AVR microcontrollers. We’ll walk you through it after the break.… Read the rest

Noise box synth lays down some beats

arduino_noise_box_synth

[Tim] sent us his Noise Box Synth. The box is a sixteen step synthesizer that can generate sine, square, triangle, and sawtooth waves as well as a collection of sound effects (video after the break). The hardware is simple; an Arduino, four potentiometers, four buttons, a switch, a speaker, and some LEDs. This was a gift for a three-year-old but … Read the rest

Connect a PS/2 keyboard to a microcontroller

The guys at Nerdkits have put together this tutorial on connecting a PS/2 keyboard to a microcontroller. Though this tutorial is written for one of the kits they sell, you should be able to apply this to pretty much any microcontroller. It is also a lesson in using interrupts instead of polling. They have several pre built examples ready … Read the rest

Make an Arduino talk to you

arduino_speech_synthesis

One of the highlights from the Music Hack Day in Berlin was the Arduino singing “Daisy Bell”. If you don’t know, this is an homage to the HAL 9000 in the movie 2001: A Space Odyssey; an artificial intelligence that was taught the song in its first steps toward self awareness culminating in an attempt to kill its masters.

It’s … Read the rest

Ball catching bot

Who needs a robot that can catch a tennis ball? We do. What would we do with it? Probably just throw tennis balls at it, that’s the only use we can think of. The work of University students in Kunzelsau and Vienna, it is actually a prototype for new transport systems for industrial robots. Though they don’t list any … Read the rest