Video: DIY Magic Mirror Predicts the Future, Checks Your Blood Alcohol Level

Mirror, mirror, on the wall — who’s the geekiest one of all?

Magic mirrors may be the stuff of fairy tales, but Al Linke used his Arduino coding skills, soldering skills, and software development skills to craft an interactive “magic mirror” for his daughter’s playhouse.

Not content with making it dispense fortunes, Linke also gave it the ability to forecast the weather (via weather reports online), tell you how your stock portfolio is doing, turn the lights on and off, and even tell you whether you’ve had too much to drink, using a small breathalyzer module. Those capabilities are more useful for grown-up parties than the playhouse, we’d say.

If you want to make one of your own, Linke has posted instructions on how to build a DIY Magic Mirror on Instructables. You can even buy a Magic Mirror kit (breathalyzer included).

For more information, check out Linke’s DIY Magic Mirror site.

Video produced by Annaliza Savage / Wired.com.


German designer brings Wipeout racing game to life, burns up cardboard tracks with an R/C car (video)


The intersection of video games and real life is a fantastic place to play, as evidenced by Roombas, Halo and the occasional six-string guitar, but all you really need to blur reality is a webcam, an R/C car and a studio filled with cardboard. That’s what Malte Jehmlich and company used to create this rendition of Wipeout, which moves practically as fast as the PlayStation original due to the blinding scale speed of its 1/28 model cars. It’s all controlled by an arcade racing cabinet complete with steering wheel and on-screen display wirelessly connected to an Arduino board. Originally a two-month hobby project, the designers are presently working towards an advanced version with force feedback and powerups (including boost!) using sensors built right into the track — and hopefully a forklift to lug all that corrugated wood pulp around. See it in action after the break.

Continue reading German designer brings Wipeout racing game to life, burns up cardboard tracks with an R/C car (video)

German designer brings Wipeout racing game to life, burns up cardboard tracks with an R/C car (video) originally appeared on Engadget on Thu, 05 Aug 2010 09:44:00 EDT. Please see our terms for use of feeds.

Permalink Engadget German  |  sourceRacer  | Email this | Comments

Open Source Hardware community finally gets its Constitution

Open Source Hardware movement finally gets its Constitution

They, the people of the open source hardware movement, in order to form a more peaceful community for sharing, establish bigger and cuddlier Chumbies, ensure continued Arduino creativity, promote the general welfare, and secure the blessings of hackery to ourselves and our posterity, have established the Open Source Hardware Draft. It’s a sort of 11 commandments for those who would share or use an open source hardware design, indicating what documentation is required, how derived works must be allowed and, perhaps most importantly, that each use must include attribution to those founding engineers who came before. Its current version, 0.3, was ratified yesterday by a group of dignitaries including folks behind the Arduino, Adafruit, and Chumby, along with plenty of other underground industry big-wigs. Now that this bit of official business is out of the way, hopefully they can all get back to crafting homemade coilguns.

Open Source Hardware community finally gets its Constitution originally appeared on Engadget on Wed, 14 Jul 2010 09:35:00 EDT. Please see our terms for use of feeds.

Permalink Cnet News  |  sourceOSHW  | Email this | Comments

Why Arduino Is a Hit With Hardware Hackers

For electronics hobbyists, the open source chipset BeagleBoard that packs as much punch as a smartphone processor might seem like the key to paradise.

Yet it is the relatively underpowered 8-bit microcontroller Arduino that has captured the attention of DIYers.

Arduino began as a project in Italy in 2005 and since then has turned into an open source hardware movement. There are thousands of Arduino projects today such as electric meters, guitar amplifiers and Arduino-based gadgets that can tell you when your plants need water.

The Arduino community is at least 100,000 users strong.  But it is not alone.

Other open source projects like the BeagleBoard, which is shepherded by Texas Instruments, are trying to win Arduino fans over.

