Welcome to the MP3Car.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
|
01-05-2007, 08:44 PM
|
#46
|
|
FLAC
Join Date: Feb 2006
Location: London, UK
Vehicle: BMW 850CSi
Posts: 1,280
|
Girder 4 can see the SpaceNavigator in the HID plugins, but it can't detect any button presses etc. I'm not that handy with Girder, last I used it was version 2!
Any ideas anyone?
|
|
|
01-07-2007, 08:22 PM
|
#47
|
|
Maximum Bitrate
Join Date: Jan 2007
Location: Fort Riley KS
Vehicle: 91 CRX Si
Posts: 514
|
bump, really interested in getting this working
|
|
|
01-07-2007, 08:24 PM
|
#48
|
|
FLAC
Join Date: Feb 2006
Location: London, UK
Vehicle: BMW 850CSi
Posts: 1,280
|
me too! like I said, i could see it as an HID device, but girder does not response to any buttons/movements. I've tried this with both the 3dxware driver started and not. no luck either way.
anyone got any ideas?
|
|
|
01-08-2007, 12:23 PM
|
#49
|
|
Variable Bitrate
Join Date: Apr 2005
Location: Southern Califorina
Vehicle: 1999 Ford Explorer
Posts: 227
|
Hmmmn.. I just loaded girder up on my machine again, and tested the device I'd built, and it's not behaving. I'm not getting an HID events either.
The only difference that I'm aware of, is that I'm using an unlicensed version of Girder (the trial), though when I was building my device, and testing, I had a licensed version.
I'll try to get the license key from home at lunch, and see if registering makes any difference.
|
|
|
01-08-2007, 01:23 PM
|
#50
|
|
FLAC
Join Date: Feb 2006
Location: London, UK
Vehicle: BMW 850CSi
Posts: 1,280
|
I guess in a way that's good news, to know that once it worked, and now you're seeing a similar problem.
If all the easy avenues, I will be writing a driver for this myself (behind a reasonably sized que of other development!)
|
|
|
01-08-2007, 04:41 PM
|
#51
|
|
Variable Bitrate
Join Date: Apr 2005
Location: Southern Califorina
Vehicle: 1999 Ford Explorer
Posts: 227
|
Seems to be a bug in Girder. I've reported it here.
It works fine in 4.0.1, the original build I was using when developing my device and script code. Version 4.0.14 which is the currently downloadable version however, does not work. Must have been some change in their HID code.
Not sure if it's the same issue you're experiencing with the SpaceNavigator. The checklist for making sure that HID works (if it's going to) is to be sure to go to;
Settings->Plug-in Settings->Plugins Tab, and check the "HID" plugin.
A new tab will become available "HID". On that tab, the SpaceNavigator should be listed as an HID device. Select it, and click "Edit OnRead". This shows some LUA script indicating what to do with the input, and has some default code there.
Be sure to check the "Enabled" checkbox, click OK, then OK for the settings dialog.
If your device is going to work, it will work under these circumstances.
You might also look into getting an older version, as I stated 4.0.1 works with my HID device.
Last edited by cherrybomb : 01-08-2007 at 04:59 PM.
Reason: Added bug report URL
|
|
|
01-08-2007, 05:20 PM
|
#52
|
|
FLAC
Join Date: Feb 2006
Location: London, UK
Vehicle: BMW 850CSi
Posts: 1,280
|
that's exactly what i did. I also disabled every other plugin, so only the HID was active.
|
|
|
01-08-2007, 05:52 PM
|
#53
|
|
FLAC
Join Date: Feb 2006
Location: London, UK
Vehicle: BMW 850CSi
Posts: 1,280
|
you're right on the money cherry bomb.
I'm getting a huge amount of data coming in when I barely touch the thing, but that's 'cos the stream is not being filtered.
I guess now I have to mess with that code to filter the data and make it a little more effective.
fantasticles... this is very exciting 
|
|
|
01-08-2007, 06:13 PM
|
#54
|
|
FLAC
Join Date: Feb 2006
Location: London, UK
Vehicle: BMW 850CSi
Posts: 1,280
|
looks like I'll have to learn lua to create a definition for this device.
In Girder, I can see that manipulating the device, the following is displayed:
00 00 00 00 00 00
pressing buttons 1 or 2, give definitive values, but things move way too fast to be able to determine how the different axis affect the numbers. I can already see though that moving one axis, sets one of those to FF, and others start playing.
I'll play some more and let you guys know soon.
|
|
|
01-08-2007, 06:14 PM
|
#55
|
|
Variable Bitrate
Join Date: Apr 2005
Location: Southern Califorina
Vehicle: 1999 Ford Explorer
Posts: 227
|
I just ordered my SpaceNavigator and it should arrive in the next week or so.
I'll be more than happy to work with you on whatever LUA code and Girder files you may have created by then. Probably be able to turn these into window messages sent to RR, which would allow you to map those messages to commands depending on the skin.
I'm planning to use RR, though I'm sure the HID messages could be translated into something a little more generic in Girder for use with other front ends.
|
|
|
01-08-2007, 06:17 PM
|
#56
|
|
Variable Bitrate
Join Date: Apr 2005
Location: Southern Califorina
Vehicle: 1999 Ford Explorer
Posts: 227
|
Quote: Originally Posted by sama 
looks like I'll have to learn lua to create a definition for this device.
In Girder, I can see that manipulating the device, the following is displayed:
00 00 00 00 00 00
pressing buttons 1 or 2, give definitive values, but things move way too fast to be able to determine how the different axis affect the numbers. I can already see though that moving one axis, sets one of those to FF, and others start playing.
I'll play some more and let you guys know soon.
You'll want to use the "print" function of LUA to print the data string to the console, this should hopefully allow you to identify some sort of pattern. I suspect this device will spew TONS of input since it's analog in nearly every direction.
We might need to "dumb it down" a bit, and make it behave a bit more like a digital device. If I understand correctly, none of the motion directions have detents, it's just a fluid analog motion?
|
|
|
01-08-2007, 06:27 PM
|
#57
|
|
FLAC
Join Date: Feb 2006
Location: London, UK
Vehicle: BMW 850CSi
Posts: 1,280
|
that's correct. It's like a hat on a stick, that returns to center with little resistance.
You can tilt the hat lef/right or up/down, you can pan or strafe the hat forward or sideways, you can twist, and you can pull/push. There are also two buttons.
dumbing it down is exactly what I was thinking. Perhaps translate the analogue to steps. For twisting for example, you want slow repeat rate when barely twistsed, and perhaps 3 levels of speed for that.
|
|
|
01-08-2007, 06:29 PM
|
#58
|
|
Maximum Bitrate
Join Date: Jan 2007
Location: Fort Riley KS
Vehicle: 91 CRX Si
Posts: 514
|
i think just detecting the direction the knob is pushed, ie up or down, the amount is not neccessarily important. at least for now to get SOMETHIGN working..
|
|
|
01-08-2007, 06:35 PM
|
#59
|
|
FLAC
Join Date: Feb 2006
Location: London, UK
Vehicle: BMW 850CSi
Posts: 1,280
|
well, it is
it's just that so much data comes back, that if you map anything (except the two buttons, whcih work fine with anything you like), you'll get a billion events being fired!
just needs a little work, but it's not (EDIT: oops!) doable for sure.
I think we should probably start a new thread for this.
Last edited by sama : 01-08-2007 at 07:03 PM.
|
|
|
01-08-2007, 06:50 PM
|
#60
|
|
Maximum Bitrate
Join Date: Jan 2007
Location: Fort Riley KS
Vehicle: 91 CRX Si
Posts: 514
|
Looks liek i'll order my space nav on payday  start that new thread already!
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:03 AM.
|
|