Hi, everybody,
First of all, please forgive me if the message is not completely understandable, I am not English.
I own a Sony network drive, and my goal is this:
As you can see, I'm trying to place an arduino between the IR sensor and the PCB of the network reader, in order to remap some keys of the remote control.
For the record, this is a 7-button remote control, 3 of which are not useful to me. I would like to remap these three buttons to operate mosfets, which is not a problem, but for the other 4 remaining buttons, I would like to return the information as it is to the PCB (as if the IR receiver was still connected live).
Example:
ON/Off -> IR -> arduino -> cableIR -> PCB
Vol+ -> IR -> arduino -> mosfet 1 -> PCB
...
The problem is that I can't get the IRremote library to react the device via the sendSony() or sendRaw() methods.
I've seen rare subjects dealing with the problem, indicating that you don't need to modulate the signal if there is no infrared module, or reverse the hexa code..., but nothing finalized.
Do you have a solution besides adding 2 TX & RX infrared modules between my arduino and the PCB ?
Thank you for reading me.
PS: The mosfets allow me to operate buttons on the front panel of the device that are not available on the remote control.