controlling arduino using a mouse

Hi,

Is it possible to control arduino using computer mouse?

Technically, yes. A USB host shield would allow that.

dxw00d:
Technically, yes. A USB host shield would allow that.

I think the OP meant controlling what arduino does with a mouse, not making arduino acting as a mouse. Does the OP know any programming language like Java Processing? It's easy to detect what a mouse is doing in Processing and use serial port to tell arduino what to do.

I think the OP meant controlling what arduino does with a mouse

I know, and that is what a usb host shield does. It will allow HID devices like keyboards and mice to be connected to the arduino, and then used as input devices. You can also connect other usb client devices such as various digital cameras.

http://www.circuitsathome.com/products-page/arduino-shields/usb-host-shield-2-0-for-arduino/

It's easy to detect what a mouse is doing in Processing and use serial port to tell arduino what to do

That's true, but requires a Mac/Linux/Windows box running alongside, which may not be appropriate.

ya the shield is the answer but then it depends on the availability of concerned library that would handle usb peripherals connected to arduino via. shield and then programming would be fun and easy else the OP will have a hard time.

OK a good library is there HAVE FUN! then

direct99:
Hi,

Is it possible to control arduino using computer mouse?

So th OP didn't say whether computer mouse is connected to computer or arduino and needs to clarify. This is what happens when an OP writes a short question and disappear, leaving others to guess.

Very true.