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.
|
11-21-2006, 11:57 AM
|
#46
|
|
Super Duper Moderator
Join Date: Sep 2004
Location: Corning, NY
Vehicle: 2001 VW Beetle
Posts: 4,258
|
That sounds very cool! Please post a how-to if you get it working.
|
|
|
11-21-2006, 07:13 PM
|
#47
|
|
Maximum Bitrate
Join Date: Nov 2005
Posts: 545
|
Gredd> I had the same idea. And even bought all the parts. I then wired the outputs (LEDS) from the 3914 to some transistors which then outputted to the pins on a USB keypad interface. (ie: it pretended to trigger a keypress). Trouble was, the 3914 output rises/falls to the final value. So if the output is LED6, the 3914 will light LED 1...LED2...LED3...LED4...LED5.. then finally stopping at LED6. You can place it in DOT mode, so that it only lights 1 LED at a time, but that still doesnt stop it from lighting the LEDs in order as it makes its way to the final value, therefore triggering all the keypresses along the way  . Perhaps if you put a cap inline with each LED output it would reject any signal with too short "ON" time, but this would be a trial and error design. You would have to find the balance between a proper keypress ON time and the rise/fall sweep ON time or it would ignore your actual output value as well.
In the end I purchased an LCD8/8/8 phidget - has a million more features, easy to program and has a cool little LCD 
Last edited by Iceman_jkh : 11-21-2006 at 07:16 PM.
|
|
|
11-21-2006, 09:27 PM
|
#48
|
|
Low Bitrate
Join Date: Dec 2004
Location: Sweden
Vehicle: Saab Aero 2000
Posts: 83
|
90 bucks for a phidget  Are you using the outputs connected to the keypad or is it able to directly produce keyboard data?
|
|
|
11-21-2006, 09:59 PM
|
#49
|
|
Maximum Bitrate
Join Date: Nov 2005
Posts: 545
|
I think it could produce keyboard data, but I'm actually getting it to talk directly to Roadrunner - it depends how you code for it. It cost me about $200 Aus  , so $90 should be peanuts for you mate 
|
|
|
11-22-2006, 07:39 AM
|
#50
|
|
FLAC
Join Date: Oct 2005
Location: Hou. TX
Vehicle: 99 Trans Am
Posts: 1,450
|
Has anybody gotten PC control on a car using the GM style single wire system?
I would like to be able to control RoadRunner, but I really don't know anything about Phidgets or that USB controller over on madhacker.org.
How do you tell the interface what signal should do what?
|
|
|
12-05-2006, 09:36 AM
|
#51
|
|
FLAC
Join Date: Oct 2005
Location: Hou. TX
Vehicle: 99 Trans Am
Posts: 1,450
|
I'm seriously considering just sticking a tiny remote into the steering wheel and have it's tiny IR transmitter peaking out from behind the wheel and then wiring each steering wheel button to the remote buttons. Then I could mount the PC IR reciever somewhere up front in view of the transmitter and bypass the SWI-2 or X completely. Then it would work perfectly and be smooth all the time. 
|
|
|
12-05-2006, 07:36 PM
|
#52
|
|
Maximum Bitrate
Join Date: Nov 2005
Posts: 545
|
Gimme a few days mate
Ive written something.. hang in there
It uses the PhidgetLCD8/8/8 and interfaces with RR.
I'm trying to get it to run with the Phidget non LCD 8/8/8 as well.
Ice
Last edited by Iceman_jkh : 12-05-2006 at 07:39 PM.
|
|
|
12-05-2006, 08:48 PM
|
#53
|
|
FLAC
Join Date: Oct 2005
Location: Hou. TX
Vehicle: 99 Trans Am
Posts: 1,450
|
I'm gonna wait to see what Iceman is working on, but I did pick up an extra steering wheel. I also found that the $50 X10 Radio Frequency mouse remote control device will work. The RF reciever plugs into the PS2 port. The big remote is for seldom use. I can then pick up a tiny slim RF remote for $20 which has 10 buttons on it. I can mount it inside the wheel.
With the RF device the steering wheel angle, sunlight and reciever location becomes moot. It should always work.
http://www.x10.com/products/x10_mk19a_2.htm
http://www.smarthome.com/4012.html
I guess this will be a backup plan.
|
|
|
12-06-2006, 09:28 PM
|
#54
|
|
FLAC
Join Date: Oct 2005
Location: Hou. TX
Vehicle: 99 Trans Am
Posts: 1,450
|
Iceman, will the phidget be a direct link between the PC's usb port and the steering wheel's single data wire?
What vehicle do you have?
|
|
|
12-07-2006, 12:13 AM
|
#55
|
|
Maximum Bitrate
Join Date: Nov 2005
Posts: 545
|
The Phidget will be connected to the PC via USB.
The A/D port of the phidget will connect to the single wire controls as shown in the attached JPG.
I have a Holden Commodore VY (I'm in Australia).
|
|
|
12-07-2006, 07:48 AM
|
#56
|
|
FLAC
Join Date: Oct 2005
Location: Hou. TX
Vehicle: 99 Trans Am
Posts: 1,450
|
Does your Commodore use a single wire which transmits variable levels of resistance?
I forget what it's called, but in my car each button has it's own resistance value and the headunit translates it. The PAC Steering Wheel control SWI-2 and SWI-X does the same thing and then translates that to a IR signal.
I know some of the latest cars use a digital signal over a single wire.
|
|
|
12-07-2006, 07:55 AM
|
#57
|
|
Maximum Bitrate
Join Date: Nov 2005
Posts: 545
|
My car uses multiple resistors in a 'ladder' and shorts them out according to which button is pressed. I get a different resistance along the wire for each button that is pushed. To answer your question: Yes, its a single wire which transmits a variable level of resistance.
It is not a digital signal, although that would be fun to interface with  .
I've just given someone a beta copy of my app to test. I'll let you know what happens shortly.
|
|
|
12-07-2006, 08:31 AM
|
#58
|
|
FLAC
Join Date: Oct 2005
Location: Hou. TX
Vehicle: 99 Trans Am
Posts: 1,450
|
Cool, that means that at least our steering wheels work the same.
Is your program specifically for the latest RR version?
I prefer a older version, but I'm still curious.
|
|
|
12-09-2006, 09:25 AM
|
#60
|
|
Newbie
Join Date: May 2006
Posts: 32
|
im not sure of the possiblitys of it all but somthing ive been thinking about on my f150, dosent have radio controlls but has the cruse controlls on the left and the right side of the steering wheel and heres what its like
ON --------------------------- Set Acel
------------------------------ Coast
Off--------------------------- Resume
the cruise dosent do anything unless the On button has been pushed first.
what if i could i could use the Off Button as a "Ctrl" Button and then my buttons ont he right become other buttons (like pushing 2nd on a calculator) i could have at least volume and next song
possibily there? or would it require intire reworkings of the steering wheel (not worth it)
|
|
|
|
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 03:46 AM.
|
|