Page 1 of 1

HID Host

Posted: Sat May 12, 2012 5:02 pm
by johey
Can I use V-USB to implement a HID host in an AVR chip? I'm building a stand-alone device (not connected to a computer) which I want to control with a HID mouse. Not the other way like most of the projects. Is there any example code doing this?

Re: HID Host

Posted: Wed May 16, 2012 10:29 am
by Micha
I assume this is not possible and an AVR would need much more performance. You'll have to take a bigger controller like a STM32F4xx for example or maybe you'll find a host companion chip which you can connect to your AVR.