Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development


Reply
 
Share Thread Tools Display Modes
Old 01-16-2007, 06:03 PM   #46
inh
Maximum Bitrate
 
Join Date: Jan 2007
Location: Fort Riley KS
Posts: 515
inh is an unknown quantity at this point
mine is here. gonnaplay with it after chow perhaps, i dunno. had all 4 wisdom teeth removed, dunno if i'll have the brainpower to work this thing

first thought when opening it, damnthis thing is heavy! its gonna be a fun task to take apart
inh is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 01-17-2007, 12:52 AM   #47
inh
Maximum Bitrate
 
Join Date: Jan 2007
Location: Fort Riley KS
Posts: 515
inh is an unknown quantity at this point
Took is apart!

Last edited by inh; 01-17-2007 at 01:14 AM.
inh is offline   Reply With Quote
Old 01-18-2007, 11:37 AM   #48
Newbie
 
Join Date: Aug 2005
Location: the Netherlands
Posts: 47
tilma800 is on a distinguished road
subscribing!
tilma800 is offline   Reply With Quote
Old 01-18-2007, 12:08 PM   #49
Raw Wave
 
Defiler's Avatar
 
Join Date: Jan 2002
Location: Temple Terrace, Fl.
Posts: 2,641
Defiler is on a distinguished road
Quote: Originally Posted by tilma800 View Post
subscribing!

Just a friendly FYI...

At the top of the thread you will see the "Thread Tools" link. If you click it you can subscribe to a thread without posting.
Defiler is offline   Reply With Quote
Old 01-18-2007, 04:58 PM   #50
Newbie
 
Join Date: Aug 2005
Location: the Netherlands
Posts: 47
tilma800 is on a distinguished road
ok, thanks! Did not know that.
tilma800 is offline   Reply With Quote
Old 01-19-2007, 10:59 AM   #51
Car Audio Moderator
 
durwood's Avatar
 
Join Date: Sep 2006
Location: Chicagoland (St. Charles,IL)
Posts: 1,931
durwood is an unknown quantity at this point
*Drooling. Dammit. I hate buying more gadgets...well not really. Keep up the great work. I'm interested to see how this turns out so I can buy one.

Cheers!
__________________
System always under construction


durwood is offline   Reply With Quote
Old 01-20-2007, 01:19 AM   #52
Newbie
 
Join Date: Jul 2006
Location: Plano, TX
Posts: 48
azhar97 is an unknown quantity at this point
Nice...

I use my space navigator with 3DSMax and Autocad...got it recently.

i did some search and found a joystick driver which will enable spacenavigator to work as a joystick and then you can program it...
driver/instruction are available to download.

have a look at:

http://blog.ifallacy.com/
azhar97 is offline   Reply With Quote
Old 01-20-2007, 02:12 AM   #53
Newbie
 
Join Date: Jul 2006
Location: Plano, TX
Posts: 48
azhar97 is an unknown quantity at this point
just an addition for MAC users/programmers...driver prototype with source codes.

https://store.pixels.net/pixelsonlin...b5c83505ba0b19
azhar97 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 01-20-2007, 09:37 AM   #54
inh
Maximum Bitrate
 
Join Date: Jan 2007
Location: Fort Riley KS
Posts: 515
inh is an unknown quantity at this point
Quote: Originally Posted by azhar97 View Post
Nice...

I use my space navigator with 3DSMax and Autocad...got it recently.

i did some search and found a joystick driver which will enable spacenavigator to work as a joystick and then you can program it...
driver/instruction are available to download.

have a look at:

http://blog.ifallacy.com/

**** works pretty alright. gonna take some tweaking but i think we might be able to get this to work =] good find man!
inh is offline   Reply With Quote
Old 01-20-2007, 11:27 AM   #55
Raw Wave
 
Defiler's Avatar
 
Join Date: Jan 2002
Location: Temple Terrace, Fl.
Posts: 2,641
Defiler is on a distinguished road
Quote: Originally Posted by azhar97 View Post
Nice...

I use my space navigator with 3DSMax and Autocad...got it recently.

i did some search and found a joystick driver which will enable spacenavigator to work as a joystick and then you can program it...
driver/instruction are available to download.

have a look at:

http://blog.ifallacy.com/

This is sweet!!! Nice write-up.
Defiler is offline   Reply With Quote
Old 01-20-2007, 11:44 AM   #56
inh
Maximum Bitrate
 
Join Date: Jan 2007
Location: Fort Riley KS
Posts: 515
inh is an unknown quantity at this point
After following the guide, it still wasnt working right. i couldnt go to game controlers > properties and check the axis's to make sure it was setup right. the error is in the registry key. i double clicked it to install, but it didnt set the value right. so i opened up regedit and did the following as per the guide

