cyborg5 / IRLib2

Library for receiving, decoding, and sending infrared signals using Arduino
GNU General Public License v3.0
384 stars 138 forks source link

Support Samsung AC AR12K codes #29

Open d3xt3r01 opened 6 years ago

d3xt3r01 commented 6 years ago

When using the default dump code to see the codes my AC remote does all I get is this:

Decoded Unknown(0): Value:0 Adrs:0 (0 bits)

I'm using IRLibAll.h for this test.

I do get the codes for my samsung tv though ! NECx(7) 32bits What would be required to further analyze and debug / implement its protocol ?

Thanks in advance.

krzb11 commented 6 years ago

Hi!

I also have this problem but with the LG A/C... BUT I get the code with the hashDecode.ino, but I can't replay it...