Search found 2 matches

by DRogers96
Mon Feb 10, 2020 6:16 pm
Forum: Developer's Forum for Windows
Topic: Using SpaceNavigator with Arduino?
Replies: 38
Views: 234219

Re: Using SpaceNavigator with Arduino?

Yep, that's what it was. I used a USB analyzer on my laptop to see all the data it was sending and saw there were a bunch of data packets that weren't being used by the Arduino code. I added six more variables to hold the six extra data packets that represent the rotation and was able to read the ro...
by DRogers96
Sun Feb 09, 2020 9:50 pm
Forum: Developer's Forum for Windows
Topic: Using SpaceNavigator with Arduino?
Replies: 38
Views: 234219

Re: Using SpaceNavigator with Arduino?

mlkoch wrote: Wed Jul 17, 2013 4:40 am Here is the code ...
Arduino files for usb host shield 2.0 and SpaceNavigator

Have fun!
Michael
I was able to get this code to work, however there is no rotation data.
Any idea why that might be?
I'm using the SpaceMouse Wireless with Arduino UNO and a USB shield.