add a registry entry named 3DXPPJOY.EXE with data “3dxppjoy.scg” to “My Computer\HKEY_CURRENT_USER\Software\3Dconnexion\3D xWare\Applications\” (after navigating to that directory, use Edit -> New -> String -> name it “3DXPPJOY.EXE” -> Right Click -> Modify -> Value Data: “3dxppjoy.scg”

and now the properties display the axis movemnts as long as 3dxppjoy.exe is running

Edit: been playing with glovepie most of the day, and im pretty certain that it doesnt see anything other than x,y,z and the button presses.. Glovepie does have a script for working with the spaceball, and it uses pitch, yaw, and roll, which is what we need to make full use of this device.. At the very least i want to be able to take control of the 'twisting' action, which i beleive is roll on a joystick. I'm going to keep playing but i think at this point glovepie only sees x y and z, and the buttons..

edit edit: ok so it does read those in Now for the fun part of parsing the math to get useable values...

Last edited by inh; 01-20-2007 at 02:10 PM.
inh is offline   Reply With Quote
Old 01-20-2007, 03:03 PM   #57
inh
Maximum Bitrate
 
Join Date: Jan 2007
Location: Fort Riley KS
Posts: 515
inh is an unknown quantity at this point
One final bump, me thinks.. Basically, all i need now is a way to debounce movements so that we can essentially filter out errant movements.. This device is very sensitive.. I got my RR setup to use ctrl + alt (up/down/left/right arrows) for volume and previous/next track. Next step is to have glovepie output keypresses, which isnt too hard..

I need to script in a loop or something to filter out the unavoidable up/down hat movements when you're really just pressing it to the right or left. Then its easy street from there i think.. A lil but of while loop and timer/delay trickery, and i may have this cracked tonight

But now it is tax time
inh is offline   Reply With Quote
Old 01-20-2007, 03:53 PM   #58
inh
Maximum Bitrate
 
Join Date: Jan 2007
Location: Fort Riley KS
Posts: 515
inh is an unknown quantity at this point
woot! Twist the knob right to turn up the volume, left to turn it down.. You will need to have certain definitions in your exeTBL and keyTBL files..

execTBL:


"SN_RT","RRNEXT"
"SN_LT","RRPREV"
"SN_UP","VOL+"
"SN_DN","VOL-"

keyTBL

6038,"SN_UP"
6040,"SN_DN"
6037,"SN_LT"
6039,"SN_RT"

and finally, the glovepie script for volume:

Code:
if MapRange(Joystick1.roll, -1,1, 0,1) > (var.roll + 0.10) key.alt= 1 key.ctrl= 1 key.up= 1 key.alt= 0 key.ctrl= 0 key.up=0 wait 200ms var.roll = MapRange(Joystick1.roll, -1,1, 0,1) elseif MapRange(Joystick1.roll, -1,1, 0,1) < (var.roll - 0.10) key.alt= 1 key.ctrl= 1 key.down= 1 key.alt= 0 key.ctrl= 0 key.down=0 wait 200ms var.roll = MapRange(Joystick1.roll, -1,1, 0,1) end if

seems im the first to control roadrunner with it :P

I'm going to keep workin on this tonight. i have some similar code for prev/next but it needs a bit of work on the debounce parts..
inh is offline   Reply With Quote
Old 01-20-2007, 04:24 PM   #59
Super Moderator. If my typing sucks it's probably because I'm driving....
 
turbocad6's Avatar
 
Join Date: Oct 2004
Location: NY
Posts: 6,102
turbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to behold
wow, awsome find azhar97.... this is really cool...., now I wish I ordered mine a week ago
turbocad6 is offline   Reply With Quote
Old 01-20-2007, 04:43 PM   #60
Newbie
 
Join Date: Jul 2006
Location: Plano, TX
Posts: 48
azhar97 is an unknown quantity at this point
Quote: Originally Posted by turbocad6 View Post
wow, awsome find azhar97.... this is really cool...., now I wish I ordered mine a week ago

Thanks Turbo!...

even with this joystick driver....there are million possibilities...
i wonder why people dont search a little....
all i see here was lot of effort to run this device, but, the impression after reading this thread was that nobody have even tried to search on google to find some links?................or maybe "they" did, but, dont want to disclose it?....I really dont know.

anyway....this small driver is definitly the answer which can be used just right after installing the navigator!

i will post some more links on this device soon....
azhar97 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Questions! Yellow-Snow Mobile Impact 4 06-10-2006 06:18 PM
iGuidance Font Size Fix summary thread Viscouse GPS 29 03-28-2006 07:21 PM
Hot Chicks Thread - NOT WORK SAFE ODYSSEY Off Topic 1 05-17-2005 10:38 PM
Request regarding the Offical Skin Presentation thread Confused MediaCar 3 01-07-2004 12:52 PM



All times are GMT -5. The time now is 11:44 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics