Google ADK Project Shows Just How Easy It Is To Use

first_adk_project

[yergacheffe] was able to get his hands on a shiny new Google ADK board about a week before it was announced at I/O, and got busy putting together a neat project to show off some of the ADK’s features. His idea was to meld together the ADK and Google’s new music service, two items he says complement each other very well.

He had a handful of LED matrices left over from last year’s Maker Faire, which he decided to use as a Google music metadata display. The base of the display is made from laser-cut acrylic, with a few spare ShiftBrites lighting up the Google music beta logo.

He says it took literally just a couple lines of code to get his Android handset to talk with the display – a testament to just how easy it is to use the ADK.

Pretty much anyone can walk up, attach their phone, and see their current music track on the display with zero fuss, which you can see in the video demo below.

Continue reading “Google ADK Project Shows Just How Easy It Is To Use”

The Start To Finish Of An Interactive Exhibit

[Andrew & Deborah O’Malley] were tapped to created an interactive exhibit. The mission was to show that social problems take continual support from a lot of people before they can be solved. The piece needed to be architectural in nature, and they ended up building this touch-sensitive model building with individually lighted windows.

The project log that the [O’Malleys] posted shows a well executed battle plan. They used tools we’re all familiar with to achieve a highly polished and pleasing result. The planning stages involved a virtual mock-up using Google SketchUp. The details needed to order the shell from a fabricator were pulled from this early work, while the team set their sights on the electronics that shed light and that make the piece interactive. The former is provided by a Shiftbrite module for each window, the latter comes from the Capacitive Sensing Library for Arduino. Despite some difficulty in tuning the capacitive grid, and getting all of those Shiftbrites to talk to each other, the exhibit went swimmingly. It’s not hard to imagine how easy it is to start a conversation once attendees are attracted by the seductive powers of touch sensitive blinky lights.

Didn’t See The Lunar Eclipse, Make One!

Lunar eclipse simulator

Last night was a lunar eclipse meaning that most people would have been out gazing up at the sky watching it. For some the eclipse evaded them using cloud cover, but instead of giving up, they got innovative. [Garrett] decided to build a moon simulator to keep track of the eclipse using a few spare parts and some quick code. The parts that were required for this project includes an Arduino UNO, a singular ShiftBrite Shield, a ShiftBar, ChronoDot and a Satellite Module 001. This is the perfect project for the Arduino to be used in because he had to toss it together very quickly and it is meant to be a temporary solution. If he were to make this permanent, we would guess that he would make a smaller and more cost effective version of the electronics.  He documents his experience on Macetech.com in more detail and the outcome is pretty amazing. Code is yet to be posted but hopefully it is forthcoming soon as well as a video of the simulator working.

Spy Video TRAKR: Software And First Hack

Our initial view of the Spy Video TRAKR “App BUILDR” site had us believing this would be an internet-based code editor and compiler, similar to the mbed microcontroller development tools. Delving deeper into the available resources, we’re not entirely sure that’s an accurate assessment — TRAKR may well permit or even require offline development after all. Regardless of the final plan, in the interim we have sniffed out the early documentation, libraries and standalone C compiler and have beaten it into submission for your entertainment, in order to produce our first TRAKR hack!

Continue reading “Spy Video TRAKR: Software And First Hack”

Hackaday Links: April 28, 2010

Cell phone chopper control

Control your tiny inexpensive helicopter with a Nokia N900. The chopper uses an infrared remote control, just like a television. Getting this to work was just a matter of figuring out the IR commands and writing an app for the phone to spit them out.

Fade to black; inconspicuously

Lost interest in your TV-B-Gone? Give it one last whirl by throwing it inside of an old iPod case. The dock connector hole is just about the right size for the LEDs and the kit fits nicely in the old 3G type iPods. With this kind of disguise it should be a lot harder to spot who’s messing with those TVs.

Surf your way to a cleaner house

This guy uses a roomba to clean his floors. The Wii balance board lets him lean forward and back to surf the little bot around the room. This seems a little more exciting than the exercise programs the board was originally designed for. [Thanks DXR]

G1 gamepad

[Tobias Weber] built a gamepad for the G1 Android phone. He used an old Atari control, cut out two buttons and the d-pad, and glued them in a housing to fit the G1 keyboard. Each presses a button on the phone’s keyboard which can be mapped through the emulator software.

Social power monitoring

Here you see a very small portion of the power meter installed in a Cafe at UC Berkeley. It shows the energy usage for the building, separated into categories such as lights, power outlets, and coffee machines. This lets students know how much juice they’re draining by plugging in their gadgets. The color bar uses 93 ShiftBrite modules controlled by an Arduino.

Giant Robotic Giraffe Getting A Giant Robotic Facelift

If you’ve had the opportunity to attend the annual Bay Area Maker Faire, you’ve likely encountered Russell the Electric Giraffe. Modeled after a small Tamiya walking toy scaled up to the height of an actual giraffe, Russell was created by [Lindsay Lawlor] in 2005 originally as an “art car” providing a better vantage point from which to enjoy the Burning Man arts festival. In the intervening five years, the Electric Giraffe has enjoyed face time in dozens of parades, trade shows, magazines and television appearances.

Scattered about [Lawlor’s] living room floor at the moment are the giraffe’s dismantled steel skull and several massive Torxis servos (the red boxes in the photo above) — Russell is being upgraded. One of [Lawlor’s] goals in returning to Maker Faire each year is that he not simply present the same exhibit time and time again; the robot is continually evolving. Initially it was little more than a framework and drivetrain, and had to be steered by bodily shoving the entire 1,700 pound beast. Improvements to the steering and power train followed, along with a “skin” of hundreds of addressable LEDs, cosmetic improvements such as a new paint job, and technological upgrades like interactivity, radio control and speech. His goal this year is to bring expressive animatronic movement to the giraffe’s head and jaw, hence the servos, push rods and custom-machined bits currently strewn through his living space-cum-laboratory.

Continue reading “Giant Robotic Giraffe Getting A Giant Robotic Facelift”

LEDs Invade Coffee Table Crevice

That’s a lot of LEDs, and a little bit of glass cleaner. [Tobias] spiced up his IKEA coffee table by adding 6144 LEDs. This is a larger realization of SparkFun’s LED coffee table which used 64 8×8 modules. [Tobias] sourced three display boards from Sure Electronics for a total of 96 8×8 modules. These boards are addressed through a serial interface; four serial lines for each board but a shared data bus for each of the row select pins and the data/latch/clock pins.  This method uses 19 of the 20 pins on the Arduino that drives the display. After the break you can see a demonstration. If this is more than you need there’s always the 112-LED and 81-LED table projects that can produce a full color range. Continue reading “LEDs Invade Coffee Table Crevice”