Presentation on MICROCONTROLLER BASED AUTOMATIC VEHICLE CONTROL
INTRODUCTION
- This paper proposes novel control architecture for automatic vehicle driving in a dynamic and uncertain traffic environment.
- We need to make such a circuit which can continuously detect obstacle around the vehicle and avoid them from collision.
- To detect existence of any obstacle in front of the vehicle by infrared sensors.
- Design a vehicle control circuit which can make primary decision before collision.
- Controlling the vehicle with the front two wheels by two individual dc motor according to the position of obstacle or any vehicle.
Transmitter Circuit
Receiver Circuit
BLOCK DIAGRAM
METHODOLOGY
- A 56 kHz signal is generated by the microcontroller program.
- The sensors are built with IR LED which runs at a speed of 56 kHz.
- If infrared light from the LED is reflected by an obstacle the IR receiver senses this.
- Output from this receiver is the input of the 555 timer & its output is fed to the motor winding which helps to avoid collision.
IR Transmitter
IR Receiver (TSOP1356)
Microcontroller (ATmega32)
DC Motor
IR TRANSMITTER
- The Transmitter is built with infrared LED which runs at a speed of 56 kHz.
- When the 56 kHz infrared light from the LED is reflected by an object, the receiver modules will be triggered.
- After receiving the signal from the IR Receiver obstacle detection is done.
IR RECEIVER
The TSOP1356 is miniaturized receivers for infrared remote control systems which are designed as IR filter, where the output signal can directly be decoded by a microcontroller.
The receivers are used to pick up the 56 kHz IR signal from the IR LED which is reflected by the objects close to the vehicle.
MICROCONTROLLER (ATmega32)
- This microcontroller is a very basic & cheap 40 pin microcontroller.
- It has 32 digital inputs & out put ports, of which just 7 is used in our project work.
- Here 56 kHz signal is generated by the microcontroller program.
- In this project pin number 3 i.e PB2 act as output port, pin number 10 as Vcc supply and pin number 12 &13 as clock input.
- Crystal oscillator is used to generate clock.
DC MOTOR
- We mainly used DC motors for the mechanical movements of the rear wheels.
- With its rated voltage (5.9 volt) it rotates with maximum speed (2700 RPM).
- By changing the polarity of the motor we can change the direction of rotation of the Dc Motors.
- The speed of motor is directly proportional to the DC voltage applied across its terminals.
IMPLEMENTED VIEW
Submitted by Nusrat Jahan and Kanis Fatima