Hey everybody,
I'm using a IR receiver to remote control my AC
I can make it work perfectly using IRrecord with my samsung TV, but when I try to use it with my AC (an italian brand called Olimpia)
I get very weird results
I noticed the raw data was too big then I changed in IRremote.h, but here's the problem.
If I use #define RAWBUF 200 I get
Decoded PANASONIC - Address: 200 Value: 2801C2A1 (48 bits)
Raw (200): 19092 3250 -1550 450 -350 500 -350 450 -350 500 -350 500 -350 450 -350 450 -1150 500 -350 500 -350 450 -350 500 -350 450 -400 450 -350 500 -350 450 -350 450 -400 500 -350 450 -350 500 -1100 500 -350 500 -1100 500 -350 450 -350 500 -350 500 -350 450 -350 500 -350 450 -350 500 -350 500 -350 450 -350 500 -1150 450 -1150 450 -1150 450 -400 450 -350 450 -400 450 -350 500 -1150 450 -350 500 -1100 500 -350 500 -1100 500 -350 450 -350 500 -350 500 -350 450 -1150 450 -350 500 -1150 450 -350 500 -1150 450 -1150 450 -350 500 -350 450 -400 450 -350 500 -350 450 -350 500 -350 500 -350 450 -350 500 -1100 500 -350 500 -350 450 -350 450 -400 450 -350 500 -350 500 -350 450 -350 500 -350 450 -400 450 -400 450 -350 450 -350 500 -350 450 -400 450 -350 500 -350 450 -350 450 -400 500 -350 450 -1150 450 -350 500 -1150 450 -1150 450 -400 450 -1150 450 -1150 450 -350 500 -1150 450 -1150 450 -1150 500 -350 450 -350 500 -350 450 -1150 500
If I use #define RAWBUF 300 I get
Unknown encoding: 4CDAAB1A (32 bits)
Raw (20): -400 450 -350 450 -400 450 -1150 450 -1150 450 -1200 450 -350 450 -400 450 -1150 450 -400 500
This doesnt make sense to me, how could the data get smaller
Can anybody help me?
thanks!