Hey guys.
I am making a toy car with speed control, automatic door, steering and lights.
All of these (3 switches & 2 potentiometer) will be controlled by a remote connected via cable. I would like to use either a USB or RJ11 (4-core telephone) cable.
My question is can I combine all the signal cables to reduce the number of wires going from remote to Arduino.
I thought of i2c but not sure if it will work or how to implement it.
Thanks.
Function | Input | Output |
---|---|---|
steering: | Potentiometer | Servo |
Automatic door | Button | servo |
lights | Button | LED's |
Speed control | Potentiometer | Motor |
Motor Direction | Switch | Motor |