cyborg5 / IRLib2

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

Decoded signal is recognized fine by probe, but not by device #73

Closed chtro closed 5 years ago

chtro commented 5 years ago

Hi there,

I am scratching my head around this one. Thanks in advance for any tips, I’m lost.

Chris

Issue

Process

Step 1 - On Arduino 1, I decode fine the signals from a Sony TV remote (see console logs bellow).

Step 2 - On Arduino 2, I send the decoded signal to Arduino 1, as a probe. Arduino 1 recognized the exact same signal that originates from the remote. Hence I deduct that both decoding and sending of a specific signal work fine and mimic the remote.

Image PNG

Result

From Arduino 2, I send the same signal to the TV set. Signals are ignored by the TV set, despite being recognized correctly by Arduino 2 to mimic exactly the remote.

Arduino 1 (receiver):

Arduino 2 (sender):