Page 1 of 1

Downstream USB ports

Posted: Tue Jun 02, 2009 5:31 am
by Frotz
I'm tinkering with V-USB to create a drop-in driver board replacement for the IBM Model M. Following the existing projects for this is well and good, but I want to add two downstream USB ports to the board, mainly for connecting a mouse and card-swiper. The Dulcimer at http://www.schatenseite.de/dulcimer.html?L=2 uses an ATmega32 and uses up all the available pins. Assuming I find an ATmega of some sort with enough pins to drive some downstream ports, will the chip have enough horsepower to do this? Alternatively, would someone please suggest something to run as a USB hub?

Re: Downstream USB ports

Posted: Fri Jun 05, 2009 5:38 pm
by christian
The AVR is roughly 10 times too slow for this. USB hosts must implement Full Speed USB (12 MBit).

Your best option is probably to buy a cheap USB hub, crack the case and build it into your device.