Tutorials/Arduino Projects/RC car Hacking Project/Preparing the Electrical Components
| Line 40: | Line 40: | ||
Since we want to connect this either to a breadboard or the Arduino, we should use a jumper wire. Cut one end off and strip about 1/8 inch off the end. Solder to the points specified so that the current will flow only when power is applied. | Since we want to connect this either to a breadboard or the Arduino, we should use a jumper wire. Cut one end off and strip about 1/8 inch off the end. Solder to the points specified so that the current will flow only when power is applied. | ||
| − | {{Todo|how do you know where to solder | + | {{Todo|how do you know where to solder?}} |
{{WARNING|Soldering should only be done under adult supervision.}} | {{WARNING|Soldering should only be done under adult supervision.}} | ||
Revision as of 12:36, 5 July 2012
Every RC car has certain internal electrical components which we will use to interface with the Arduino. The most obvious of these is the large circuit board called the Control Board. This receives the radio signal from the remote and translates it into commands suitable for driving the motors.
The motors
The most important electrical components in an RC car are the motors. There are two motors, one used for driving and one for steering. The motor used for driving is the largest, more powerful motor and is almost always a DC motor with 2 wires.
The steering motor is usually smaller as is does not need to provide enough power to move the entire vehicle. In some vehicles this is another DC motor, however in some more expensive models it is a regular servo motor. The servo motor has the advantage of proportional control which means that we will be able to specify how much the car is to turn. If the steering motor is a DC motor the car can turn only fully one way and fully the other.
Disconnecting the motors
We will need to disconnect the motors from the control board. This can sometimes be done by disconnecting a small plug connector, from the circuit board. Other times you might have to cut the wires.
Power
Your RC car will be powered with some sort of battery system, either rechargeable or perhaps AA or AAA batteries. We are going to divert this power to the Arduino so that we do not have to add a second battery box.
Usually, the power supply is hardwired directly onto the control board, so we will need to divert this power by soldering onto the correct connections. This will give us the added bonus of being able to use the ON/OFF switch to control the flow of power.
Since we want to connect this either to a breadboard or the Arduino, we should use a jumper wire. Cut one end off and strip about 1/8 inch off the end. Solder to the points specified so that the current will flow only when power is applied.
Now, we can divert the power to the Arduino.