Integration of CAN Protocol in Automotives

download Integration of CAN Protocol in Automotives

of 31

Transcript of Integration of CAN Protocol in Automotives

  • 7/31/2019 Integration of CAN Protocol in Automotives

    1/31

    Integration of CAN Protocol in

    Automotives

    A Project Report

    Submitted by

    SENTHIL NATHAN.P 52206106075

    SHANKARA NARAYANA SHARMA.P 52206106076

    SUNDAR.L 52206106082

    Under the guidance ofMr.M.Nagarajan, M.E.,M.S.S.I., M.I.S.T.E.,Asst. Prof. / ECE,P.T.Lee Chengalvaraya Naicker College of Engineering and Technology,

    Department of Electronics & Communication,

    Oovery, veliyur (post) -631 502,

    Kancheepuram.

  • 7/31/2019 Integration of CAN Protocol in Automotives

    2/31

    Origin from: 978-1-4244-2800-7/09

    2009 IEEE

    RESEARCH ON EMBEDDED DATA DISPLAY UNIT BASED ON CAN

    PROTOCOL

    Peng Yang, Le Yang, Xin Guo,

    College of Electrical Engineering andAutomation,

    Hebei University of Technology

    Tianjin, China.

    e-mail: [email protected]

  • 7/31/2019 Integration of CAN Protocol in Automotives

    3/31

    ABSTRACT

    During the journeys at night times it may

    fail to know about the outer environment such

    as vehicle data , place of journey and so on,

    since the interaction between inner and outer

    environment is closed.

    Cont

  • 7/31/2019 Integration of CAN Protocol in Automotives

    4/31

    In automobiles, the dash boards has

    many measuring units, such as Pressure

    gauge, Temperature gauge with

    numerous cables for inter-connection,

    which leads to cable complexity, the

    physical length of cables and otherdefects in communication.

    Cont

  • 7/31/2019 Integration of CAN Protocol in Automotives

    5/31

    To overcome those problems, the

    CAN Protocol based multiplexed

    system is proven for the reliability andreal-time performance of the data

    transmitted on CAN bus is appropriate

    to all Vehicular Automotive applications.

  • 7/31/2019 Integration of CAN Protocol in Automotives

    6/31

    Vehicle Buses..?

    Why buses in vehicles?

    Number of electronic equipment is increasing heavily in

    vehicles (expensive wiring)

    Modern vehicles control system needs a lot of information

    from sensors

    Easier fault diagnostic (tester can be connected to a single

    plug)

  • 7/31/2019 Integration of CAN Protocol in Automotives

    7/31

    Wire Length

  • 7/31/2019 Integration of CAN Protocol in Automotives

    8/31

  • 7/31/2019 Integration of CAN Protocol in Automotives

    9/31

  • 7/31/2019 Integration of CAN Protocol in Automotives

    10/31

  • 7/31/2019 Integration of CAN Protocol in Automotives

    11/31

    Conventional Networking

  • 7/31/2019 Integration of CAN Protocol in Automotives

    12/31

    Proposed System will Overcome.

    Existing protocols didnt support multi-

    mastersText based communication

    Low baud-rates even at higher distances

    Poor error detection & management

  • 7/31/2019 Integration of CAN Protocol in Automotives

    13/31

    CAN Networking

  • 7/31/2019 Integration of CAN Protocol in Automotives

    14/31

    KEY CHARACTERISTICS OF CAN

    CAN means Controller Area Network

    CAN is an asynchronous serial communication

    protocol

    Multi-master concept

    o CSMA/CA (Carrier Sense Multiple Access /

    Collision Avoidance)

    o Message priority

    Object-oriented communication

  • 7/31/2019 Integration of CAN Protocol in Automotives

    15/31

  • 7/31/2019 Integration of CAN Protocol in Automotives

    16/31

    No node addressing, but content

    identification

    Real-time capability

    Low message transfer latencySystem wide message consistency

    Error detection & management

    mechanism

  • 7/31/2019 Integration of CAN Protocol in Automotives

    17/31

    Features of ARM Controller

    Philips ARM7TDMI LPC2129 microcontroller

    with 256 Kbyte program Flash, 16 Kbyte

    SRAM, and 2 CAN communication channels

    Two interconnected CAN interfaces with

    advanced acceptance filters & Four channel

    10-bit A/D converter with conversion time as

    low as 2.44 us.

    Vectored Interrupt Controller with

    configurable priorities and vector addresses.

  • 7/31/2019 Integration of CAN Protocol in Automotives

    18/31

  • 7/31/2019 Integration of CAN Protocol in Automotives

    19/31

    Features of A/D converter

    The LPC2129 contain single 10-bit successive

    approximation analog to digital converter with four

    multiplexed channels.

    Measurement range of 0 V to 3 V. Capable of performing more than 400,000 10-bit

    samples per second.

    Burst conversion mode for single or multiple inputs. Optional conversion on transition on input pin or

    Timer Match signal.

  • 7/31/2019 Integration of CAN Protocol in Automotives

    20/31

    Features of LM35

    Calibrated directly in Celsius (Centigrade)

    Linear + 10.0 mV/C scale factor

    0.5C accuracy guarantee able (at +25C)

    Rated for full 55 to +150C range

    Operates from 4 to 30 volts

    Less than 60 A current drain

    Low self-heating, 0.08C in still air

    Nonlinearity only 14C typical

    Low impedance output, 0.1 W for 1 mA load

  • 7/31/2019 Integration of CAN Protocol in Automotives

    21/31

    The Temperature Sensor

  • 7/31/2019 Integration of CAN Protocol in Automotives

    22/31

    SCHEMATIC OF THE PROJECT

  • 7/31/2019 Integration of CAN Protocol in Automotives

    23/31

    The engine, airbag and displacement nodes

    are continuously monitored on priority

    basis.

    Engine temperature will be continuously

    monitored and when maximum heat

    reaches, the coolant fan will be controlled.

    Front end pressure is monitored to activate

    the airbag control.

    Displacement is measured to display the

    place of travelling for the passenger

    attention.

  • 7/31/2019 Integration of CAN Protocol in Automotives

    24/31

    FLOW CHART OF PROJECT

    IMPLEMENTATION

  • 7/31/2019 Integration of CAN Protocol in Automotives

    25/31

    A Full-CAN protocol is implemented in aconvenient embedded Microcontroller to

    automate the dash-board display.

    Every node of the CAN bus is controlled by theCAN transceiver MCP2551 chip.

    Each analog inputs are converted to bytes of

    message like CAN headers and broadcasted to

    the CAN bus.

  • 7/31/2019 Integration of CAN Protocol in Automotives

    26/31

    CAN TRANSCEIVER

  • 7/31/2019 Integration of CAN Protocol in Automotives

    27/31

    The CAN peripheral automatically

    scans every incoming CAN

    message and when an identifier

    match is detected, the message iscopied into the associated

    received buffer.

  • 7/31/2019 Integration of CAN Protocol in Automotives

    28/31

    Scope of the Project

    Implementation of advanced

    communication protocols in the

    automotive and industrial longdistance areas will much sophisticated

    and provides data monitoring with

    improved efficiency as much as othercommunication protocols.

  • 7/31/2019 Integration of CAN Protocol in Automotives

    29/31

    THANK YOU

  • 7/31/2019 Integration of CAN Protocol in Automotives

    30/31

    LCD DISPLAY MODULE

    I CO IGU A IO O CO OLL

  • 7/31/2019 Integration of CAN Protocol in Automotives

    31/31

    PIN CONFIGURATION OF CONTROLLER