It is currently Wed Apr 15, 2026 6:04 am

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 15 posts ] 
Author Message
 Post subject: Factory Stereo BUS specifications
PostPosted: Thu Apr 27, 2006 12:06 pm 
Offline
Lifetime Member
Lifetime Member
User avatar

Joined: Wed Mar 08, 2006 6:15 pm
Posts: 2733
Location: Atlanta GA
I have a 2005 Limited CRD with the in-dash 6-disc changer and Sirius. I'm interested in developing a car-pc interface (line-in plus rs-232 or USB, probably) and I've been trying to get information on what BUS protocol the Mopar stereos use to talk to peripherals. Anyone have this info?

Dan


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 27, 2006 2:13 pm 
Offline
LOST Member
User avatar

Joined: Mon Jul 11, 2005 11:44 pm
Posts: 160
Location: Seaford, NY, USA
I am not sure what the protocol that chrysler uses, but you can get a P.I.E interface that will convert it to sony (s-link) or alpine (ai-net), which you can find the specs for.

_________________
2004 Silver Jeep Liberty
Pictures Are Here


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 27, 2006 2:32 pm 
Offline
Lifetime Member
Lifetime Member
User avatar

Joined: Wed Mar 08, 2006 6:15 pm
Posts: 2733
Location: Atlanta GA
Forgive the ignorance, but "P.I.E"? Is that a manufacturer or an acronym for a description of the device?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 27, 2006 2:54 pm 
Offline
LOST Member
User avatar

Joined: Mon Jul 11, 2005 11:44 pm
Posts: 160
Location: Seaford, NY, USA
My bad, i should have posted some links.
http://www.pie.net/store/index.cfm?Action=ViewCategory&Category=100
http://www.brian-patti.com/s-link/ Unfortunately most of the links here are dead.

_________________
2004 Silver Jeep Liberty
Pictures Are Here


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 27, 2006 5:10 pm 
Offline
LOST Member
User avatar

Joined: Mon Jul 11, 2005 11:44 pm
Posts: 160
Location: Seaford, NY, USA
The other protocol is Unilink (forgot to post that one).
http://cleggy.umcus.org/index.htm

_________________
2004 Silver Jeep Liberty
Pictures Are Here


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 27, 2006 6:15 pm 
Offline
Forum Admin
Forum Admin
User avatar

Joined: Wed Jul 06, 2005 6:33 am
Posts: 1845
Location: Monterey Bay, Ca
Off topic: excellent avatar choice!

_________________
Nanette

03 Freedom with some neat stuff done to it that I learned about here.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 27, 2006 6:26 pm 
Offline
Lifetime Member
Lifetime Member
User avatar

Joined: Wed Mar 08, 2006 6:15 pm
Posts: 2733
Location: Atlanta GA
Assuming you're talking to me, then thank you. It's the fraggle that most closely resembles my personality, even if it doesn't resemble me visually...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 27, 2006 6:57 pm 
Offline
Forum Admin
Forum Admin
User avatar

Joined: Wed Jul 06, 2005 6:33 am
Posts: 1845
Location: Monterey Bay, Ca
Good thing, you'd have some crazy hair!

_________________
Nanette

03 Freedom with some neat stuff done to it that I learned about here.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 27, 2006 7:02 pm 
Offline
Lifetime Member
Lifetime Member
User avatar

Joined: Wed Mar 08, 2006 6:15 pm
Posts: 2733
Location: Atlanta GA
Nah, I look more like this.

I'm only a fraggle at heart.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 30, 2006 1:27 am 
Offline
Lifetime Member
Lifetime Member
User avatar

Joined: Sat Nov 26, 2005 1:55 am
Posts: 862
Location: Los Angeles, CA
degeist, the factory radio communicates with Sirius via a "PCI" bus which is a superset of OBD-II. This is the same bus that travels thoughout the entire car and the same bus that the OBD-II port directly taps into. The bus uses the J1850 VPW communication format. You can grab a chip from Elm Electronics (ELM327) which should allow you to read/write to the bus via serial port. I'm working on this circuit right now for Sirius integration with my car pc. I still don't know if the inerface will actually end up working though as documentation is kind of few and far between. :)

_________________
Jeep Liberty Wikibook
# cd /home/fuzzymuzzle.com


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 01, 2006 6:31 pm 
Offline
LOST Newbie

Joined: Tue Nov 01, 2005 7:56 pm
Posts: 40
Location: West Central Indiana
CaKJFreedom wrote:
Off topic: excellent avatar choice!

If i remember thats "Traveling Mat" He wrote the Kids back at the "rock" about all the places he had been to in his travels.

_________________
2006 Renegade Dark khaki 4X4
Bridgestone P245/70/16 Dueler Revoes
Alpine, JL Audio, XM
Mopar light bar, full skid plates
BDS 2" Lift
In the works :roof rack, and lots more!!!!!


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 02, 2006 11:22 am 
Offline
Lifetime Member
Lifetime Member
User avatar

Joined: Wed Mar 08, 2006 6:15 pm
Posts: 2733
Location: Atlanta GA
unixxx wrote:
degeist, the factory radio communicates with Sirius via a "PCI" bus which is a superset of OBD-II. This is the same bus that travels thoughout the entire car and the same bus that the OBD-II port directly taps into. The bus uses the J1850 VPW communication format. You can grab a chip from Elm Electronics (ELM327) which should allow you to read/write to the bus via serial port. I'm working on this circuit right now for Sirius integration with my car pc. I still don't know if the inerface will actually end up working though as documentation is kind of few and far between. :)


Sounds interesting. I was thinking of possibly a switching unit under the dash, etc, to direct control and audio pins between the sirius and serial/PCM line signals.

If you come up with something, I'd love to help you test, etc. I can hack the PC C-code for serial control, but my wife is more the EE type, she could probably help me prototype a board.

Dan


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 28, 2006 8:03 pm 
Offline
Lifetime Member
Lifetime Member
User avatar

Joined: Sat Nov 26, 2005 1:55 am
Posts: 862
Location: Los Angeles, CA
Dan,

I managed to get my ELM327 interface working using the identical schematic out of the ELM datasheet. I spent over four hours troubleshooting it and the problem ended up being that the socket was loose causing the RTS pin to float instead of being brought high. I tested it out by grabbing the engine coolant temperature which the Libby reported to be 68 degrees fahrenheit, which seemed about right. I also had it stream current PCI bus data that maybe I can decode later. If you have any questions on it let me know.

_________________
Jeep Liberty Wikibook
# cd /home/fuzzymuzzle.com


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 31, 2006 1:03 am 
Offline
Lifetime Member
Lifetime Member
User avatar

Joined: Sat Nov 26, 2005 1:55 am
Posts: 862
Location: Los Angeles, CA
Yesterday I managed to sniff the PCI bus for the steering wheel audio control "packets." Hopefully soon I'll have some software written to monitor the bus for these packets and use them to control the volume, etc on my car PC.

_________________
Jeep Liberty Wikibook
# cd /home/fuzzymuzzle.com


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 31, 2006 1:48 pm 
Offline
LOST Addict
User avatar

Joined: Thu Jul 07, 2005 5:32 pm
Posts: 1578
Location: Austin, Texas
This should be stickied --- assuming you guys can reverse-engineer the protocol and can document it.

_________________
DIRTY KJ :: flickr photostream
"Primitive life is very common and intelligent life is fairly rare ... some would say it has yet to occur on Earth" --- Stephen Hawking


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group. Color scheme by ColorizeIt!
Logo by pixeldecals.com