USB Mouse interfacing with Microcontroller.

Thread Starter

Dhananjay Katavate

Joined Jun 22, 2016
2
Hello,
I want to interface USB mouse with Microcontroller(Arduino or Any). I dont have any idea about USB mouse.
How to monitor/Read data from USB mouse?
Can anybody Help me for this Project.
 

AlbertHall

Joined Jun 4, 2014
12,345
USB interfacing is not the easiest thing to do and uses lots of the resources of a micro-controller. Some USB mice can also be used as a PS2 mouse by using an adaptor. The PS2 interface is fairly easy to implement in a micro-controller. There is an arduino library available to do this.
 
Top