USB interafce

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
thilak

USB interafce

Post by thilak » Sun Apr 13, 2008 8:53 am

hi... m working with atmega8.. have come up with wonderful designs.. now that i wan to try another interesting project, i want someone to help me out.

if i don't have either a PC or laptop, and i want to interface a USB device (ex.pen drive) to atmega8 and display its contents onto LCD, wat are the necessay steps i should ensure to interface USB?

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Post by christian » Sun Apr 13, 2008 12:28 pm

You need an embedded USB host for that. For a pen drive, you need at least full speed USB. See section "Embedded USB Hosts" on http://www.obdev.at/products/avrusb/links.html.

Post Reply