Giving Siri The Keys To Your House

We haven’t really covered many hacks having to do with Apple’s newest iPhone feature Siri. We’d bet you’ve already heard a bunch about the voice-activated AI assistant and here’s your chance to give it the keys to your house. This project uses Siri to actuate the deadbolt on an entry door in a roundabout sort of way.

This is really just a Siri frontend for an SMS entry system seen in several other hacks. The inside of the door (pictured above) has a servo motor mounted next to, and attached via connecting rod with, the lever-style deadbolt. An Arduino equipped with a WiFly shield controls that servo and is waiting for instructions from the Google app engine. But wait, they’re not done yet. The app engine connects to a Twilio account which gives it the ability to receive SMS messages. Long story short; Siri is sending a text message that opens the door… eventually. You can seen in the demo after the break that the whole process takes over twenty seconds from the time you first access Siri to the point the bolt is unlocked. Still, it’s a fine first prototype.

There’s a fair amount of expensive hardware on that door which we’d like to see converted to extra feaures. [CC Laan] has already added one other entry method, using a piezo element to listen for a secret knock. But we think there’s room for improvement. Since it’s Internet connected we’d love to see a sensor to monitor how often the door is opened, and perhaps a PIR sensor that would act as a motion-sensing burglar alert system.

Don’t need something this complicated? How about implementing just the secret knock portion of the hack?

Continue reading “Giving Siri The Keys To Your House”

Keyless Entry Via SMS

[Billy’s] work got new keys which he didn’t want to carry around with him. Instead he built this system to unlock the door via text message. It is based around a Spinneret Web Server which drives a servo motor. He’s rigged up a pipe hanger to add some leverage to the lock’s knob. We’re surprised that the servo has enough power to do the job here but the video after the break shows there’s really no problem. On the communication side of things [Billy] set up Twilio to wait for text messages from an approved list of senders, then used an HTML form to issue the unlock commands to the webserver.

Continue reading “Keyless Entry Via SMS”

Twilio Adds Touch Tone Telephone Control For Arduino

An Arduino with an Ethernet shield, nothing new right? Not quite, [Chris] is showing us how to use Twilio to control an Arduino via a touch tone telephone. We saw Twilio used before in a cellphone video game but this time around an audio menu system comes into play. You can make your own menus whose options will be read by the WOPR (see the demo after the break) when you call the Twilio number. This application just turns an LED on and off but once you’ve got access to the Arduino the sky’s the limit. Most immediately this is an easy implementation for all those cellphone door lock systems we’ve seen. We also envision some classic home automation such as feed the cats or turn on the lights.

Continue reading “Twilio Adds Touch Tone Telephone Control For Arduino”

Phone/webapp Written In Ploy To Appear More Popular

That title’s not really fair to [Evan], but he did write a cellphone tetris game that causes your handset to automatically telephone him if you win. He’s using two applications that we’re not very familiar with, Twilio and Tornado. The former handles control input from the cellphone via their simple API. The latter is a web server and web framework that runs the actual game.

If you’re interested in how he put the two together you can poke around in the code. If you really don’t care about how it is done, you might just want to win the game, automatically giving [Evan] a call, running up his wireless bill in the process.

Help us add some value to this article by leaving a comment.  We’d like to know how Twilio compares to Google Voice which doesn’t seem to have a published API (but there is some work in that area). We also think web-based cell phone interactivity, already popular in hacks, is just beginning to build some steam. What are the tools you use to make cellphone interfaces easier and quicker to implement?