IR Tutorial question

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
hawk_08
 
Posts: 7
Joined: Fri Dec 14, 2012 2:47 am

IR Tutorial question

Post by hawk_08 »

Hello,

Today I was trying to code an intervalometer. Since I like to code all from the start I used the raw data and coded everything. It did not work and I figured out that I used a 62ms seconds delay instead I needed a 65ms seconds delay.

My question is the following if I ever decode an IR emitter how can I figure out that I need to use a 65ms delay instead of whatever number I get from my decoder?

Thanks a lot

M.

User avatar
adafruit_support_bill
 
Posts: 88154
Joined: Sat Feb 07, 2009 10:11 am

Re: IR Tutorial question

Post by adafruit_support_bill »

Ah! That is the joy of reverse engineering. Without (accurate) documentation, you just have to experiment a bit to find what works. :D

Image

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”