I have a remote control that I want to connect a ESP8266 to trigger some of the remote buttons.
Originally I though to just use a relay and solder onto the buttons of the remote control.
But after opening it I see that the remote control uses a L24YK with 6 input pins that is triggered when pulled to GND.
L24YK and ESP8266 are both 3.3V chips, could I just ditch the relay and connect a pulled up GPIO from the ESP directly to the L24YK and just pull it low when I want to simulate a button press?
Or do I risk breaking something when setting the input pin of the L24YK to high?
You risk to kill a GPIO output by pressing a key, shorting the output to Gnd. At least the GPIO pins should not be outputs unless a key press shall be simulated.