This project is about automation of a car. With a given source and destination from a predefined road map, the car will be able to ride from source to destination by itself. The car will operate in two mood.
- Self driving mood
- Manual mood
In self driving mood it will ride itself through the road from source to destination. And in manual mood the driver will drive it through the road. Here as a driver we will drive it with a remote like a remote control car. The main challenge will be implementing the self driving mood. Cause here the car needs to define it roads and avoid obstacle itself and also it needs to control it’s speed. So some complex structure and coding may be required.
- Speed can be controlled
- Direction can be changed
- If a obstacle found car will give signal
- Breaking system will be added
- Car will control it’s speed
- Direction will be changed by itself
- Obstacle will be avoided
- Breaking will be done in necessary
- Path will be choose by itself
Eventually the car will reach from source to destination by itself from following a given map.
- Car
- Arduino
- Ultrasonic sensor for obstacle detection
- Arduino Servo Motor
- Battery
- Arduino Bluetooth Module
- Lots of wires
- Computer