Page 9 of 20 FirstFirst 12345678910111213141516171819 ... LastLast
Results 81 to 90 of 195

Thread: Steering Wheel Controls

  1. #81
    Raw Wave god_of_cpu's Avatar
    Join Date
    Jan 2004
    Location
    SilverSpring Maryland
    Posts
    2,960
    If your testing with a voltmeter and everything still connected to your headunit, the headunit will supply the power.
    StreetDeck.com Developer (I am Chuck)
    Get StreetDeck at http://www.streetdeck.com
    The Official StreetDeck Forums have moved, please visit us at http://www.streetdeck.com/forum for official support for Streetdeck.

  2. #82
    FLAC
    Auto Apps:loading...
    moahdib's Avatar
    Join Date
    Jul 2000
    Posts
    1,018
    hmmm I don't know if you look at the first pic above, I have a little table with the resistance values when each button is pressed. Each gives a different reading. I thought i needed to test with the steering wheel connections to the diode/resisitor and not to the radio.
    04 Acura TL w/ core2duo 2ghz laptop w/ 1gb RAM on a docking station.

    Fast car, fast PC. ;)

    http://www.arcdesigns.net/carpc/

    My TL CarPC ver2

    FSR Flash Skin w/ moving weather maps

  3. #83
    Raw Wave god_of_cpu's Avatar
    Join Date
    Jan 2004
    Location
    SilverSpring Maryland
    Posts
    2,960
    Quote Originally Posted by moahdib
    hmmm I don't know if you look at the first pic above, I have a little table with the resistance values when each button is pressed. Each gives a different reading. I thought i needed to test with the steering wheel connections to the diode/resisitor and not to the radio.
    I was thinking if your testing volts you need to have it hooked up to the radio, your right, if its just resistance you don't need to supply it power, just hook it up to the voltmeter.
    StreetDeck.com Developer (I am Chuck)
    Get StreetDeck at http://www.streetdeck.com
    The Official StreetDeck Forums have moved, please visit us at http://www.streetdeck.com/forum for official support for Streetdeck.

  4. #84
    FLAC
    Auto Apps:loading...
    moahdib's Avatar
    Join Date
    Jul 2000
    Posts
    1,018
    god of cpu... I noticed that your steering wheel control unit is not grounded internally like mine and others are. I have a ground connection both to the radio and somewhere inside the control switch it seems.


    These steering controls, and including mine are grounded.
    Lorenzo

    another one from the nissan 2001 maxima


    Perhaps that is why those could not work. I have not tried it on mine yet... I also need to figure out if changing the ground wire to 5V will screw up the the HFL ( Handsfreelink) buttons which are used for calling using my bluetooth phone, i'll probably have to rewire it.

    What do you think??

    Has anyone here gotten this to work with a USB gameport adapter as well? I don't have a game port on my car pc.
    04 Acura TL w/ core2duo 2ghz laptop w/ 1gb RAM on a docking station.

    Fast car, fast PC. ;)

    http://www.arcdesigns.net/carpc/

    My TL CarPC ver2

    FSR Flash Skin w/ moving weather maps

  5. #85
    Maximum Bitrate
    Join Date
    Jun 2004
    Location
    The North, Manchester
    Posts
    814
    cant a similar effect be achieved using the keyboard port on mobo? most of us willhave this redundant (assuming touchscreen!) and so why not be able to use wires from SWC to keyboard and program like that??

    Is it possible?

  6. #86
    Raw Wave god_of_cpu's Avatar
    Join Date
    Jan 2004
    Location
    SilverSpring Maryland
    Posts
    2,960
    Quote Originally Posted by moahdib
    god of cpu... I noticed that your steering wheel control unit is not grounded internally like mine and others are. I have a ground connection both to the radio and somewhere inside the control switch it seems.


    These steering controls, and including mine are grounded.
    Lorenzo

    another one from the nissan 2001 maxima
    I'm not sure what you mean... My car does supply an individual ground and then power through the lines for the buttons. I make this opposite when I hook up my steering wheel controls, supply power where the ground was and attach the ground to the control lines which i guess could be where the confusion is coming from.


    Quote Originally Posted by moahdib
    Perhaps that is why those could not work. I have not tried it on mine yet... I also need to figure out if changing the ground wire to 5V will screw up the the HFL ( Handsfreelink) buttons which are used for calling using my bluetooth phone, i'll probably have to rewire it.

    What do you think??
    I have an Infiniti G35, (infiniti = nissan) the wiring for the steering wheel controls is almost exactly the same as those for the nissan 2001 maxima. If you can't get it to work on a maxima like that, I doubt it's because the steering wheel controls aren't compatible with the circuit.

    If your handsfreelink buttons are on the same circuit as your other steering wheel buttons, then yes doing this will probably screw them up. If there not, then it doesn't really matter.
    StreetDeck.com Developer (I am Chuck)
    Get StreetDeck at http://www.streetdeck.com
    The Official StreetDeck Forums have moved, please visit us at http://www.streetdeck.com/forum for official support for Streetdeck.

  7. #87
    Raw Wave god_of_cpu's Avatar
    Join Date
    Jan 2004
    Location
    SilverSpring Maryland
    Posts
    2,960
    Quote Originally Posted by OriginalNick2
    cant a similar effect be achieved using the keyboard port on mobo? most of us willhave this redundant (assuming touchscreen!) and so why not be able to use wires from SWC to keyboard and program like that??

    Is it possible?
    I'm not familiar with how keyboards work, but I assume if your suggesting this, that they have a built in ADC that converts different resitance values into key presses. If so, its possible that could work out well, the problems I could see with doing something like this is in calibration. With the joystick port, the APIs available for windows expose the axis values which is a continous linear range of values that can be bound to a particular button press. With a keyboard, the only thing you can look for is button presses. If your lucky, this may work out well and you'll only see 1 keyboard key for every steering wheel button you press, but given my experiences with the steering wheel controls, I doubt this will be the case.

    The resistance the ADC in the joystick port sees varies within a certain range over time with a single button press using the keyboard, I would think this would result in multiple different keys as being detected as pressed, and thats if your lucky and all the resistance values are in the range that are mapped to keyboard keys. At a minimum, do something like this, you would probably need to write a program that uses a global keyboard hook to tap into the keyboard keys and override them being sent to the other applications in windows. You would probably also have to map multiple keyboard keys detected to correspond to one action you want generated when one of them happens and like my joystick control program you'll probably also need to do alot of filtering so multiple key presses from a single button press aren't detected as multiple button presses.

    Again, those are just my thoughts, I know nothing about keyboard ports, but it seems it potentially could work out well with a bit of work and be a much more universal solution.
    StreetDeck.com Developer (I am Chuck)
    Get StreetDeck at http://www.streetdeck.com
    The Official StreetDeck Forums have moved, please visit us at http://www.streetdeck.com/forum for official support for Streetdeck.

  8. #88
    FLAC
    Auto Apps:loading...
    moahdib's Avatar
    Join Date
    Jul 2000
    Posts
    1,018
    Quote Originally Posted by god_of_cpu
    If your handsfreelink buttons are on the same circuit as your other steering wheel buttons, then yes doing this will probably screw them up. If there not, then it doesn't really matter.
    Yes, Ground is also connected to the handsfreelink buttons.
    Perhaps a diode might solve the problem? I will be terribly upset if I have to remove the whole airbag system to install this thing!
    04 Acura TL w/ core2duo 2ghz laptop w/ 1gb RAM on a docking station.

    Fast car, fast PC. ;)

    http://www.arcdesigns.net/carpc/

    My TL CarPC ver2

    FSR Flash Skin w/ moving weather maps

  9. #89
    Maximum Bitrate
    Join Date
    Jun 2004
    Location
    The North, Manchester
    Posts
    814
    ok just wondering since most recent PS2 keyboards have volume and/or track keys on them and are fed by standard key board wire - keyboards have LED's on them so must also be recieving power (if thats a good thing?)
    my point is most keyboards have designated keys for track skip and volume - so imagine cutting away the rest of your keyboard toleave only the relevant "media" keys - then take the wires from these and attach to SWC?? earthing all other wires or setting to mutual resistance / voltage may have to be achieved. Then just plug PS2 cable into keyboard port instead of using joystick,does this not sound feasable??

    Nick

  10. #90
    Raw Wave god_of_cpu's Avatar
    Join Date
    Jan 2004
    Location
    SilverSpring Maryland
    Posts
    2,960
    Quote Originally Posted by OriginalNick2
    ok just wondering since most recent PS2 keyboards have volume and/or track keys on them and are fed by standard key board wire - keyboards have LED's on them so must also be recieving power (if thats a good thing?)
    my point is most keyboards have designated keys for track skip and volume - so imagine cutting away the rest of your keyboard toleave only the relevant "media" keys - then take the wires from these and attach to SWC?? earthing all other wires or setting to mutual resistance / voltage may have to be achieved. Then just plug PS2 cable into keyboard port instead of using joystick,does this not sound feasable??

    Nick
    I don't see how this could work. The steering wheel controls simply change the resistance of a constantly flowing current when you press a button, I don't see how this could work just by hooking it up to a specific key.

    If a keyboard also works by varying resistance similar to how the SWC work. I.e. for each key you press, it varies the resistance of a constantly flowing current by a different amount, then tying the steering wheel controls into a specific key will not have the expected outcome. I'm not even sure how you could even wire it up like that, but if you just looped the steering wheel control wires in the keyboard wires it would apply the resistance of the steering wheel control button, not the resistance for the keyboard key. Something like this could work, if the steering wheel controls worked like toggle switches, physically disconnecting or connecting a line, but they do not. Errr... In a way they do work like toggles, but you would have to take apart your steering wheel and bypass the resistors in them and tie directly into the switch to achive this rather then just tapping into the lines going into the headunit.
    StreetDeck.com Developer (I am Chuck)
    Get StreetDeck at http://www.streetdeck.com
    The Official StreetDeck Forums have moved, please visit us at http://www.streetdeck.com/forum for official support for Streetdeck.

Similar Threads

  1. steering wheel touch screen monitor??
    By thecar-puter in forum LCD/Display
    Replies: 43
    Last Post: 07-11-2008, 04:56 PM
  2. Keeping steering wheel controls with new HU
    By pogue1000 in forum General Hardware Discussion
    Replies: 4
    Last Post: 01-14-2004, 01:24 PM
  3. Steering wheel controls thru serial or usb?
    By welthqa in forum General Hardware Discussion
    Replies: 9
    Last Post: 01-14-2004, 01:20 PM
  4. Buttons on steering wheel to work with computer?
    By slboytoy in forum Input Devices
    Replies: 4
    Last Post: 10-21-2003, 01:40 PM
  5. FS Pioneer Steering Wheel Remote CD-SR80
    By Sh0cker in forum Classified Archive
    Replies: 5
    Last Post: 10-02-2003, 10:48 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
  •