Blinkers ++ Team 5.

Slides:



Advertisements
Similar presentations
We Can Read About Mixing Colors
Advertisements

Revision.
COLORING WITH NUMBERS. NumbersNumbers NumbersNumbers
Orange Boat 3Purple Boat 4Red Boat 5Yellow Boat 6Green Boat 2Blue Boat 1.
© red ©
Final Year Project: Design and Build an alternative input device Air Mouse Colin Grogan.
EE 446 Project Assignment Top Design Sensor Components Pin Assignment and Configuration Completed Physical Setup Project Tasks.
Software Programmed in C 1. lightCycle: Function that cycles the lights when the CapSense is activated, cycles lights from Red to Green. 2. If, else: Determines.
The Color Wheel Claire Heider The Primary Colors.
Joe Blubaugh Diana Mui David Sutherland Matthew Swallow.
ECE 477 Design Review Team 5  Fall 2009 Ben Carter – Jacqui Dickerson – Ian Oliver – Dennis Lee.
ECE 477 Final Presentation Team 5  Fall 2009 Left to right: Ben, Dennis, Jacqui, Ian.
COUNTING Directions: Write your word on the I pad and on the paper. Count the amount of letters in your word and then find the color that matches that.
If you say 8 color the ones in your picture purple. If you say 9 color the ones in your picture blue.
WELCOME TO OUR JOBS SHOW! Press the green button to play!
Favorite Color. 1.Red 2.Blue 3.Green 4.Orange 5.Other Countdown 10.
ECE 477 Design Review Team 5  Fall 2009 Ben Carter – Jacqui Dickerson – Ian Oliver – Dennis Lee.
Our Project Next generation communication system for vehicles ▫Simple, real-time visual communication Multi-touch input ▫Driver’s gestures produce an.
In the Racing Game of Knowledge Who will finish first? By:priya ridha p Click Here to Start 5 player Click Here to Start 1 player.
ECE 477 Design Review Team 10  Spring 2009 Scott Shaw Hussain Vasi Matt Sbai John Fawcett.
Color Distribution A block BrownYellowOrangeRedGreenBlue GreenYellowOrangeRedPurple M&M Skittles.
Capsense Controllers X6 Microcontroller/ DSP (Gesture Recognition) LED Drivers (Numerous) Tri color LED Microcontroller (LED Control) LED Driver (User.
ECE477 Senior Design Android street car Team 12 Libo Dong 1.
Software Narrative Autonomous Targeting Vehicle (ATV) Daniel Barrett Sebastian Hening Sandunmalee Abeyratne Anthony Myers.
Digi-Brush Software Narrative Presenter: Caleb Ayew-ew Team Members: Josh Long Katie Schremser.
Our Project Next generation communication system for vehicles ▫Simple, real-time visual communication Multi-touch input ▫Driver’s gestures produce an.
Not So Deep Blue The original Deep Blue. LED chess board Track movements of all pieces Show possible moves Track game time Detect piece movement -Magnets/Reed.
COLORS.
<Add team picture or relevant project picture here>
Nicole Stodola, Chris Pederson and Gerry Finlay
Red hat, red hat, what do you see? I see a green scarf looking at me.
Simple LED circuit.
Directional Driver Hazard Advisory System
Butterfly Maths Each caterpillar must be coloured the correct pattern for it to turn into a butterfly. Work out each problem to know how to colour each.
I/O Organization and Peripherals
FROM OUTLINE TO ESSAY.
ECE 477 Digital Systems Senior Design Project  Fall 2009 Blinkers++
Colors.
M & M color Analysis By Ellen Zimmer.
Blinkers ++ Team 5.
Election #1 Popular Vote Electoral Vote State Red Yellow
Name: _______________________________
Game Controller Introduction.
Blinkers ++ Team 5.
Average Number of Photons
Align The Stars Continue.
Align The Stars Continue.
Mentor: Salman Khokhar
Touchless Touchscreen
Blinkers ++ Team 5.
Can I color yellow?. Can I color yellow?
(1,4) (9,8) Coordinate Plane Game (3,5) (7,6) (0,10) (2,0) (8.1) (4,7)
Blue Boat 1 Green Boat 2 Orange Boat 3 Purple Boat 4 Red Boat 5
Blinkers ++ Team 5.
What Color is it?.
OOIBase32 reference color temperature = 3100 K.
Align The Stars Continue.
Nicole Stodola, Chris Pederson and Gerry Finlay
Nicole Stodola, Chris Pederson and Gerry Finlay
Align The Stars Continue.
FROM OUTLINE TO ESSAY.
Nicole Stodola, Chris Pederson and Gerry Finlay
COURSE MARKING COLORS AND DISTANCES
Traffic Light Synchronization
FROM OUTLINE TO ESSAY.
Optical Illusions An optical illusion is characterized by visually perceived images that are deceptive or misleading. The information gathered by the eye.
Color Box Button - Gray Type : object Type : object Type : object
Interactive Mirror Display
Let’s Learn the Basic Colors
Analysis of individual full cells.
Presentation transcript:

Blinkers ++ Team 5

Our Project Next generation communication system for vehicles Simple, real-time visual communication Multi-touch input Driver’s gestures produce an output on LEDs around the perimeter of a car Color-coded messages Tri-color LEDs produce blue, green, yellow, orange, and red outputs

Algorithm Read inputs as 0’s and 1’s Number of fingers = number of connected 1’s Direction of fingers based on average coordinates of fingers

Overall Software Organization

PSoC Main Loop Initialize CapSense button driver and I2C When dsPIC requests data, scan array of buttons When all buttons have been scanned, send via I2C to dsPIC

dsPIC Main Loop Initialize I2C, Timer, I2C slave addresses When TIM flag is set, read array of buttons When finger is detected, calculate number and position of fingers Transmit data to PIC18

PIC18 Main Loop Initialize UART, I2C, and Timer When new data is received, coordinate LED drivers over I2C LED drivers will output corresponding pattern

1

Questions?