E90Post
 


Studio RSR
 
BMW 3-Series (E90 E92) Forum > E90 / E92 / E93 3-series Technical Forums > BMW Coding > Activating oil temp gauge...



Reply
 
Thread Tools Search this Thread
      01-11-2018, 06:11 AM   #133
dpopov
Enlisted Member
2
Rep
34
Posts

Drives: e90 330d
Join Date: Nov 2017
Location: Sofia, BG

iTrader: (0)

Guys, come on! Is the N57 the only engine which can't have the MPG needle converted to something more useful? Wtf
Appreciate 0
      01-11-2018, 07:50 AM   #134
psy460
New Member
3
Rep
14
Posts

Drives: BMW 318D E90 M47TU2D20
Join Date: Jan 2018
Location: France, Paris

iTrader: (0)

I just tried to use the FrmMng setting from the 330D (which should be ok for oil temp), and unfortunatly it still not work, i still get 0xFF on byte 2...

If someone with manual gearbox and working oil temp gauge could send me his SW, it would be very usefull.

If byte 2 is hardcoded, we would have to disassemble the software....
But at this day i can't, even if IDA support MCP555, because code is compressed, and i don't know how to uncompress it.
Appreciate 0
      01-11-2018, 11:49 AM   #135
Sensible_
Colonel
529
Rep
2,503
Posts

Drives: 2008 E90
Join Date: Feb 2012
Location: London

iTrader: (1)

Quote:
Originally Posted by psy460 View Post
I just tried to use the FrmMng setting from the 330D (which should be ok for oil temp), and unfortunatly it still not work, i still get 0xFF on byte 2...

If someone with manual gearbox and working oil temp gauge could send me his SW, it would be very usefull.

If byte 2 is hardcoded, we would have to disassemble the software....
But at this day i can't, even if IDA support MCP555, because code is compressed, and i don't know how to uncompress it.
I'll send you mine in a little while...
Appreciate 0
      01-12-2018, 02:34 AM   #136
psy460
New Member
3
Rep
14
Posts

Drives: BMW 318D E90 M47TU2D20
Join Date: Jan 2018
Location: France, Paris

iTrader: (0)

thanks. it's an EDC16 ?
Appreciate 0
      01-12-2018, 02:56 AM   #137
Sensible_
Colonel
529
Rep
2,503
Posts

Drives: 2008 E90
Join Date: Feb 2012
Location: London

iTrader: (1)

Quote:
Originally Posted by psy460 View Post
thanks. it's an EDC16 ?
Yes. Read from galleto.
Appreciate 0
      01-12-2018, 03:28 AM   #138
Sensible_
Colonel
529
Rep
2,503
Posts

Drives: 2008 E90
Join Date: Feb 2012
Location: London

iTrader: (1)

https://drive.google.com/open?id=1_t...2gXhwTcCh5Nh7X

Stock file from M57 325D. Sends oil temp
Appreciate 0
      01-16-2018, 08:50 AM   #139
psy460
New Member
3
Rep
14
Posts

Drives: BMW 318D E90 M47TU2D20
Join Date: Jan 2018
Location: France, Paris

iTrader: (0)

thank you very much, i will study it.

meanwhile i worked on my display, here is demonstation :

Appreciate 1
      01-16-2018, 08:55 AM   #140
Sensible_
Colonel
529
Rep
2,503
Posts

Drives: 2008 E90
Join Date: Feb 2012
Location: London

iTrader: (1)

Quote:
Originally Posted by psy460 View Post
thank you very much, i will study it.

meanwhile i worked on my display, here is demonstation :

Very nice! Also of interest is the program IntelHex2Bin.

It's converts bmw 0da and 0pa into binary file for winols as well as to convert it back. I'm looking through some different 0pa / 0da files for a clue.
Appreciate 0
      01-16-2018, 07:49 PM   #141
ruhl88
New Member
2
Rep
17
Posts

Drives: bmw e90
Join Date: Feb 2017
Location: italy

iTrader: (0)

Quote:
Originally Posted by psy460 View Post
thank you very much, i will study it.

meanwhile i worked on my display, here is demonstation :

How put only boost on odometer?
Thanks
Appreciate 0
      01-17-2018, 07:32 AM   #142
psy460
New Member
3
Rep
14
Posts

Drives: BMW 318D E90 M47TU2D20
Join Date: Jan 2018
Location: France, Paris

