+ All Categories
Home > Documents > Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri...

Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri...

Date post: 18-Dec-2015
Category:
Upload: allyson-hubbard
View: 217 times
Download: 0 times
Share this document with a friend
27
Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011
Transcript
Page 1: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

Brake Intensity Advisory System Design

Assessment

Brake Intensity Advisory System Design

AssessmentJace Hall

Michael Purvis

Caleb Trotter

Edward Yri

ECE 4007-L0111/02/2011

Page 2: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

2

Project Details Project Details

• What- BIAS (Brake Intensity Advisory System) operates by

illuminating an auxiliary set of LEDS located around the perimeter of the standard brake lights when “hard braking” occurs.

• Cost- The cost associated with mass production of the BIAS

is projected to be $75.84.

Page 3: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

3

Project MotivationProject Motivation

• Why- The percentage of rear-end collisions (17% of all

claims) ranks second among all automobile accidents.

• Who- BIAS is intended for drivers and car manufacturers

who are concerned with operating and manufacturing safer vehicles.

Page 4: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

4

BIASBIAS

Page 5: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

5

- Simple integration with current braking systems

- Non-intrusive design

- Real-time response

- Software definability based on vehicle brake force

parameters

Design Goals

Page 6: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

6

- Receive a voltage sensor output between 0-3.3V corresponding to a defined force.

- Categorize the inputs into three defined states using the Mbed microcontroller.

- Illuminate the auxiliary LEDS when a voltage of 1.9V or higher is received by the microcontroller.

- Achieve a visual indication of braking force in real time.

Technical Objectives

Page 7: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

7

High Level BIAS Schematic High Level BIAS Schematic

Page 8: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

8

Force Sensing Resistor (FSR) Operation Force Sensing Resistor (FSR) Operation

- The FSR is a polymer thick film device.

- The output resistance decreases as the force applied increases.

- FSRs provide a cost benefit of two orders of magnitude over load cells (another commonly used force sensor.)

Page 9: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

9

Interpreting FSR Output as VoltageInterpreting FSR Output as Voltage

- The FSR must be connected to a voltage divider circuit to interpret the applied force as a voltage.

- A voltage regulator must be inserted to convert the input voltage to 3.3V due to Mbed voltage input constraints.

Page 10: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

10

Determining the Fixed Resistor ValueDetermining the Fixed Resistor Value

- The fixed resistor value in the voltage divider helps determine the sensitivity of the output.

- Decreasing RF allows for a more dynamic range of force values to be converted to a corresponding voltage.

- Test: Dynamic Braking Resistor Value: 63Ω-2000Ω

Page 11: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

11

Confirming the Theoretical Threshold Confirming the Theoretical Threshold

- The FSR was attached to a brake pedal and braking pattern voltages were recorded.

- The “hard braking” threshold was determined to be any voltage above 1.9V.

- A custom bracket was fabricated to ensure the applied braking force was absorbed solely by the FSR.

Page 12: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

12

Problems Encountered with FSRProblems Encountered with FSR

- Loose connections creating transients.

- Determining the proper fixed resistance value.

Page 13: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

13

High Level BIAS Schematic - MicrocontrollerHigh Level BIAS Schematic - Microcontroller

Page 14: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

14

Mbed I/OMbed I/O

Page 15: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

15

Why Mbed?Why Mbed?

• Extensive libraries for rapid prototyping

• Meets technical requirements of proposal

• Integrated 6 PWM channels

Page 16: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

16

Program OverviewProgram OverviewState: NormalNo braking force detected.

Braking > 1.9V

Braking > 0

State:Light BrakingPWM1 = 40% Dc.LED Array 1 is on.

Braking= 0

State: Hard Braking 1PWM2 = 80% Dc.LED Arrays 1 & 2 on.

State: Hard Braking 2PWM1 = 80% Dc.PWM3 = 80% Dc.LED Arrays 1,2 & 3 on.

Delay0.025 s.

Yes

YesYes

Page 17: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

17

High Level BIAS Schematic – LED ArrayHigh Level BIAS Schematic – LED Array

Page 18: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

18

LED Array and Driver Specifications LED Array and Driver Specifications

• LEDs - Outdoor and automotive rated

- Max luminous intensity: 5500 mcd- Max junction temp: 130°C

• LED Drivers- PWM control for dimmable LED output

- Max current : 1 A

- Max input voltage: 30 V

Page 19: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

19

LED Array DesignLED Array Design

L1

R1

Vin 12V

C1

Z1

LEDDriver

PWM Signal

CTL

GND

Vin

SET

SW

Page 20: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

20

Current Limiting Resistors in LED Array Current Limiting Resistors in LED Array

Page 21: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

21

Brake Light ConfigurationBrake Light Configuration

Page 22: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

22

Brake Light OperationBrake Light Operation

1

• Voltage threshold < 1.9 V.

Page 23: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

23

Brake Light OperationBrake Light Operation

• Voltage threshold ≥ 1.9 V.

1

2

Page 24: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

24

Brake Light OperationBrake Light Operation

3

1

2

• Voltage threshold ≥ 1.9 V after a 25 ms delay.

Page 25: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

25

Budget/Cost AnalysisBudget/Cost Analysis

• Prototype Budget Status - Of the requested $405, $98.99 has been spent. All parts

have been procured at this time.

• Projected Implementation Cost- The BIAS prototype includes a more expensive

microcontroller and added voltage source. The cost of the production model will reflect these deducted costs.

Page 26: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

26

Production Cost Break DownProduction Cost Break Down

Parts Mass Production Cost Prototype Cost

FSR $16.00 $7.95

Wire/Connectors $5.50 Donated

Resistors/Voltage Regulator/Capacitors

$4.95 Donated

Perforated Boards $5.75 Donated

Microcontroller$10.00 Donated

LEDs $19.25 $19.25

LED Drivers $4.50 $4.50

Parts Total $65.95 $31.70

Contingency (15%) $9.89 $4.76

TOTAL $75.84 $36.46

Page 27: Brake Intensity Advisory System Design Assessment Jace Hall Michael Purvis Caleb Trotter Edward Yri ECE 4007-L01 11/02/2011.

27

Future WorkFuture Work

Task Deadline

Assemble LED Array 11/4

Program microcontroller 11/16

Solder LED array circuit to perforated board 11/19

Test LED array and microcontroller 11/21

Integrate LED array, microcontroller, and FSR 11/28

Finalize prototype 12/2


Recommended