The Cool Car
A Digital Embedded Systems University Project
Overview
This was a group project for the ENSC3020 unit at UWA where we (as a group of 4) had to build and program a RC car that could take in coordinates and drive to those coordinates and back to its start point by itself.
Design
Hardware Circuit Design
- Parts:
- Arduino Nano
- L298N H Bridge driver module
- GPS module
- Power pack
- Motors x4
- The arduino is connected to the driver, gps, and power pack which is all seated in a chassis which has 4 DC motors connected to wheels.
- Breakdown:
- A 12V power source is supplying power to the Vcc of the motor driver control module.
- The driver module controls two pairs of DC motors by using a H-Bridge.
- The module has a built-in 5V regulator which is then set to the 5V pin out to the Nano.
- Pins D2 through to D5 control in1:in4 and subsequently the direction of our DC motors.
- The GPS module is connected to the 5V and ground from the arduino and the RX and TX pins on the GPS module are connected to D6 and D7 on the arduino.
- The ground for the arduino is wired to the motor driver's voltage regulator, rather than a split wire (which is shown in the the diagram above.)