MobileAC


Say you get off work early and want to go home and relax for a bit, but you're afraid your place is too damn hot. Wouldn't it be nice to see just how hot it is, and maybe turn on the air conditioner so it's nice and cool when you get home? Yes, it would be nice.

Goal: website control of AC

I wanted to measure room temperature/humidity and control the air conditioner from a website. Yes, you can already buy this sort of thing, but I wanted to start messing around with my arduino.

The gist

I read in and stored the codes for the various functions on my AC remote with an infrared receiver. Then I set up a program to shoot those codes back out of an LED on command. I built a simple website as an interface to those commands. I also set up a temperature/humidity sensor and programmed it to take a reading every 15 minutes.

Pics

The web interface:

The arduino junk:
You may notice two arduinos there. The one on the right has the IR receiver on it, which I only needed to use once to steal the codes off my remote; this arduino is connected to my personal computer. The left arduino has the temperature sensor and LED hooked up to it; this is connected to the webserver machine.

The LED pointing at the air conditioner:

Action video

Finally, let's see this bad boy in action:

Link to live site

Click here!

[1] Arduino Uno


[2] IR Receiver Breakout


[3] Infrared LED - 850nm - 1pcs


[4] Humidity and Temperature Sensor - RHT03