Hi
I would like to control my A/C (Air Conditioner) using Arduino Uno
so first I hooked to Pin 11 IR Receiver (TSOP4838) and using IRremote Lib I got the ON and OFF Command
ON Command:
Decoded NEC: B335A162 (32 bits) Raw (68): -22790 8350 -3450 550 -1600 600 -500 550 -1550 600 -1600 600 -500 550 -500 550 -1600 600 -1550 600 -500 550 -500 600 -1550 600 -1550 600 -500 600 -1550 600 -500 600 -1550 550 -1600 600 -500 550 -1600 550 -500 600 -500 550 -500 600 -500 550 -1550 600 -500 550 -1600 600 -1550 600 -500 600 -450 600 -500 550 -1600 550 -500 550
OFF Command:
Decoded NEC: B335D162 (32 bits) Raw (68): 4730 8400 -3400 600 -1550 600 -500 600 -1550 600 -1550 600 -500 600 -450 600 -1550 600 -1600 550 -500 600 -450 600 -1600 550 -1600 600 -450 600 -1550 600 -500 600 -1550 600 -1550 600 -1600 600 -450 600 -1550 600 -500 550 -500 600 -450 600 -1600 600 -450 600 -1550 600 -1600 550 -500 600 -450 600 -500 600 -1550 600 -400 600
In addition I hook to PIN3 IR Led (TOIR-30A94)
using SendNEC of IRremote lib I tried to send the commands without luck (I even tried to send the raw data using sendRaw)
the A/C just not performing the commands.
I verify using cellphone camera that the IR led does light when I send the commands.
also I tried with my DVR commands and it works, but with the A/C it does not.
I attach an image of my system layout.
Can someone help? point to what can be wrong?