I'm working on a project with the ESP32 where I want to simulate the push of a button on a remote control. Instead of recreating the same IR signal, I want to simulate the push by connecting directly to the remote.
I don't have any space constraints and, for various reasons including the components I already have, I wanted to do this simply by using a relay. I connected two wires directly to the physical button on the remote (I know this is an overkill solution for this specific case).
The curious part is that the system does not work. I can activate the relay and the button, but the gate, which should open with the remote, does not open. I have also changed the time before activating and deactivating the relay, but the result remains the same. Even connecting the two wires manually (as shown in this video), the result does not change. The LED on the remote lights up, but the signal does not trigger, and the gate does not open.
Does anyone have any suggestions on why this might be happening and how it can be resolved?
Thank you very much!