Solution to recording long Air Conditioner signals on MCU

Everything related to protocols and IR codes
Post Reply
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Solution to recording long Air Conditioner signals on MCU

Post by AnalysIR »

We have just posted a utility (Arduino sketch) on our blog, which allows users to capture the timings for very long IR signals typically associated with Air Conditioners.

Some will know that the default length using Arduino libraries (IRLib & IRremote) is 100 marks & spaces, which can be increased to a maximum of 255. Now you get to record up to 800+, which users of AnalysIR can then import and export as 'C' code to run directly on the Arduino.
(If you don't already have a copy of analysIR, you can manually build up the code 'C' required.)

For more details, pop on over to:
http://www.analysir.com/blog/2014/03/19 ... s-arduino/

Don't forget to post a comment on the blog or here - if it helps...tnx
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: Solution to recording long Air Conditioner signals on MC

Post by AnalysIR »

In case you experience issues with this script, please read the following:

Arduino Yun & Leonardo have INT0 on pin 3 instead of pin 2 as in the sketch. So just connect the IR receiver to pin 3 on the Yun or Leonardo.

:)
Post Reply