iTrader: (0)

yes, i already tried too edit binary, i even found the fonts of the kombi lol, but problem will be same than with DDE or TCU : this f*cking RSA Key.

Code is compressed too ? else maybee with IDA we could do it.
Appreciate 0
      01-17-2018, 07:33 AM   #143
psy460
New Member
3
Rep
14
Posts

Drives: BMW 318D E90 M47TU2D20
Join Date: Jan 2018
Location: France, Paris

iTrader: (0)

ruhl88 i just send boost value rescaled to match KVA gauge scale ovr byte 2 of 1D0 message.
Appreciate 0
      01-17-2018, 08:47 AM   #144
ruhl88
New Member
2
Rep
17
Posts

Drives: bmw e90
Join Date: Feb 2017
Location: italy

iTrader: (0)

Quote:
Originally Posted by psy460 View Post
ruhl88 i just send boost value rescaled to match KVA gauge scale ovr byte 2 of 1D0 message.
Could you please send me the whole date line?
Appreciate 0
      01-18-2018, 03:44 AM   #145
psy460
New Member
3
Rep
14
Posts

Drives: BMW 318D E90 M47TU2D20
Join Date: Jan 2018
Location: France, Paris

iTrader: (0)

I got some bosch documents from a friend, byte 2 is hard coded anyway to enable it from calibration file.

0xFF is "fehlerwert"

So i completly disabled the 1D0 from DDE ( FRMMNG_swtENGINE1 to 0)
kombi report me a fault, saying that 1D0 botschaft is missing, i will code to do not show fault when ID is missing, and now kombi will get only my own messages
Appreciate 0
      01-18-2018, 03:47 AM   #146
Sensible_
Colonel
529
Rep
2,503
Posts

Drives: 2008 E90
Join Date: Feb 2012
Location: London

iTrader: (1)

Quote:
Originally Posted by psy460 View Post
I got some bosch documents from a friend, byte 2 is hard coded anyway to enable it from calibration file.

0xFF is "fehlerwert"

So i completly disabled the 1D0 from DDE ( FRMMNG_swtENGINE1 to 0)
kombi report me a fault, saying that 1D0 botschaft is missing, i will code to do not show fault when ID is missing, and now kombi will get only my own messages
Nice work around

Congrats! 335d and N engine owners will be happy now!
Appreciate 0
      01-18-2018, 08:33 AM   #147
dpopov
Enlisted Member
2
Rep
34
Posts

Drives: e90 330d
Join Date: Nov 2017
Location: Sofia, BG

iTrader: (0)

Quote:
Originally Posted by Sensible_ View Post
Nice work around

Congrats! 335d and N engine owners will be happy now!

Hey, I have an N engine, I want to be happy to!! What for, though? The display?
Appreciate 0
      01-18-2018, 09:04 AM   #148
Sensible_
Colonel
529
Rep
2,503
Posts

Drives: 2008 E90
Join Date: Feb 2012
Location: London

iTrader: (1)

Quote:
Originally Posted by dpopov View Post
Quote:
Originally Posted by Sensible_ View Post
Nice work around

Congrats! 335d and N engine owners will be happy now!

Hey, I have an N engine, I want to be happy to!! What for, though? The display?
This is for oil temp instead of KVA (instant MPG). Or to activate it for M cluster.
Appreciate 0
      02-05-2018, 12:17 AM   #149
tryingtobebest
First Lieutenant
Canada
87
Rep
369
Posts

Drives: E90
Join Date: Oct 2012
Location: Calgary, Ab

iTrader: (3)

Quote:
Originally Posted by psy460 View Post
I got some bosch documents from a friend, byte 2 is hard coded anyway to enable it from calibration file.

0xFF is "fehlerwert"

So i completly disabled the 1D0 from DDE ( FRMMNG_swtENGINE1 to 0)
kombi report me a fault, saying that 1D0 botschaft is missing, i will code to do not show fault when ID is missing, and now kombi will get only my own messages
Quote:
Originally Posted by Sensible_ View Post
Nice work around

Congrats! 335d and N engine owners will be happy now!

Hey, ive been trying so hard on first 4 pages in this thread and now it looks like my dream finally come true, NOW, can someone do a step by step or talk to met through PM in "ENGLISH" of how to do it!?

... and i promise ill do a HOW TO for everybody with tons pics after....

