Skip to content
Ivan edited this page Oct 15, 2013 · 10 revisions

Welcome to the Arduino-MouseGlove wiki!

In the future maybe you will find documentation about the project.

Here a little demo of MouseGlove in action: http://www.youtube.com/watch?v=ST2yxGK43ls

The schematic is availabble in pdf format (for now): [Here] (http://www.italialinux.com/wp-content/uploads/2013/10/schematic.pdf)

(P.s.: you can easily replace the arduino mini with an arduino uno).

Calibration

Arduino

When the device calibration phase is completed the led L on your arduino (the one next to digital port 13) will be turned on.

Client

Options available on client:

  • --device devicename With that you can specify the device name where the client must connect.
  • --version print the version number of the client.

Mac OS X users

If your mac os x version is <=10.6, the client could compile even on that platform. You must use the following command: gcc -L/usr/X11/lib -lX11 pointermouse.c -o pointermouse.o And you must launch the client inside an xterm window (if you use the default osx console it doesn't work).

If your osx is newer than 10.6 probably it will compile using XQuartz, but you have to figure out how.

Clone this wiki locally