Fwd: IR Receiver for Atmega32L
2012-06-24 by Daniel Skåre
Hi all,
I have been struggling for quite a while now to decode IR signal with
atmega32 and IR receiver TSOP32238. I am following the tutorial on
http://www.ladyada.net/learn/sensors/ir.html , but the terminal output
does not give out the same output each time I press the power toggle
button on my LG TV remote control.
I am running the loop function in main():
while(1){
loop();
}
Anyone who could help, have any suggestion? This is my first AVR project