Follow-up: Radio-controlled LED Light Show

travelling_light_circus

[Alan] shared an update with us regarding a project he has been working on for some time, radio-controlled LED light strips destined for use by the Travelling Light Circus. If you are not familiar with the project or need a quick refresher, you can read our post about it here.

He recently met up with the guys from TLC to finish things up and was happily surprised that they did not want to mount his lights on the performers, as was originally planned. He would have had to make a few modifications if that was the case, but instead, they planned on attaching them to bicycle wheels. The light strips were mounted inside translucent plastic tubes that fan out from the center of the wheels, where the battery and radio equipment is located. The wheels were mounted on aluminum poles, allowing the performers to create a visually stunning show, just by spinning the pole.

Check out the pair of videos we have embedded below, the project came together quite nicely.

Continue reading “Follow-up: Radio-controlled LED Light Show”

Real-time Arduino Interpreter Ditches The PC

computerless_arduino

When prototyping a project using an Arduino, there are a few things that are pretty much required equipment. A computer for generating sketches is typically one of those things, but [Adam] over at Teague Labs is looking to change all that with his current project, the Computerless Arduino.

Instead of using a computer to alter the code running on the Arduino, they have implemented a real-time code interpreter using a Teensy 2.0. The microcontroller is connected to a 5-button LCD display where the user can view the status of any port, view the current running code, as well as alter that code on the fly.

The real-time instruction set is somewhat limited, making it a breeze for newcomers to begin using the Arduino. While that may turn some people off, it still has enough functionality baked in to handle moderately sized projects as well.

Be sure to check out the video we have posted below to see the interpreter in action.

Continue reading “Real-time Arduino Interpreter Ditches The PC”

On Air Light Parses Webpage Data Wirelessly Without A Computer

[Matt Richardson] built this on-air light to indicate whether a Make streaming show is currently in progress. Despite the obvious cord leaving the bottom of the base (it’s a power cord) his creation is pulling data from the Internet wirelessly. He’s using an Xbee module along with an Arduino to pull this off.

In addition to the light itself there’s a base station that we haven’t seen before. The hardware is a Digi ConnectPort Zigbee-to-Internet Gateway. That’s a mouthful but it’s just a box that acts as an Xbee node and facilitates communication between its own Ethernet port and other Xbee devices in the network. So no, you don’t need a computer but you do need an Ethernet connection somewhere for the base station. [Matt] is running an open source software package on the ConnectPort call Xbee Internet Gateway (xig). Watch the video after the break to see the configuration for this package. It’s a snap, and if you’ve never used an Xbee module before this gives you a good idea of how easy it really is.

Continue reading “On Air Light Parses Webpage Data Wirelessly Without A Computer”

Arduino Sip N Puff Switch

[kayakdiver] is developing a SIP and PUFF controlled kayak, but in order to start you first need a SIP and PUFF switch. These devices allow the user to lightly sip or puff into a tube to control switches or sensors, and are sometimes mounted in joysticks for control of a computer, or wheelchair, etc, but finding the cost prohibitive the next best thing was to whip up their own.

The design is clean and direct featuring off the shelf tubing and fittings, 2 pressure/vacuum switches, and an Arduino. Each one of the switches can detect pressure or vacuum, so one switch set to each is fed though a Y and up to the mouthpiece, since everything is sealed this has the advantage of only needing pressure and not airflow making it more comfortable for the user over long periods, and keeps down on humidity in the tubes.

mirror_hud

Bathroom Mirror HUD Displays Time And Weather

By and large, the standard household mirror is one item that has not made much real progress over the years. They hang on the wall reflecting light, and that’s about it.

A few years back, some students studying in the Department of Interaction Design at Chalmers University sought to enhance their morning routine with an interactive mirror. Their project was constructed using a two-way mirror with several Arduino-driven LED displays embedded behind the glass. Once a hand is swiped past the pair of embedded light dependent resistors, the display is activated. Subsequent hand swipes trigger the mirror to toggle between the different modes, providing the user with the current time, weather information as well as a toothbrush timer.

The project writeup is quite thorough, including plenty of source code and information on some of the components they used. You can take a look at their work here (PDF).

Check out the interactive mirror we featured that served as inspiration for their project.

[Thanks Emil]

Continue reading “Bathroom Mirror HUD Displays Time And Weather”

DrunkenNES Makes A Game Out Of Getting Hammered

drunkenNES_cart

While handheld breathalyzers are pretty novel to have around while drinking with friends, there’s nothing exciting about a $50 off the shelf unit. If you really want to grab people’s attention, you have to get creative and built something like [Batsly Adams] and his friends did.

One evening, he was casually drinking with some friends and playing around with an electronic alcohol sensor. They quickly put together a NES ROM that would play sounds, changing the pitch depending on how much alcohol the sensor detected. It quickly became apparent to them that a full-fledged breathalyzer video game was in order. In no time, he and his friends had compiled graphics, a soundtrack, and the code to drive their game, DrunkenNES.

To play the game, each player must blow into a gutted NES cartridge that has been fitted with the alcohol sensor. The Nintendo computes the player’s BAC, reporting how intoxicated they are using simple graphics and cheesy animal puns. We don’t know when the code and schematics will be made available, but when they are, you can guarantee we will be building one for “research” purposes to pair with our Power Hour shot glass.

Keep reading to see some in game video of DrunkenNES

[Thanks Adam]

Continue reading “DrunkenNES Makes A Game Out Of Getting Hammered”

Gameduino

Gameduino is an FPGA based sound and graphics adapter for microcontrollers. Laid out as an Arduino shield, all it really takes is a microcontroller with SPI and some code to send commands to the board which lets you toggle registers, handle memory, and drawing functions.

Once the data gets there, it is greeted by a Xilinx FPGA which puts out a 800×600 72Hz SVGA sync signal, large 512×512 pixel character scrolling backgrounds, piles of 16×16 (up to 256 color) sprites, each with per pixel transparency, rotation, flip, and if that was not enough a 12 bit frequency synth that can do 16 independent voices.

All the resources to make one of these is listed on the site under the Making a Gameduino link, but if youre interested in getting a made board there is also a kickstarter page available. There are other ways to squeeze video out of micro controllers from the basic like hackvision to AVGA or even Lucidscience AVR VGA v2, and tons of propeller projects, but this one being stand alone and portable, has a certain appeal.

Join us after the break for a quick video.

Continue reading “Gameduino”