Mouse interface to AVR

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
NewbeeV-USB
Posts: 4
Joined: Sun Aug 13, 2017 5:28 am

Mouse interface to AVR

Post by NewbeeV-USB » Sun Aug 13, 2017 5:51 am

Hi I am a newbie to V USB. I want to interface a USB mouse to a AVR microcontroller which does not have USB support. Is this library can be used in AVR MCU to do that task. Thank you.

ulao
Rank 4
Rank 4
Posts: 481
Joined: Mon Aug 25, 2008 8:45 pm

Re: Mouse interface to AVR

Post by ulao » Sun Aug 13, 2017 5:13 pm

You can easily read the mouse with the avr (ps/2 ???) and send the data out as usb with v-usb.

Post Reply