Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Scanning 40 keys......?

Status
Not open for further replies.

jit_singh_tara

Full Member level 6
Joined
Dec 22, 2006
Messages
325
Helped
9
Reputation
18
Reaction score
4
Trophy points
1,298
Location
Delhi , India
Activity points
4,293
What would be the best method for scanning 40 keys using pic microcontroller :

1.interrupt based using multiple port expanders mcp23017 or mcp23s17.

2.Using a dedicated controller for key scanning and sending data using rs232 tx pin.

3.Any other method.
 

That depends on how far are you going to be involved in this ..

If you think you can do it by yourself then this option:
1.interrupt based using multiple port expanders mcp23017 or mcp23s17.

looks reasonable ..

Rgds,
IanP
:|
 
jit_singh_tara said:
What would be the best method for scanning 40 keys using pic microcontroller :

1.interrupt based using multiple port expanders mcp23017 or mcp23s17.

2.Using a dedicated controller for key scanning and sending data using rs232 tx pin.

3.Any other method.

I prefer dedicated controller.

1. Scanning
2. Pressed->interrupt master controller <10ms delay/debounce>--->send 8bit address to master corresponding to pressed key
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top