HID Host
HID Host
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
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.