Page 6 of 11 FirstFirst 1234567891011 LastLast
Results 51 to 60 of 103

Thread: Steering Wheel Control Help

  1. #51
    Variable Bitrate
    Join Date
    Aug 2005
    Posts
    422
    Quote Originally Posted by greenman100 View Post
    I've edited your post. try that code.
    No dice. It's logging ALOT more now.. But its just the same entries over and over.. The Value is 0 now however not NaN..
    It's also logging the same thing for Sensor 1 & 2 with your config when I'm only putting something through on sensor 1..

    This is a nightmare.

  2. #52
    Fusion Brain Creator
    Join Date
    Mar 2005
    Posts
    2,221
    That probably means your brain ID is wrong. It changes from USB port to USB port, so you can have multiple brains on one computer.

    Use Device Manager or the Configurator to check the Brain ID (The VID PID string in the config file)

    When I change the USB ID in your code to the USB ID for my brain, your code runs fine.

  3. #53
    Variable Bitrate
    Join Date
    Aug 2005
    Posts
    422
    EDIT: Checking the Brain ID Now

    My wiring is 100% correct. Greenman100, you ok'd the diagram. I've tested the voltages at the brain itself.

    On the input wires I'm seeing 5.01V at "Idle"
    2.27V on VOL UP/DOWN
    0.88V SEEK UP/DOWN
    MODE/PWR BUTTON 0.0.1 (Straight to ground)

    So why the hell can't I get this thing to work..

  4. #54
    Variable Bitrate
    Join Date
    Aug 2005
    Posts
    422
    Quote Originally Posted by greenman100 View Post
    That probably means your brain ID is wrong. It changes from USB port to USB port, so you can have multiple brains on one computer.

    Use Device Manager or the Configurator to check the Brain ID (The VID PID string in the config file)

    When I change the USB ID in your code to the USB ID for my brain, your code runs fine.
    Brain ID was wrong. Changed. Now I'm back to my NaN for a value.. Whatever that means..

  5. #55
    Fusion Brain Creator
    Join Date
    Mar 2005
    Posts
    2,221
    probably a mistake somewhere in the software. i'm trying to help, I'm an hour late for a party, and I'm sitting here troubleshooting with you.

  6. #56
    Fusion Brain Creator
    Join Date
    Mar 2005
    Posts
    2,221
    Let me post my code again

  7. #57
    Variable Bitrate
    Join Date
    Aug 2005
    Posts
    422
    Quote Originally Posted by greenman100 View Post
    probably a mistake somewhere in the software. i'm trying to help, I'm an hour late for a party, and I'm sitting here troubleshooting with you.
    I really appreciate it mate.. It's just frustration.. I really thought this would be a 10min job.. Not 3 days.

  8. #58
    Fusion Brain Creator
    Join Date
    Mar 2005
    Posts
    2,221
    I see it

    Change the "Auto_average" to false

  9. #59
    Fusion Brain Creator
    Join Date
    Mar 2005
    Posts
    2,221
    you don't want averaging, it's an option to smooth out the signal, but you don't need it.

    however, you had it set to true, but set ot hold a memory of zero values (history)

    so it tried dividing by 0 to find the average, resulting in NaN.

    you should be good now

  10. #60
    Variable Bitrate
    Join Date
    Aug 2005
    Posts
    422
    ITS ALIVE...

    It spams it with 4.9V then when i connect the resistor i get the right value then back to spamming 4.9V. So it is working. (I have it jerry rigged on my bench right now)

    I think we've got it..

    I appreciate your time on this greenman100.

    Next Step.. Building the skin to send keystrokes.

    EDIT: Btw during my day of screwing around I found a few bugs with the Config Builder.. Will report them in a few.

Similar Threads

  1. Steering Wheel Remote Control
    By drdave in forum Car Audio
    Replies: 0
    Last Post: 02-21-2008, 10:48 PM
  2. Audy A8 Steering Wheel Control to PC
    By k11SiC6 in forum Input Devices
    Replies: 2
    Last Post: 03-02-2007, 04:54 PM
  3. Steering wheel control and durability
    By bimmerpc in forum General Hardware Discussion
    Replies: 4
    Last Post: 11-01-2005, 02:01 PM
  4. Steering Wheel Control
    By Micv in forum Hardware Development
    Replies: 3
    Last Post: 07-13-2005, 11:45 AM
  5. Using steering wheel controls to control mini mac?
    By brandondente in forum MacCar
    Replies: 7
    Last Post: 05-12-2005, 09:50 AM

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
  •