Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Computer Keyboard Encoder sugestions...

Status
Not open for further replies.

Zhirkovski

New Member
I'm looking for an 8 bit MCU, that will support a 15x6 matrix. Went on to Newark and narrowed down the search but I still get thousands of options. trouble is I don't exactly know what I need in regards to Program memory size and Ram Memory size. I do know that I need 20+ I/O's however.

Any help please :)
 
You have to figure out how you want to code it... ASM or C or BASIC

I suggest C or BASIC
Then pic a MCU whether it be PIC,AVR,ST etc... and get something with a ton of memory to test with... once done making the test you can easily find out how much RAM and FLASH you will need and can get something to fit those specs...

I would suggest a PIC micro and or AVR and using C so you can port it easy... If using PIC/AVR micro more 20+ GPIO are available in TQFP form. Can you solder SMT?

Those are some of the considerations...
 
Last edited:
A PIC18F4520 is available in a DIP package and should provide all the I/O that you should need (>20). Regards.
 
Status
Not open for further replies.

Latest threads

Back
Top