Page 21 of 42 FirstFirst ... 111213141516171819202122232425262728293031 ... LastLast
Results 201 to 210 of 415

Thread: Space Navigator PE Driver Development Thread

  1. #201
    Constant Bitrate
    Join Date
    Mar 2007
    Posts
    197
    oh man this looks complicated. Is there a way you can post a sample working script that I can then fudge with?

  2. #202
    Raw Wave shotgunefx's Avatar
    Join Date
    Apr 2005
    Location
    Boston, MA
    Posts
    1,800
    Damn you guys!, adding to cart. I need to find a good spot for it though.

    I'm sure cause I'm using Linux it will be a huge PITA

  3. #203
    Variable Bitrate
    Join Date
    Dec 2005
    Location
    Raleigh, NC
    Posts
    321
    Quote Originally Posted by shotgunefx View Post
    Damn you guys!, adding to cart. I need to find a good spot for it though.
    That's my problem now, finding a spot to put the device.

    I'm using CF and I have it currently mapped to the following:

    Pull Up - Media mode
    Press Down Short (<500ms) - pause
    Press Down Long (>750ms) - main menu
    Push Right - next track
    Push Left - Previous track
    Push Forward - mouse wheel
    Push Back - Mouse wheel

    I don't have anything mapped to the tilt features or the buttons yet.

  4. #204
    Raw Wave shotgunefx's Avatar
    Join Date
    Apr 2005
    Location
    Boston, MA
    Posts
    1,800
    Quote Originally Posted by ik632 View Post
    That's my problem now, finding a spot to put the device.

    I'm using CF and I have it currently mapped to the following:

    Pull Up - Media mode
    Press Down Short (<500ms) - pause
    Press Down Long (>750ms) - main menu
    Push Right - next track
    Push Left - Previous track
    Push Forward - mouse wheel
    Push Back - Mouse wheel

    I don't have anything mapped to the tilt features or the buttons yet.
    I'm thinking I'm going to be moving my mirror controls (the next year actually moved them to the door control panel ... hmmm)


    As far as control, in the front-end, I'm thinking
    Pull Up - Toggle through apps maybe
    Press Down, toggle play/pause
    Push Right - next track
    Push Left - Previous track
    Push Forward - scroll up through media list
    Push Back - scroll down through media list.
    Rotate Left - Vol down
    Rotate Right Vol Up

    I have a felling I'm going to learn alot more about Xinput drivers then I care too

  5. #205
    Variable Bitrate cherrybomb's Avatar
    Join Date
    Apr 2005
    Location
    Southern Califorina
    Posts
    233
    Quote Originally Posted by ironfinger View Post
    oh man this looks complicated. Is there a way you can post a sample working script that I can then fudge with?
    Actually, the config file that's included does work. If you remove all of the comments, it's a fairly simple example configuration. Uses mostly the mouse though.

    I'd post some of my stuff, but it's still rough, and not exactly "simple".
    '99 Ford Explorer Eddie Bauer
    CarPC Progress ~= 97%. Everything is installed, and operational. Still need to tweak and tune, and do some "finish" fabrication.
    CarPC Project Web Site

    SpaceNavigatorDriver SourceForge Project

    Check out my blog.

  6. #206
    Variable Bitrate cherrybomb's Avatar
    Join Date
    Apr 2005
    Location
    Southern Califorina
    Posts
    233
    Quote Originally Posted by shotgunefx View Post
    Damn you guys!, adding to cart. I need to find a good spot for it though.

    I'm sure cause I'm using Linux it will be a huge PITA
    Well, the current app does not work in Linux, however, the original goal of the project was for it to be multi platform, and MOST of the code is portable. There are some bits that would need to be tweaked for Linux, which will be done, but is low on the priority list.

    If you plan to do some dev work for Linux, by all means, let me know, and you can contribute to the project. :-)
    '99 Ford Explorer Eddie Bauer
    CarPC Progress ~= 97%. Everything is installed, and operational. Still need to tweak and tune, and do some "finish" fabrication.
    CarPC Project Web Site

    SpaceNavigatorDriver SourceForge Project

    Check out my blog.

  7. #207
    Raw Wave shotgunefx's Avatar
    Join Date
    Apr 2005
    Location
    Boston, MA
    Posts
    1,800
    Quote Originally Posted by cherrybomb View Post
    Well, the current app does not work in Linux, however, the original goal of the project was for it to be multi platform, and MOST of the code is portable. There are some bits that would need to be tweaked for Linux, which will be done, but is low on the priority list.

    If you plan to do some dev work for Linux, by all means, let me know, and you can contribute to the project. :-)
    I appreciate that and I very well may depending on how well what's available works. My big problem as usual is free time. I shouldn't even be buying this as I know it's going to eat time I don't have.

    I've seen some people using the evdev drivers with some luck. I guess I'll have to see how much (or how little) functionality there is and if it will suite my needs and figure it out from there. I really don't need it to act as regular X pointer, I'm fine with it if I can just use it in the apps I'm writing.

    update
    Hmm, looked through the schematics for my car and the newer models with the switch relocated are identical as far as the ECU etc, only have to relocate the wires to the switch itself, and by happy accident, I have one of those newer switches in my "parts room", scavenging pays off again

    So if it fits there, I'll have the perfect spot.

    update
    Just got it. Haven't tried it in Linux yet, but played with it on Windows, this thing is great!

    The Mirror switch is the perfect spot ergonomically



    So just need to figure out how to mount it. I don't know if I'm going to keep the base or not. I might just make use a piece of abs and mount it to that underneath with some spacers , but I'll probably have to hack the cable.

    Sorry if this is OT. I'll keep future posts to software issues only

  8. #208
    inh
    inh is offline
    Maximum Bitrate
    Join Date
    Jan 2007
    Location
    Fort Riley KS
    Posts
    515
    Ditch the baseplate. It's just a heavy weight, really. Plus, it allows you to use the screw posts orginally holding the base to the unit to mount it
    cashtexts - Earn money for receiving text messaged offers
    cashtexts review not a scam
    Space Navigator - 6 Axis input device: Take it apart - Driver App
    RRCam - Video/webcam capture, text overlay, and recording: 2.0 Stable

  9. #209
    Raw Wave shotgunefx's Avatar
    Join Date
    Apr 2005
    Location
    Boston, MA
    Posts
    1,800
    Quote Originally Posted by inh View Post
    Ditch the baseplate. It's just a heavy weight, really. Plus, it allows you to use the screw posts orginally holding the base to the unit to mount it
    I did. It's all done except I need to move it to the finished piece. Though I want to make a collar to reinforce the base (the portion above the console). I think it will end up snapping the legs over time.

    On the software note, I'm going to skip X11 and either read it myself per app, or build a socket server to allow apps to subscribe to it.

    I've already got access working through evdev and a test version already running in Perl. Can't believe how easy that was.

    I'll probably start a new thread for that though

  10. #210
    inh
    inh is offline
    Maximum Bitrate
    Join Date
    Jan 2007
    Location
    Fort Riley KS
    Posts
    515
    Its been awhile since I've looked at the SN all disassembled (had to put it back together for its trip over here) But I'm pretty sure a hoel of the correct size would mount it perfectly, and you really shouldnt have to worry about screw posts breaking off if you size the hole right, and use some kind of washer on the screws..
    cashtexts - Earn money for receiving text messaged offers
    cashtexts review not a scam
    Space Navigator - 6 Axis input device: Take it apart - Driver App
    RRCam - Video/webcam capture, text overlay, and recording: 2.0 Stable

Similar Threads

  1. Questions!
    By Yellow-Snow in forum Mobile Impact
    Replies: 4
    Last Post: 06-10-2006, 06:18 PM
  2. iGuidance Font Size Fix summary thread
    By Viscouse in forum GPS
    Replies: 29
    Last Post: 03-28-2006, 07:21 PM
  3. Hot Chicks Thread - NOT WORK SAFE
    By ODYSSEY in forum Off Topic
    Replies: 1
    Last Post: 05-17-2005, 10:38 PM
  4. Replies: 3
    Last Post: 01-07-2004, 12:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •