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.

USB based Keyboard Interfacing with a 8051 Microcontroller

Status
Not open for further replies.

rajesh279

Junior Member level 3
Joined
Jun 11, 2009
Messages
29
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,521
microcontroller keyboard interfacing

I want to interface a USB based Keyboard to a 8051 microcontroller. Data from the Keyboard (thru the USB) must be sent to the microcontroller (whenever user presses keys) and will get displayed on LCD.
Can anyone please let me know how to start with this?
 

Re: USB based Keyboard Interfacing with a 8051 Microcontroll

what is usb host?![/img]
 

well the speed of USB is :
low speed : 1.5Mbps
full speed : 12Mbps
hi speed : 480Mbps
and the speed of 8051 that I know is upto 1MIPS per 12MHz
how can you handle USB transfer data speed with 8051 ?
may be you can use AVR atmega for handle that speed
CMIIW
 

Re: USB based Keyboard Interfacing with a 8051 Microcontroll

Implement a USB host controller such as the MAX3421.

well the speed of USB is :
low speed : 1.5Mbps
full speed : 12Mbps
hi speed : 480Mbps
and the speed of 8051 that I know is upto 1MIPS per 12MHz
how can you handle USB transfer data speed with 8051 ?
may be you can use AVR atmega for handle that speed

Don't be confused by that. The USB controller either on or off board take care of transmission. Your micro only needs to configure and read/write the buffers.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top