The Beagleboard is a low-power, single-board computer, whose latest version is based on the same 1-GHz ARM Cortex A8 processor that drives the most sophisticated smartphones today. That gives it far more processing power than the Arduino. Yet the BeagleBoard hasn’t hit the same kind of chord with hardware hackers that the Arduino has.

“The BeagleBoard is not for a novice,” says Phil Torrone, senior editor at Make magazine and creative director at Adafruit, a company that sells DIY electronics and kits. “With an Arduino, you can get an LED light blinking in minutes.”

Fundamentally, BeagleBoard and Arduino are two different systems: The former is a single-board computer, while the Arduino is just an  8-bit microcontroller. The BeagleBoard-xM includes a 1-GHz processor, on-board ethernet, five USB 2.0 ports and 512 MB of memory.

What they do have in common is that both represent possibilities: the potential to use your technical and creative skills to make a concept come alive.

Here are five reasons why the Arduino is more popular than the BeagleBoard:

Starter Projects

Editing and rewriting is often easier than writing from scratch. It’s the same with electronics. It’s easier to mod an idea than start with a blank slate.

That’s where the BeagleBoard falls short. “It has virtually no example application that you can just copy and hack to learn from,” says Massimo Banzi, one of the co-founders of the Arduino project.

The Arduino has hundreds of projects and ideas that are cooked up and shared by its users. For instance, check out this list of 40 Arduino projects that includes ideas such as a Wiimote-controlled Espresso machine, a biking jacket that flashes a turn signal and a wireless electricity monitor that tweets your power usage.

It’s a chicken-and-egg problem for the BeagleBoard. Unless there are more example codes out there, it is difficult to draw in the audience. And without the audience it is challenging to get enough sample projects into the community.

Cost and Durability

At $30 a piece, an Arduino is an inexpensive investment for someone who wants to try it out. “It’s the price of a few sandwiches,” says Torrone.

Compare that to the BeagleBoard-xM, which costs $180.

One reason why the Arduino is so cheap is because it is easy to clone. The microcontroller is completely open source so the “components are all commodity,” says Torrone.

With the BeagleBoard, hobbyists don’t have the same amount of freedom. They have to work closely with Texas Instruments or its partners, says Torrone.

Arduino is also very resilient. Drop it, smash it and it still stays alive. Add to that its low-power requirement, and the product becomes a must-have for DIYers. An Arduino can run on a 9V-battery for days.

“The BeagleBoard is fast and powerful but that also means lots of energy is needed, which makes it difficult for simple projects,” says Torrone.

A Thriving Community

Arduino’s popularity means it’s easy to get started. Companies such as Adafruit, SparkFun and Liquidware not only sell chips, but they also host blogs that suggest ideas on how to use your Arduino while providing extensive project plans to guide you in completing your creations.

Will Chellman, a student who has played with Arduino for years, says he’s now experimenting with the BeagleBoard. But finding documentation and information to work off is not easy, he says.

The lack of well-documented projects done with the BeagleBoard can be intimidating to new users as well, says Banzi.

“There’s lots of of interesting stuff (about the BeagleBoard) but it is very technical,” he wrote in a comment recently on Gadget Lab in response to the launch of BeagleBoard-xM.

Banzi says BeagleBoard documentation is also scattered and fragmented.

“Parts of it have aged and you spend quite a bit of time jumping from wikis to mailing list to track which specific bit of documentation applies to your board, bootloader etc.,” he says.

Maturity Is the Key

Arduino has had a head start on the BeagleBoard. By October 2008, about 50,000 Arduino boards had already been shipped. That year, the first BeagleBoards started making their way into the hands of hardware enthusiasts.

“The BeagleBoard is just two years old. Since it hasn’t been around long enough, there’s not enough people building apps based on it,” says Chellman.

That’s not to say that BeagleBoard isn’t catching up. Earlier this month, we showed five projects ranging from a videowall to the iPad of ham radios that use the BeagleBoard. There’s also a build-your-own tablet kit that is based off the BeagleBoard.

