IR remote tutorial

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
poledust
 
Posts: 26
Joined: Thu Jan 03, 2013 8:25 pm

IR remote tutorial

Post by poledust »

I am trying to use the tutorial for the ir remote to get the codes but I am a little green and I am getting a little lost on the directions they seem like they might be missing some steps or something I tried to go in the order I dont know Im just lost I got up to the part were I get this from the remote

http://learn.adafruit.com/ir-sensor/reading-ir-commands
http://learn.adafruit.com/assets/595


OK time to make the sketch compare what we received to what we have in our stored array:
I am not sure how or where I have a stored array
Someone please help would like to get this part of my project finished
Thanks!

User avatar
Franklin97355
 
Posts: 23940
Joined: Mon Apr 21, 2008 2:33 pm

Re: IR remote tutorial

Post by Franklin97355 »

What do you get for output on the serial monitor when you run your program?

poledust
 
Posts: 26
Joined: Thu Jan 03, 2013 8:25 pm

Re: IR remote tutorial

Post by poledust »

this is what I get in the serial com

Ready to decode IR!
Heard 36-pulse long IR signal
count set to: 36
count set to: 36
count set to: 36
Heard 36-pulse long IR signal
count set to: 36
count set to: 36
count set to: 36
Heard 50-pulse long IR signal
count set to: 38
count set to: 36
count set to: 38
Heard 50-pulse long IR signal
count set to: 38
count set to: 36
count set to: 38
Heard 36-pulse long IR signal
count set to: 36
count set to: 36
count set to: 36
Heard 10-pulse long IR signal
count set to: 10
count set to: 10
count set to: 10
Heard 36-pulse long IR signal
count set to: 36
count set to: 36
count set to: 36
Heard 36-pulse long IR signal
count set to: 36
count set to: 36
count set to: 36
Heard 36-pulse long IR signal
count set to: 36
count set to: 36
count set to: 36
Heard 4-pulse long IR signal
count set to: 4
count set to: 4
count set to: 4

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

Return to “Arduino”