Hi, this is the first time i write on this forum and i am a newbie, with Arduino and electronic
My first project is get a R/C Car Nikko Evolution Citroen Xsara 1/14, remove all the original electronic and use a arduino for control the DC Motor and the direction servo.
I get the DC motor working with arduino + L293E, but with the servo i dont know how connect it.
The servo have 6 wires:
2 wire for power up
1 chasis gnd
3 potentiometer
The original board is a mess, its imposible follow the tracks
I read in some RC Forums that this 'servo' not is a real servo is just a DC motor bidirectional with a pot. This pot give info about the position of the motor.
I tried read the pot with arduino but i dont know the position of the wires.
Take the three wires from the pot and wire them like this:
1: Vcc from Arduino. This is the 5V power that runs the Atmega chip. Do not exceed 5 volts or you will blow the Arduino chip.
2: Wiper or center pin. This is the pin on the pot that varies as the pot is adjusted. Connect it to an A/D port on the arduino.
3: GND. Connect this leg to the same ground as the arduino.
As the pot is turned the voltage on the wiper pin will change. Use the readings from the A/D pn on the arduino to figure out the potentiometers position.
It may not be worth messing around with, unless you want the challenge of writing your own servo control code. The Arduino servo library won't work for non standard servos where the servo pot has to be connected directly to the Arduino.