Tutorials/Arduino Projects/RC car Hacking Project/Connecting the Arduino
(→Attaching the Arduino) |
|||
| Line 44: | Line 44: | ||
Now, it is a simple matter to screw in the standoffs... | Now, it is a simple matter to screw in the standoffs... | ||
| − | [[image:Interceptor_Arduino_Standoff_Screw_in.jpg|thumb|c|center|400px|Screwing in the standoffs.]] | + | {| align="center" |
| + | |- | ||
| + | | [[image:Interceptor_Arduino_Standoff_Screw_in.jpg|thumb|c|center|400px|Screwing in the standoffs for the Interceptor.]] || | ||
| + | [[image:Gymkhana_Arduino_Standoff_Screw_in.jpg|thumb|c|center|400px|Screwing in the standoffs for the Gymkhana.]] | ||
| + | |} | ||
And finally attach the Arduino to the top. | And finally attach the Arduino to the top. | ||
| − | [[image:Interceptor_Arduino_Standoff_Attach.jpg|thumb|c|center|400px|Attach the Arduino.]] | + | {| align="center" |
| + | |- | ||
| + | | [[image:Interceptor_Arduino_Standoff_Attach.jpg|thumb|c|center|400px|Attach the Arduino to the Interceptor.]] || | ||
| + | [[image:Gymkhana_Arduino_Standoff_Attach.jpg|thumb|c|center|400px|Attach the Arduino to the Gymkhana.]] | ||
| + | |} | ||
===Attaching the breadboard=== | ===Attaching the breadboard=== | ||
Revision as of 07:02, 11 July 2012
Physically connecting the Arduino can be a challenge or fairly simple depending on the size of the vehicle. Skip to the section appropriate to your vehicle.
Contents |
A Large vehicle
On a large vehicle, like the Interceptor or the Gymkhana, we will be using a full-size Arduino UNO, as well as a small breadboard.
Finding room
The first thing to do is analyze the vehicle and find where we can place both the Arduino and the breadboard without impeding the placement of the covering as we aim to replace this once the hack is completed.
The control board
The first important decision you will need to make is whether or not to keep the control board. Keeping the control board will allow the Arduino to receive radio signals from the remote control, which can then be translated by the program. In the case of the Interceptor, there was plenty of room to keep the control board.
In the Gymkhana, there was no possible place to put the Arduino which allowed the cover to fit unimpeded. However, if we removed the control board, there was just enough room for the Arduino to fit. Because the Arduino was approximately the same size as the control board, it was a good compromise as it had a perfect location so not much securing would be needed.
Placement
After this decision has been made, you need to find the best place to fit the Arduino and the breadboard.
Looking at the Interceptor, a good place for the Arduino and breadboard seems to be here:
We were very lucky with the Gymkhana. We fit the breadboard and the Arduino like so:
Attaching the Arduino
Now we need to investigate how to attach the components. Usually, the Arduino will be attached with screws but since the breadboard is so light and has an adhesive backing, zip ties or even relying only on the adhesive backing will be plenty.
We are going to use TETRIX standoffs to attach the Arduino as these fit nicely.
Now, it is a simple matter to screw in the standoffs...
And finally attach the Arduino to the top.
Attaching the breadboard
Since the breadboard is not as vital a piece of equipment, and because it comes with an adhesive backing, using zip-ties to secure it will be perfectly fine.
Now that you have attached the components, you are ready to begin wiring.