0% found this document useful (0 votes)
237 views5 pages

14 V2V System Congestion Control Validation and Performance Using CAN Communication

The document describes a system that uses CAN communication to monitor and control parameters in multiple vehicle regions to prevent rear-end collisions. It uses sensors to detect temperature, humidity, pressure and obstacles, and sends alerts to vehicles through CAN transceivers and wireless RF communication. The system has two microcontrollers connected by a CAN bus that receive sensor data, monitor parameters, display readings, and automatically control engines if thresholds are exceeded or obstacles detected.

Uploaded by

dileeppatra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
237 views5 pages

14 V2V System Congestion Control Validation and Performance Using CAN Communication

The document describes a system that uses CAN communication to monitor and control parameters in multiple vehicle regions to prevent rear-end collisions. It uses sensors to detect temperature, humidity, pressure and obstacles, and sends alerts to vehicles through CAN transceivers and wireless RF communication. The system has two microcontrollers connected by a CAN bus that receive sensor data, monitor parameters, display readings, and automatically control engines if thresholds are exceeded or obstacles detected.

Uploaded by

dileeppatra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 5

V2V SYSTEM CONGESTION CONTROL VALIDATION AND PERFORMANCE

USING CAN COMMUNICATION

AIM:

This project aims in designing a system which helps in monitoring and controlling
multi-regions using CAN (Controller Area Network) protocol. This system helps in achieving
communication between multiple devices.

PURPOSE:

The main objective of this project is to provide CAN communication based vehicle
security for automobiles, this system also avoid rear end collision using sensors and
wireless communication.

DESCRIPTION:

The CAN protocol is an ISO standard (ISO 11898) for serial data communication. The
protocol was developed aiming at automotive applications. Today CAN has gained
widespread use and is used in industrial automation as well as in automotives and mobile
machines. The CAN protocol is implemented in silicon. This makes it possible to combine
the error handling and fault confinement facilities of CAN with a high transmission speed.
The method used for distributing messages to the right receivers contributes to gaining a good
use of the available bandwidth. This requires a simple transmission medium. A common
transmission medium is a twisted pair of wires. A CAN system can also work with just one
wire. In some applications different kinds of links, optical links or radio links, are better
suited. Though there is transmission hardware standard (twisted pair), it is not uncommon to
use different transmission solutions depending on system requirements.

The modules in this project are: Temperature sensor capable of detecting temperature,
humidity sensor to detect humidity level in the environment, Pressure sensor to get the
pressure, Buzzer to give alerts, CAN transceiver is to establish communication between two
microcontrollers, LCD to display the parameters.

This system makes use of two Microcontrollers which are connected using a
CAN bus. One of the Microcontrollers has Temperature sensor, humidity sensor,
pressure sensor, LCD and Buzzer are interfaced to it. This controller gets input from
these sensors and continuously monitors them. The controller automatically monitors,
if these inputs go beyond threshold level and also alerts through buzzer. These
parameters are transferred over CAN bus which is received by the other controller
connected to it. This controller makes the parameters to display on LCD connected to
it. Also, alerts at this system if parameters go beyond threshold level. The
Microcontrollers used in this project are programmed using Embedded C
programming

EXISTING:

In existing system only CAN based communication using in automobiles for


vehicle internal communication ,but there is no separate system to provide
security to avoid accidents like rear end collision.

PROPOSED:

In proposed system we implemented sensors and RF based data transmission to


the nearer vehicles while driving time. So that this system can detect the front
vehicle sudden obstacle conditions using ultrasonic sensor and send signal to the
can controller using microcontroller unit. Then microcontroller control the front
vehicle ignition and following vehicle ignition automatically through RF wireless
communication.
BLOCK DIAGRAM:

A CAN Protocol Based Embedded System to Avoid


Rear-End Collision of Vehicles
1.Front Vehicle
IR obstacle
sensor
Power Supply
Regulated

Controller Area Network


CAN
Microcontroller Transceiver
MCP2551

BUS
Crystal Oscillator LED Indicators
Power Supply

Interface Circuit RF TX
Regulated

Wireless
CAN
Microcontroller – Transceiver
MCP2551

Vehicle
DC motor LCD driver LCD
Motors
driver

FIG 1: Block diagram of CAN based real time implementation in automobile


FIG 2: Block diagram of CAN based real time implementation in automobile

SOFTWARE USED:

1. Keil μvision
2. Express PCB
3. Express SCH
4. Embedded C

HARDWARE USED:

1. Power Supply
2. PIC Microcontroller
3. RF TX and RF RX.
4. OBSTACLE SENSOR
5. DC MOTOR WITH MOTOR DRIVER
4. LCD display
5. ALCOHOL SENSOR
6. CAN CONTROLLER

You might also like