And one question in the end, will I be able to utilize offset scale of 50-75-100 - 115- 130 Degrees Celsius (im in Canada) with PSY set up?

"Im excite..." (Movie Borat)
Appreciate 0
      02-05-2018, 02:21 AM   #150
Sensible_
Colonel
529
Rep
2,503
Posts

Drives: 2008 E90
Join Date: Feb 2012
Location: London

iTrader: (1)

Quote:
Originally Posted by tryingtobebest View Post
Quote:
Originally Posted by psy460 View Post
I got some bosch documents from a friend, byte 2 is hard coded anyway to enable it from calibration file.

0xFF is "fehlerwert"

So i completly disabled the 1D0 from DDE ( FRMMNG_swtENGINE1 to 0)
kombi report me a fault, saying that 1D0 botschaft is missing, i will code to do not show fault when ID is missing, and now kombi will get only my own messages
Quote:
Originally Posted by Sensible_ View Post
Nice work around

Congrats! 335d and N engine owners will be happy now!

Hey, ive been trying so hard on first 4 pages in this thread and now it looks like my dream finally come true, NOW, can someone do a step by step or talk to met through PM in "ENGLISH" of how to do it!?

... and i promise ill do a HOW TO for everybody with tons pics after....

And one question in the end, will I be able to utilize offset scale of 50-75-100 - 115- 130 Degrees Celsius (im in Canada) with PSY set up?

"Im excite..." (Movie Borat)
You'll need to read your ECU with and modify it as per instructions. It's the only way.

Get a decent FGTech or Kess clone (Europe version) and you can do this via the OBD port.
Appreciate 0
      02-06-2018, 09:13 PM   #151
Levanime
BimECU
Levanime's Avatar
United_States
193
Rep
759
Posts

Drives: BMW
Join Date: Dec 2014
Location: SD

iTrader: (0)

Garage List
2007 BMW 335  [0.00]
Quote:
Originally Posted by psy460 View Post
i will code to do not show fault when ID is missing, and now kombi will get only my own messages
how do you do it, if its not a secret?
Appreciate 0
      02-13-2018, 03:56 AM   #152
MILLER335I
Captain
MILLER335I's Avatar
United_States
68
Rep
763
Posts

Drives: BMW E90 Dinan stage 3 335I
Join Date: Mar 2017
Location: Peoples Republic of California

iTrader: (11)

M3 cluster in 335i

I have an M3 E90 coded cluster viriginized updated to the latest firmware and it all works in my car except the oil temp gauge thinks it is a fuel mileage gauge ( my 335i cluster didn't have that it had an oil temp gauge as well). Does anyone here know how to code/fix it? I know there is a program with a check/tick box that will do it but you need to be there in person to connect it. Anything else? I have a '07 335i and there is no tamper dot on my M3 cluster. Thanks all!
__________________
2007 E90 335i N54 Montego blue with grey Dakota leather interior
Appreciate 0
      02-13-2018, 05:00 AM   #153
Sensible_
Colonel
529
Rep
2,503
Posts

Drives: 2008 E90
Join Date: Feb 2012
Location: London

iTrader: (1)

Quote:
Originally Posted by MILLER335I View Post
I have an M3 E90 coded cluster viriginized updated to the latest firmware and it all works in my car except the oil temp gauge thinks it is a fuel mileage gauge ( my 335i cluster didn't have that it had an oil temp gauge as well). Does anyone here know how to code/fix it? I know there is a program with a check/tick box that will do it but you need to be there in person to connect it. Anything else? I have a '07 335i and there is no tamper dot on my M3 cluster. Thanks all!
So you have the KVA mpg economy swing activated instead of oil temp?

That's fine. Just reverse the process in this thread. Or probably just flash and code to default with winkfp and NCSExpert.
Appreciate 0
      02-13-2018, 09:55 AM   #154
MILLER335I
Captain
MILLER335I's Avatar
United_States
68
Rep
763
Posts

Drives: BMW E90 Dinan stage 3 335I
Join Date: Mar 2017
Location: Peoples Republic of California

iTrader: (11)

cluster

The only issue is I didn't do it or know how to LOL!
__________________
2007 E90 335i N54 Montego blue with grey Dakota leather interior
Appreciate 0
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



All times are GMT -5. The time now is 09:43 PM.




e90post
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and trademark are properties of BIMMERPOST