+ All Categories
Home > Documents > EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica...

EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica...

Date post: 15-Jan-2016
Category:
View: 213 times
Download: 0 times
Share this document with a friend
Popular Tags:
20
EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador
Transcript
Page 1: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

EE 396: ACCESSORS…..Critical Design Review

Group Members:Allen BuiRuthsenne GagarinErica Salvador

Page 2: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

Brief Overview of the project

Objective:

To create an accessor, a device that provides access for individuals who have limited abilities. This accessor will be a household utility controller that will allow the user to (independently access) interact with common household appliances.

Page 3: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

Project meaning

Milliea. Bio Cerebral Palsyb. Needs Independence

(Access to the following appliances)

• TV• Phone• Radio

c. Solution to NeedsModify X10 Home Automation Kit

Page 4: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

Components Needed:– Mount/user input – LED Display– Picaxe – X10 Remote

(Wireless Communication Controller)

– AppliancesTV, phone, radio

Page 5: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

Scanner sub-modulesA. LED Display

1. Vertical display

2. Horizontal display

B. Digital Signal Generator

Page 6: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

Physical set up

Page 7: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

Overall block diagram

•Scanner/LED Display•Controller (X10)•Transceiver

Major modules:

Page 8: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

real switch output address

crosspoint address

input pins

1ON 0001 0110 A6 in0*in7

1OFF 0010 0110 B6 in0*in6

2ON 0001 0101 A5 in1*in7

2OFF 0100 0110 C6 in1*in6

3ON 0010 0101 B5 in2*in7

3OFF 0100 0101 C5 in2*in6

4ON 0001 0100 A4 -----

4OFF 0010 0100 B4 -----

5ON 0001 0011 A3 -----

5OFF 0100 0100 C4 -----

Page 9: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

Two picaxe set up

Page 10: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

If want to turn appliance 1 on, output 0001 0110

Page 11: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

SCANNER-LED Display Circuit Layout

Page 12: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

Pseudo Code Map: Scanning Module

Page 13: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

Pseudo Code Block Diagram: Scanning Module

Page 14: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

SCANNER-LED Display Code

symbol counter = c1

main:for counter = 1 to 2 'Scanning LED lights vertically high 1 'appliance 1 wait 1 if pin4 = 1 then hdisplay 'input low 1 high 2 'appliance 2 wait 1 if pin4 = 1 then hdisplay low 2

high 3 'appliance 3 if pin4 = 1 then hdisplay wait 1 low 3next counter

end

hdisplay: 'Scanning LED lights horizonticallyfor counter = 1 to 2 high 5 'on wait 1 low 5

high 6 'off wait 1 low 6next countergoto main

Page 15: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

Methods of testing

• LED’s (LED lit, high voltage)

• Multimeter (measure for high voltage)

• Go for broke! (not preferred)

• If something smells burnt – something’s wrong

Page 16: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

Remaining Tasks:

1. Fix code

2. Final testing

3. Fabricating

Page 17: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

Current problems• Picaxe too small (need one with just

one more input!)– Bigger picaxe enables to use more

appliance and easier to program

-Picaxe 28X and 40X are in the UK• PCB design dependent on type of

chips used• How do we link two picaxe together

to work as one?

Page 18: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

Gantt Chart

Page 19: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

Resources• http://archimedes.hawaii.edu/• http://www.homeautomationzone.com/x

10-over.shtml• http://cmap.ihmc.us/• http://www.rev-ed.co.uk/detail.asp?id=r

ev02&prodname=PICAXE

Page 20: EE 396: ACCESSORS….. Critical Design Review Group Members: Allen Bui Ruthsenne Gagarin Erica Salvador.

• What are your questions?


Recommended