HID Host

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
johey
Posts: 1
Joined: Fri Mar 30, 2012 11:22 pm

HID Host

Post by johey » Sat May 12, 2012 5:02 pm

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?

Micha

Re: HID Host

Post by Micha » Wed May 16, 2012 10:29 am

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.

Post Reply