Air Conditioning Code

I would like to create a program that allows you to control all (or almost all) Brands of air conditioners.
Is there anyone who has already done it?
Some of you have never planned an air conditioner that is not LG?

Thanks to all of you ... :slight_smile:

PS: I'm using Arduino UNO R3 and IR emiter diode

I had create a IR code library for Toyotomi A/C.Look power7.net/download.html

Congratulations antkan :slight_smile:

I would try to copy faithfully the remote control signal of the air conditioner, and then play it back in full.
My objective is to be able to take remote control signal of any AC and play it in full with Arduino.

This is My DREAM :smiley: :smiley: :smiley: :smiley: :smiley:

Hi,
See: http://arduino-info.wikispaces.com/IR-RemoteControl
and the Arduino library: A Multi-Protocol Infrared Remote Library for the Arduino

antkan:
I had create a IR code library for Toyotomi A/C.Look power7.net/download.html

Hello,

I tried your library but I was unable to successfully control two Toyotomi A/Cs bought between 2012-2013.

I also tried the common IRremote library's examples to clone an IR signal (using RAW methods) and sent it back with no success. My IR transmitter/receiver seem to work as I have used them successfully to copy and control other devices (like a LG TV).

Any guidance on how to work further with the Toyotomi IR system would really be appreciated.