Maker Pro
Maker Pro

mouse controlled by arduino

bhuvanesh

Aug 29, 2013
201
Joined
Aug 29, 2013
Messages
201
i want to control my pc mouse action from arduino board ,i already did this with help of matlab. But now i want to do this without any helping software ,i want it like plug and use. Is there anyway to do so?
 

Anon_LG

Jun 24, 2014
453
Joined
Jun 24, 2014
Messages
453
Use Teensy 3.1. Not Arduino. Teensy is far superior due to its higher flash size and far smaller physical size. You will need to incorporate some sort of optical sensor, the readings can be interpreted by the teensy, write a small sketch for this. Get the teensy adddon for arduino, get a teensy 3.1, set the teensy to appear as a mouse (can also appear as keyboard or joystick, or even all three at the same time) The teensy can then just be plugged into the USB port with the sketch loaded, the device should then start to function as a mouse.

I am in possession of teensy's, if you need any further help I am happy to answer questions. I am however not familiar with optical directional sensors, but can help with the teensy side.

I hope this helps,
 
Top