Home Forums Articles How To's FAQ Register
Go Back   Xoutpost.com > Electronics > Navigation System
Arnott
User Name
Password
Member List Premier Membership Today's Posts New Posts

Xoutpost server transfer and maintenance is occurring....
Xoutpost is currently undergoing a planned server migration.... stay tuned for new developments.... sincerely, the management


Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 01-13-2010, 06:28 PM
Member
 
Join Date: Oct 2009
Location: UK
Posts: 10
MGSteve is on a distinguished road
MIR Nav Bus Format

Ok, I appreciate I've probably lost most of you with that thread title.

It appears the MKIII (and MKIV?) have an option to be able to provide sat nav in cars that don't have a Bord Monitor, but rather a small mono LCD on the radio unit (MIR).



This is connected to the Nav computer in Connector X1312 at pin 7 (labled in docs I've seen as 'Signal Nav Bus'..

Does anyone know the format of the signals that go down this wire? This LCD appears to be used in my MG ZT within the IKE and I'd quite like to drive it from the CarPC I'm developing.

But I need to know the format of the data on that wire and I can't seem to find any info on it anywhere.

Any help would be greatly appreciated.
Attached Images
 
Reply With Quote

Sponsored Links

  #2  
Old 01-16-2010, 03:43 PM
Member
 
Join Date: Oct 2009
Location: UK
Posts: 10
MGSteve is on a distinguished road
I presume that's a no then!

Seriously, no-one has looked into this then?
Reply With Quote
  #3  
Old 01-17-2010, 05:12 PM
ccfj1's Avatar
Member
 
Join Date: Sep 2006
Location: The UK.
Posts: 1,934
ccfj1 is on a distinguished road
Not something I've checked personally, and I doubt anyone would, the mk3 and mk4 will work with the mono screen (like in the pics), but requires the bmw HU to do so.

Since most of us have the colour monitor then this has never come up before.
__________________
Sept 03, M3, Silver Grey. Retro-fits: Modded Mk4 DVD Drive, OEM Bluetooth, VR Control, Rainbow Speaker Upgrade, Sony SOT Amp, HK Sub, CCFL, Intravee II, NightMode.
Reply With Quote
  #4  
Old 01-18-2010, 08:19 AM
Member
 
Join Date: Oct 2009
Location: UK
Posts: 10
MGSteve is on a distinguished road
Quote:
Originally Posted by ccfj1 View Post
Not something I've checked personally, and I doubt anyone would, the mk3 and mk4 will work with the mono screen (like in the pics), but requires the bmw HU to do so.

Since most of us have the colour monitor then this has never come up before.
Yeah, I thought it was a bit of a long shot. Damn. Oh well, I'm going to end up replacing the screen anyway with an TFT screen driven by the PC, so it doesn't matter quite so much now.

Just wondered if anyone had been able to get their hands on, what in hindsight would probably be confidential BMW technical information!

Suppose you could reverse engineer it though if you had the right equipment, but then its down to time vs benefits really. As you say, its not much of a point with BMWs as the colour screen replaces it, its only the MG & Rovers that have the screen in a different location and additional to the Sat Nav screen.
Reply With Quote
  #5  
Old 01-18-2010, 07:11 PM
Member
 
Join Date: Dec 2006
Location: Switzerland
Posts: 2,575
KiwiJochen is on a distinguished road
Quote:
Originally Posted by MGSteve View Post
Ok, I appreciate I've probably lost most of you with that thread title.

It appears the MKIII (and MKIV?) have an option to be able to provide sat nav in cars that don't have a Bord Monitor, but rather a small mono LCD on the radio unit (MIR).



This is connected to the Nav computer in Connector X1312 at pin 7 (labled in docs I've seen as 'Signal Nav Bus'..

Does anyone know the format of the signals that go down this wire? This LCD appears to be used in my MG ZT within the IKE and I'd quite like to drive it from the CarPC I'm developing.

But I need to know the format of the data on that wire and I can't seem to find any info on it anywhere.

Any help would be greatly appreciated.
Tried simply sniffing it with NavCoder?
Reply With Quote
  #6  
Old 01-19-2010, 04:41 AM
Member
 
Join Date: Oct 2009
Location: UK
Posts: 10
MGSteve is on a distinguished road
Nope, but I wouldn't have thought simply connecting it to a COM port was a very good idea really, never know what's going down the line!

Could really do with a scope and the knowledge to know what I was looking at on the scope!

As I said above, its not really worth the trouble really. If someone knew the format that's fine, but I don't have the electronic skills to reverse engineer it.
Reply With Quote
  #7  
Old 01-19-2010, 04:44 AM
Member
 
Join Date: Dec 2006
Location: Switzerland
Posts: 2,575
KiwiJochen is on a distinguished road
What I'm saying is there's a good chance it uses the same protocol as on the ibus and kbus

In that case, protocol is clearly understood, and command structure will be easy to determine

If the line uses ibus protocol, then NavCoder will show the data very easily.

So: Try and See!
Reply With Quote
  #8  
Old 01-19-2010, 05:04 AM
ccfj1's Avatar
Member
 
Join Date: Sep 2006
Location: The UK.
Posts: 1,934
ccfj1 is on a distinguished road
Quote:
Originally Posted by MGSteve View Post
But I need to know the format of the data on that wire and I can't seem to find any info on it anywhere.
I **think** the basic format of the i-bus/nav signal could be csma/cd or a basic form of it.
__________________
Sept 03, M3, Silver Grey. Retro-fits: Modded Mk4 DVD Drive, OEM Bluetooth, VR Control, Rainbow Speaker Upgrade, Sony SOT Amp, HK Sub, CCFL, Intravee II, NightMode.
Reply With Quote
  #9  
Old 01-19-2010, 05:19 AM
Member
 
Join Date: Dec 2006
Location: Switzerland
Posts: 2,575
KiwiJochen is on a distinguished road
csma/cd is just a method for handling collision detection

ibus / kbus protocol is based on ISO-9141 but has a few differences....
Reply With Quote
  #10  
Old 01-19-2010, 05:40 AM
ccfj1's Avatar
Member
 
Join Date: Sep 2006
Location: The UK.
Posts: 1,934
ccfj1 is on a distinguished road
Quote:
Originally Posted by KiwiJochen View Post
csma/cd is just a method for handling collision detection
Not to be pedantic, but that's the /cd part mate,

CSMA/CD = Carrier Sense Multi-Access/Collision Detect.

CSMA is the signal carrier, the cd parts is to detect, pause, clean up and resend signals corrupted by collisions.

It is internationally standardized in IEEE 802.3 and ISO 8802.3.

Quote:
ibus / kbus protocol is based on ISO-9141 but has a few differences....
Looking at the ISO-9141 spec then you are probably right (lol, you are in most things, re the i-bus).

I will bow to your better knowledge mate, It was just a guess, based on the way that the i-bus interface works (and what I've read before).

OP ignore my wild ramblings Jochens the man.
__________________
Sept 03, M3, Silver Grey. Retro-fits: Modded Mk4 DVD Drive, OEM Bluetooth, VR Control, Rainbow Speaker Upgrade, Sony SOT Amp, HK Sub, CCFL, Intravee II, NightMode.
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





All times are GMT -4. The time now is 07:51 PM.
vBulletin, Copyright 2026, Jelsoft Enterprises Ltd. SEO by vBSEO 3.6.0
© 2017 Xoutpost.com. All rights reserved. Xoutpost.com is a private enthusiast site not associated with BMW AG.
The BMW name, marks, M stripe logo, and Roundel logo as well as X3, X5 and X6 designations used in the pages of this Web Site are the property of BMW AG.
This web site is not sponsored or affiliated in any way with BMW AG or any of its subsidiaries.