blind spot control system (blis)

Upload: ramanan-mageswaran

Post on 05-Apr-2018

225 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/31/2019 Blind Spot Control System (BLIS)

    1/21

    Blind-Spot CollisionWarning System

    Arslan Zulfiqar Talip Ucar

  • 7/31/2019 Blind Spot Control System (BLIS)

    2/21

    Why Blind-Spot Warning System

    Vehicle accidents cause annually 1:40,000 deaths3.5 million injuries

    More than 800,000 vehicles in lane-change blind-spot collisions annually 2.

  • 7/31/2019 Blind Spot Control System (BLIS)

    3/21

    Objective

    Monitor blind-spot for vehicles.Detect vehicles in blind-spot.

    Display distance of vehicles in blind-spot.Sound warning on turn-signal, if objectpresent.

  • 7/31/2019 Blind Spot Control System (BLIS)

    4/21

    Schematic

  • 7/31/2019 Blind Spot Control System (BLIS)

    5/21

    Start Program

    Send Trigger

    Echo Pulse Goes High(start timer)

    Echo pulse Goes Low(stop timer)

    Read Timer

    Calculate Distance

    Display on LCDBeep

    Distance < 3m

    AndTurn Signal on

    Dont Beep Distance >3m

    Or Turn Signal off

  • 7/31/2019 Blind Spot Control System (BLIS)

    6/21

    Sensor Module

    Distance (cm) = t us / 1000000 us/s * (347m/s) * (100 cm/m) / 2

  • 7/31/2019 Blind Spot Control System (BLIS)

    7/21

    Sensor Module

    Distance Range vs Degree

    0

    50

    100

    150

    200

    250

    300

    350

    0 10 20 30 40

    Degree

    D i s t a n c e

    R a n g e

    Distance Range

  • 7/31/2019 Blind Spot Control System (BLIS)

    8/21

    Sensor Module

    Range: 10-300 cmVoltage: 5vCurrent: 30 mA typ. 50 mA Max.Frequency of sonic bursts: 40 KHz

  • 7/31/2019 Blind Spot Control System (BLIS)

    9/21

    LCD module

  • 7/31/2019 Blind Spot Control System (BLIS)

    10/21

    Module Testing

  • 7/31/2019 Blind Spot Control System (BLIS)

    11/21

    Module TestingObject placed at (observed with ruler): 30 cm

    Calculated distance (from waveform)= (1800 /1000000)*(347)*(100/2)= 31.23cm

    Object placed at (observed on LCD): 34 cm

  • 7/31/2019 Blind Spot Control System (BLIS)

    12/21

    Module TestingPulse width changes with distance

  • 7/31/2019 Blind Spot Control System (BLIS)

    13/21

    Module Testing

    Distance(ruler)

    Distance(LCD)

    Pulse width(us)

    Distance(calculated

    from scope)

    10 14 520 9.022

    20 24 1100 19.085

    30 34 1800 31.23

    40 44 2400 41.64

  • 7/31/2019 Blind Spot Control System (BLIS)

    14/21

    Module TestingError on LCD

    0

    0.05

    0.1

    0.15

    0.2

    0.25

    0.3

    0.35

    0.4

    0.45

    0 10 20 30 40 50

    Distance (cm)

    E r r o r

    ( p e r c e n

    t a g e

    )

    Series1

  • 7/31/2019 Blind Spot Control System (BLIS)

    15/21

    Module TestingError on the Scope

    0

    0.02

    0.04

    0.06

    0.08

    0.1

    0.12

    0 10 20 30 40 50

    Distance (cm)

    E r r o r

    ( p e r c e n

    t a g e

    )

    Series1

  • 7/31/2019 Blind Spot Control System (BLIS)

    16/21

    Successes

    Detects presence of objects.Measures distance of objects.Displays distance on LCD, if object ispresent else displays that there is noobject.Gives sound warning if object present inthe range and turn-signal high.

  • 7/31/2019 Blind Spot Control System (BLIS)

    17/21

    Failures and ModificationsCannot detect if sensor is blockedbecause sensor doesnt behave well atvery close range i.e., < 6cm.

    Sensor is poled periodically instead of when turn signal is high as originally

    proposed.

  • 7/31/2019 Blind Spot Control System (BLIS)

    18/21

    Challenges

    Learning PICS programming.Interfacing PICS with a serial LCD throughthe RS232 serial output.Controlling when to sound the warning.Keeping cool when the sensor burnt outone week before the demo!

  • 7/31/2019 Blind Spot Control System (BLIS)

    19/21

    Recommendations

    Have the ability to change units of distancebeing displayed on LCD.

    Have the ability to increase volume of thewarning as the object distance decreases whenturn signal is high.Have the ability to switch off sound warning bythe user.Have the ability to change the distance range

  • 7/31/2019 Blind Spot Control System (BLIS)

    20/21

    References

    [1]:http://www.rvtechstop.com/articles/vorad1_s.pdf

    [2]:http://www.sae.org/automag/features/futurelook/03-2005/1-113-3-108.pdf

  • 7/31/2019 Blind Spot Control System (BLIS)

    21/21

    Questions ?

    Special thanks to Prof. Carney and Chirantan Mukhopadhyay