If DIYers take a shine to it, expect to see more ideas like these.

Simple Is Attractive

With its single-board computer configuration, 1-GHz processing power and the choice of accessories, the BeagleBoard is a creative engineer’s dream come true.

But the same reasons make it intimidating to those who want to geek out on a DIY project but don’t have the technical know-how.

Arduino users point out that it is simple to connect external sensors to the board, and the example codes out there make it easy to get started quickly.

Arduino is a simple system designed for creative people with little or “no prior knowledge of electronics,” says Banzi. “It’s cheap and open source with lots of documentation written in a not too technical language. Above all, it has a very welcoming attitude towards beginners and tries not to scare them too much.”

Photo: pt/Flickr

See Also:


Wireless presentation controllers prove juicy targets for hackers

Wireless presentation controllers prove juicy targets for hackers

Wireless presentation controllers have changed corporate life forever. Instead of businessmen and women staying tethered to their keyboards while delivering boring PowerPoint presentations, they can wander about the room, gesticulating authoritatively with an ego-boosting gadget in-hand… while delivering that same boring presentation. Now a security researcher by the name of Nields Teusink is showing that those wild gesticulations open the door to crazy hacks, with most wireless presenters being recognized as full keyboards — some even as keyboards and mice. With no encryption provided it’s a (reasonably) simple task for an attacker to replicate the signal, escape the presentation, and completely compromise the machine. Teusink uses an Arduino board for his work here, impressing us while sending a chill into the hearts of slide gurus everywhere.

Wireless presentation controllers prove juicy targets for hackers originally appeared on Engadget on Tue, 06 Jul 2010 07:38:00 EDT. Please see our terms for use of feeds.

Permalink Slashdot  |  sourceblog.teusink.net  | Email this | Comments

Seeeduino Film is just the thing for all your flexible Arduino needs

The Arduino microcontroller: fuel for so many delightfully geeky projects. Your wacky instruments and DIY ‘less lethal’ weapons will be getting a lot ‘looser’ soon, thanks to Seeed Studio and it’s Arduino compatible flexible printed circuit (FPC) board. Unlike most circuit boards, the insulating material in an FPC is — wait for it — flexible (hence the name). Featuring a fully functional Atmega 168 / 328 breakout, USB-Serial interface, a built-in charger circuit, and more, the Seeeduino Film only exists in prototype form at the moment. That said, the company said that it is making several units available “for community inspiration.” Hop on over to the source link to get in on the ground floor.

Continue reading Seeeduino Film is just the thing for all your flexible Arduino needs

Seeeduino Film is just the thing for all your flexible Arduino needs originally appeared on Engadget on Thu, 01 Jul 2010 15:24:00 EDT. Please see our terms for use of feeds.

Permalink Make  |  sourceSeeed Studio  | Email this | Comments

USB Typewriter Turns iPad Into Paper

If you have $400 and a serious case of nostalgic yearning, may we then suggest you spend the money on a wonderful USBTypewriter? Described as a “groundbreaking innovation in the field of obsolescence,” the typewriter can hook up to any machine with a USB port and lets you clickety-clack your way through your latest novel, e-mail or even spreadsheet.

The Typewriter Dock, seen in the video above, is an even better version. It holds an iPad in its carriage whilst simultaneously inputting typed letters. All it needs is a Bluetooth component to replace the cable, and a writing app that can use the accelerometer to detect a carriage return and move you to a new line. Ding!

UPDATE: Creator Jack Zylkin emailed to say that the USBTypewriter can detect carriage returns all by itself using a magnetic sensor.

Inside there is a sensor strip under the keyboard which detects the key-presses that hit it, and this pulse of electricity is then passed on to an Arduino circuit-board, whereupon it is translated into a standard USB key-down event. All you need to do is plug it in and type.

$400 buys you a pre-modded typewriter, but Jack Zylkin, the man behind the USBTypewriter, will sell you the electronics to make your own for just $75, or you can send him your typewriter and have him fix it up for you. For true geeks, the design can be had for free under a Creative Commons license, and you can roll your own from scratch.

