I am using an Arduino Uno with a Raspberry Pi to lock and unlock my car with my phone.
My car has a single wire which when grounded with a 1.5 K ohm or a 249 ohm resistor, it locks or unlocks.
I figured I'd have two connections, each with a different resistor. Then the Pi can send a signal via GPIO that the Arduino listens for.
Can the Uno programmatically ground an input, and can it handle the car's power?