Search found 5 matches
- Tue Feb 03, 2015 12:58 pm
- Forum: Developer's Forum for Windows
- Topic: spacemouse and arduino
- Replies: 1
- Views: 5902
spacemouse and arduino
Hi again, I already posted this question in the german forum. The goal is to control a quadrocopter via a spacemouse. Hardware is an arduino mega 2560 with a USB shield 2.0. I found a library here , but it's not very helpful. This library is only a clone of the Hid Joystick library, reading 5 Byte a...
- Tue Feb 03, 2015 12:57 pm
- Forum: Developer's Forum for Windows
- Topic: spacemouse and arduino
- Replies: 1
- Views: 7332
spacemouse and arduino
Hi again, I already posted this question in the german forum. The goal is to control a quadrocopter via a spacemouse. Hardware is an arduino mega 2560 with a USB shield 2.0. I found a library here , but it's not very helpful. This library is only a clone of the Hid Joystick library, reading 5 Byte a...
- Sat Jan 31, 2015 12:24 pm
- Forum: Windows Discussion Forum
- Topic: Spacemouse Datenformat
- Replies: 2
- Views: 6601
Re: Spacemouse Datenformat
Nachtrag: Kann die Maus nun auslesen. Das Datenformat ist wohl Byte 0 = 1;2;3. (Translation, Rotation, Button) Byte 1-2 = TX, Rx, oder Buttons (Binär) Byte 3-4 = Ty, Ry Byte 5-6 = Tz, RZ Leider hängt sich die USB library bei schnellen extremen Bewegungen auf und es erfolgt ein HU Init. Die hier im F...
- Fri Jan 30, 2015 1:46 pm
- Forum: Windows Discussion Forum
- Topic: Tastenbelegubg Tebis
- Replies: 1
- Views: 6841
Re: Tastenbelegubg Tebis
Einfach mal an Tebis Support wenden. Dort gibt es die passende Tebis.XML
- Fri Jan 30, 2015 1:40 pm
- Forum: Windows Discussion Forum
- Topic: Spacemouse Datenformat
- Replies: 2
- Views: 6601
Spacemouse Datenformat
Erst einmal Sorry das ich in das falsche Forum poste, aber ich habe nichts gefunden was auf arduino passen würde. Meine Frage bezieht ich auf die Anbindung einer Spacemouse an einem Arduino Mega 2560 mit USB shield 2.0. Ich kann soweit Daten auslesen. D.h. ich erhalte 6 Bytes, das Byte 0 definiert a...