DIY “Project Glass” Clone Looks Almost Too Good To Be True

vuzix-project-glass

By now we’re assuming you are all familiar with Google’s “Project Glass”, an ambitious augmented reality project for which they revealed a promotional video last week. [Will Powell] saw the promo vid and was so inspired that he attempted to rig up a demo of Project Glass for himself at home.

While it might seem like a daunting project to take on, [Will] does a lot of work with Kinect-based augmented reality, so his Vuzix/HD webcam/Dragon Naturally Speaking mashup wasn’t a huge step beyond what he does at work. As you can see in the video below, the interface he implemented looks very much like the one Google showed off in their demo, responding to his voice commands in a similar fashion.

He says that the video was recorded in “real time”, though there are plenty of people who debate that claim. We’re guessing that he recorded the video stream fed into the Vuzix glasses rather than recording what was being shown in the glasses, which would make the most sense.

We’d hate to think that the video was faked, mostly because we would love to see Google encounter some healthy competition, but you can decide for yourself.

Continue reading “DIY “Project Glass” Clone Looks Almost Too Good To Be True”

Simple Tweak Alerts You When You’ve Left Your Headlights On

landrover-headlight-buzzer

[Paul McGuinness] owns a Series III Land Rover, and as the vehicle as formerly used by the British military, it’s lacking some of the modern amenities he was accustomed to. Overlooking the lack of power steering and all-around drum brakes, the one item that [Paul] really missed was a buzzer that let him know when he left the lights running.

On more than one occasion, he’s had to have “The Sarge” jump started after leaving the lights running all day. Explaining the humiliation involved with jump-starting a Land Rover with a Nissan Micra (an unfortunate excuse for a vehicle, known here in the states as the Nissan Versa) in his blog, [Paul] decided that he’d had enough – it was time to build a headlight warning buzzer.

The circuit itself is straightforward, consisting of a normally closed relay connected to his headlights and ignition, along with a buzzer. When the key is in the ignition and the lights are on, the relay is open and the buzzer is silent. However, if the lights are on and the relay is not supplied power from the ignition, it closes and sounds the alarm.

A simple fix for a frustrating problem – we like that.

Adding An Electronic Lock To A DIY Book Safe

electronic-book-safe

DIY book safes are well and good, but if you give someone enough time to peruse your book collection, the 3-inch thick “Case study on Animal Husbandry Techniques during the 14th Century” is likely to stand out among your collection of hand-bound “Twilight” fan fiction. In an attempt to teach his friend a bit about microcontrollers and circuits, [Jonathan] spent some time adding a bit more security to your run of the mill book safe.

The pair started out with the time-consuming process of gluing the book’s pages together and creating enough hollow space for both storage and the electronics. With that out of the way, they installed a latch and servo motor inside the cavity, the latter of which is controlled using an Atmega328p with the Arduino bootloader. To gain access to the goodies stashed away inside, Jonathan hooks up a small PS/2 keypad and enters a passcode. This triggers the servo motor, opening the latch.

While the latch likely only adds a nominal bit of security to the book safe, it’s a fun enough learning exercise to justify the time spent putting it together.

Continue reading to see a short video of [Jonathan’s] electronic latching book safe in action.

Continue reading “Adding An Electronic Lock To A DIY Book Safe”

Wooden CNC Touch Probe

diy-touch-probe

[Gary] sent a few pictures of his latest project our way via Flickr, which we thought a few of you CNC owners might be interested in. He has been working with his CNC machine a lot lately and decided it was about time he built a touch probe for his rig.

His initial goal was to use the touch probe to ensure his CNC table was perfectly level, but we’re thinking it will be helpful for a lot of different projects in the future. [Gary] says he was really looking to put together a proof of concept device, but that things worked out so well he had to share.

His probe seems to work very well, even without the fit and finish of others we’ve seen in the past. The body of the probe itself was built using several layers of quarter inch plywood, housing three sets of two screws. The screws are wired together in order to form a closed circuit when the brass probe is inserted. When the probe makes contact with a solid object, the circuit is broken, and the coordinates of the probe’s head are recorded.

Though [Gary] admits that he was not super careful when it came to building the probe, we think the results speak for themselves. For a first iteration its scanning abilities are pretty impressive – we can’t wait to see version 2.

Wireless Door Alarms Protect Your Stuff From Afar

wireless-shed-alarm

[Webby] had a friend named [Steve], and as the story goes [Steve] had a few storage sheds on his property that were prone to break-ins.

While the doors were all fitted with a lock, wooden doors are only so strong, and are easy fodder for intruders bearing crowbars and the like. [Steve] was looking for a good way to know when people were poking their heads where they don’t belong, so he rigged up a set of simple alarms that let him know when it’s time to break out the shotgun.

On each of the shed doors, he installed a small IR proximity sensor wired up to a PIC12F675 microcontroller. The PIC is is connected to the “call” button a medium range wireless radio, so that whenever the IR sensor detects that the door is ajar, the PIC triggers an alert on the base unit.

The solution is simple, which we figure also makes it pretty reliable – nice job!

CNC’d Business Cards Will Definitely Get You Noticed

cnc-business-card

The guys over at North Street Labs were bored, so they figured why not go ahead and built a CNC machine just for kicks. While they haven’t put up build details on the CNC just yet, they do have some newly milled business cards to show off just how well the machine works.

Part ruler, part LED throwie, we think their new business cards look great. Milled out of thin acrylic sheeting, their cards feature the North Street Labs logo and URL along with 1/32” ruler markings along the top. The card is also fitted with space for a button cell battery and RGB LED, which illuminates the entire card nicely from the side.

They say that the cards take about 5 minutes apiece to make, which is not bad at all. At $0.50 a pop, the cards are not nearly as cheap as those made from cardstock, but when you’re looking to impress what’s a couple of quarters?

Continue reading to see a short video of their CNC-milled business cards in action.

Continue reading “CNC’d Business Cards Will Definitely Get You Noticed”

A Simple Project To Get You Started With The Android ADK

simple-adk-exercise

If you just got your hands on a shiny new Android phone and are looking for a fun project to try out, you might want to check out this simple Arduino exercise that [Mike Mitchel] put together. Everyone needs a starting off point for hacking, and [Mike] thought that combining and Arduino and Android handset together for the purpose of temperature sensing and light metering would be a great place to begin.

The prerequisites for this project are a bit beyond a simple breadboard and a few ICs, requiring an $80 Android ADK board to go along with your phone and Arduino. If your focus is going to be on interfacing your phone with microcontrollers however, it’s purchase you’ll make sooner than later anyhow.

The setup is pretty simple as you might expect. A photocell and TMP36 temperature sensor are connected to the Arduino, then with a bit of code and USB host magic, the Android app shows the temp and amount ambient light present in the room.

[Mike] has made all of his easy to read and well commented code available online, so be sure to check it out if you have been thinking about (but putting off) playing around with the Android ADK.