Home Automation Projects

Robot Butler called Geoffrey

Home Automation (or Robot Butler called Geoffrey) – iPhone controlled, arduino based

Being able to control everything from your pocket has long been a dream shared by many. Previously we’ve had universal remotes that can both control our TVs and radios, then we had wireless wall sockets. Both great things, but how likely is it that you’re going to be carrying around those remotes with you everywhere

Home Automation (or Robot Butler called Geoffrey) – iPhone controlled, arduino based Continue Reading

Arduino Save data of temperature and humidity

Save data of temperature and humidity on MySQL with Arduino Uno and Wifly

Hello guys, i make this instructable for the people that  liked the electronics and the botanic, with this you have the data about  the temperatura and the humidity of your orchard and register this in a data base MySQL. For this proyect you need some knowledge of programing in PHP and MySQL, we will make

Save data of temperature and humidity on MySQL with Arduino Uno and Wifly Continue Reading

Arduino The Tetris Pumpkin

The Tetris Pumpkin using an Arduino

Who wants grinning faces and candles when you can have an interactive pumpkin this Halloween? Play your favorite block-stacking game on an 8×16 grid carved into the face of the gourd, lit by LEDs and using the stem as a controller. This is a moderately advanced project and requires experience soldering and programming in the

The Tetris Pumpkin using an Arduino Continue Reading

sous vide

L.O.G. sous vide

So have you heard of sous vide? Well, this Lazy Old Geek (LOG) hasn’t or hadn’t. http://en.wikipedia.org/wiki/Sous-vide It’s French. So it’s kind of like boil-in-a-bag only you don’t boil it. The equipment can be rather expensive. http://www.sousvidesupreme.com/Shop_Online/SousVide_Supreme_Demi/Department.aspx?DeptID=3&&AdID=245&gclid=CN7PyM6uw7cCFWNp7AodomkA6g I thought that was rather expensive for a tender steak, so I decided to make my own. There

L.O.G. sous vide Continue Reading

How to Build an Arduino Voice Controlled TV Remote

How to Build an Arduino Voice Controlled TV Remote

#include <EEPROM.h> #include <Wire.h> #include <SoftwareSerial.h> #include <LiquidCrystal.h> SoftwareSerial voice = SoftwareSerial(15, 16); LiquidCrystal lcd(5, 6, 7, 8, 9, 10); int pulses, A_SIG=0, B_SIG=1, menu=0, datacount, i, buttoncount=0; int count, j, k, m, ready=0, even=0, fail, first_but=0, second_but=0; word Power[100]; word Remote[100]; //word Remote2[100]; word mute_remote[100]; word enter_remote[100]; byte datlow, dathigh, addlow, addhigh; long Start,

How to Build an Arduino Voice Controlled TV Remote Continue Reading

Scroll to Top