Home Automation Projects

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

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

IoT Desktop Console

IoT Desktop Console. Part : 11 IoT, Home Automation

Preamble This article, the 11th in a series on home automation documents how to create and integrate an IoT Desktop Device into an existing home automation system including all the necessary software functionality to enable the successful deployment within a domestic environment. Picture 1 shows the completed IoT desktop device and Picture 2 shows all the component

IoT Desktop Console. Part : 11 IoT, Home Automation Continue Reading

en_USEnglish
Scroll to Top