For those who really love typing on a typewriter, this seems to actually be better than paper: you no longer have to retype whole pages, and white-out will be a thing of the past. For everyone else, using one of these for a few minutes will be a reminder of just why books used to be so much shorter than the word-processed novels of today.

USBTypewriter product page
[USBTypewriter via Etsy]

See Also:


Students accelerate cubicle arms race with PlayStation Eye-tracked, iPhone-guided coilgun (video)

DIY weaponry gets more lethal with each passing year; where once we were content with a simple foam missile launcher, technology has progressed such that our automated turrets now spew screwdriver bits, airsoft and paintballs. As progress forges ahead, two engineering students at the University of Arkansas have added injury to insult with this four-stage DIY coilgun. Using an Arduino microcontroller to actuate the firing mechanism and steer the monstrous wooden frame, they nimbly control the badass kit with an iDevice over WiFi, and line up targets using a repurposed PlayStation Eye webcam. While we’d of course prefer to have our phone SSH into the gun over 3G, we’re not going to argue with success. We’d like to keep our lungs un-perforated, thank you very much. See it in action after the break.

Continue reading Students accelerate cubicle arms race with PlayStation Eye-tracked, iPhone-guided coilgun (video)

Students accelerate cubicle arms race with PlayStation Eye-tracked, iPhone-guided coilgun (video) originally appeared on Engadget on Wed, 19 May 2010 07:37:00 EDT. Please see our terms for use of feeds.

Permalink PC World  |  sourceHack A Day  | Email this | Comments

Cellbots get Nexus One upgrade, ad-hoc motion control (video)

Sprint and Verizon may have shunned the Nexus One, but that doesn’t mean the handsets can’t be put to good use: these Android-controlled, Arduino-powered Cellbots now feature the one true Googlephone as the CPU. At Intel’s 2010 International Science and Engineering Fair in San Jose, we got our hot little hands on the DIY truckbots for the first time, and found to our surprise they’d been imbued with accelerometer-based motion control. Grabbing a Nexus One off a nearby table, we simply tilted the handset forward, back, left and right to make the Cellbot wheel about accordingly, bumping playfully into neighbors and streaming live video the whole time. We were told the first handset wirelessly relayed instructions to the second using Google Chat, after which point a Python script determined the bot’s compass facing and activated Arduino-rigged motors via Bluetooth, but the real takeaway here is that robots never fail to amuse. Watch our phone-skewing, bot-driving antics in a video after the break, and see what we mean.

Continue reading Cellbots get Nexus One upgrade, ad-hoc motion control (video)

Cellbots get Nexus One upgrade, ad-hoc motion control (video) originally appeared on Engadget on Wed, 12 May 2010 17:39:00 EST. Please see our terms for use of feeds.

Permalink   |  sourceCellbots  | Email this | Comments

Twitwee Clock checks tweets with old world charm

We’ve seen a few cuckoo clock-inspired projects over the years, but one of the more obvious, a twitter clock, hasn’t been among them — until now, that is. Dubbed the Twitwee Clock, this contraption built by Haroon Baig relies on an Arduino (what else?) and an LCD to display incoming tweets, and an old fashioned mechanical cuckoo to notify you when a new one has arrived. That could obviously get on your nerves pretty quickly if you’re simply watching your main Twitter feed, but the clock can also be setup to follow any twitter stream or search to give the cuckoo a bit of a rest. Unfortunately, there doesn’t appear to be any plans for building your own, but you can get a glimpse of the clock’s internals at the link below, and check it out in action after the break.

Continue reading Twitwee Clock checks tweets with old world charm

Twitwee Clock checks tweets with old world charm originally appeared on Engadget on Thu, 22 Apr 2010 13:21:00 EST. Please see our terms for use of feeds.

Permalink   |  sourceHaroon Baig  | Email this | Comments