Google ADK on an EvalBot

evalbot_google_adk

After learning that Google’s ADK relied on using an Arduino-compatible board, [Benjamin] was disappointed that other microcontroller platforms weren’t invited to the party. Rather than switch camps, he took it upon himself to get the ADK working with his EvalBot. In fact, his modifications should allow the ADK to work with nearly any Stellaris ARM kit.

The hack is composed … Read the rest

Bare-bones electronic advent calendar

It’s officially September now (in some parts of the world), and that means we’ve been watching the Christmas decorations go up on the floor of Costco, Walmart and Target for the last few weeks. As a small test of reality, [Eric] decided to build an electronic advent calendar that counts down the days until Christmas. As a simple build using … Read the rest

How to build a vacuum form table that gets it right every time

vacuum_forming_consistent_results_every_time

[James] builds all sorts of robots and superhero costume replicas at home, so he is always searching for a better way to get consistent results when using his vacuum table. A lot of people use their oven or exposed heating coils from electric frying pans to warm the plastic sheets, but [James] wasn’t really interested in going down that route. … Read the rest

Multitouch tower defense uses physical towers

If you’re tired of playing flash games with a mouse, perhaps you’ll draw inspiration from this project. Arthur built a multitouch interface that uses objects as part of the control scheme. In the image above you can see that the game board for a tower defense game is shown on the display. There is a frustum-shaped game piece resting … Read the rest

Virtual Machine for microcontrollers lets you run Python on AVR chips

[Clifford Wolf] wrote in to let us know about a project he recently completed called EmbedVM. It’s a virtual machine for AVR microcontrollers. The package has a relatively small overhead, taking up about 3kB of program memory. The VM can execute 74,000 instructions per second, and runs asynchronously from the microcontroller. As [Clifford] demonstrates in the videos after the … Read the rest

The life and death of a fantastically brilliant flashlight

[Holzleim's] flashlight build is quite impressive. And the rise and fall of the hardware is quite a story. He designed it as a handheld light, relying on batteries to power a multitude of high-power LEDs inside.From the collection of four 5350 mAh lithium polymer cells he was able to achieve a peak power output that surpasses 500 Watts!

Projects … Read the rest

Making a line-following toy into a programmable robot

[Eric Gregori] picked up this little yellow robot as a kit build. It has a single PCB inside that has a pair of IR emitters and detectors pointed downward at the front of the robot. It is able to follow a dark line on a light surface based on how the infrared beam reflects back to the detector. But it’s … Read the rest