Tuning For tuning and related discussions

LNF E69 ECU Documentation

Thread Tools
 
Search this Thread
 
Old Apr 18, 2015 | 10:37 AM
  #1  
LTBALTBMX's Avatar
Thread Starter
Senior Member
 
Joined: 04-16-09
Posts: 654
Likes: 0
From: Toronto, ON
LNF E69 ECU Documentation

Humor me for a minute, does anyone have any documentation pertaining to the Bosch E69 ECU used in the LNFs? I'd like to take a crack at building an XML file so we can tune with Tactrix.
Reply
Old Apr 29, 2015 | 03:50 PM
  #2  
ForceFedDork's Avatar
New Member
 
Joined: 07-16-13
Posts: 93
Likes: 6
From: Metro Detroit
your question is extremely vague, what are you looking for? the flashable HEX file? The assembly code? the C code? I am really interested in what you mean about the XML file and what this Tactrix is you speak of.
Short answer, no i can't help you, but you could probably find the stock tune HPTuner file somewhere.

Could you elaborate on what you think you can do with excel... with regards to an OBD2, torque model based, Bosch controller?
Reply
Old Apr 29, 2015 | 04:11 PM
  #3  
JapEatr's Avatar
South Central *********
iTrader: (9)
 
Joined: 05-14-05
Posts: 6,148
Likes: 48
From: Texas
tactrix cable... isn't that what trifecta uses?
Reply
Old Apr 29, 2015 | 04:22 PM
  #4  
ECaulk's Avatar
Senior Member
iTrader: (6)
 
Joined: 07-19-10
Posts: 26,529
Likes: 841
From: Houston, Texas
Originally Posted by JapEatr
tactrix cable... isn't that what trifecta uses?
Pretty sure it is.
Reply
Old Apr 29, 2015 | 04:27 PM
  #5  
YelCal7's Avatar
Senior Member
iTrader: (1)
 
Joined: 12-07-11
Posts: 2,372
Likes: 3
From: Moon
The only way to get documentation of Bosch E69 ECU is at Chevrolet, They will help you from there.
Reply
Old Apr 29, 2015 | 04:57 PM
  #6  
JapEatr's Avatar
South Central *********
iTrader: (9)
 
Joined: 05-14-05
Posts: 6,148
Likes: 48
From: Texas
not so much....
Reply
Old Apr 29, 2015 | 05:11 PM
  #7  
ForceFedDork's Avatar
New Member
 
Joined: 07-16-13
Posts: 93
Likes: 6
From: Metro Detroit
I googled that device, now i get it...

yeah......
What you're considering doing is theoretically achievable.
The fact that you're asking for that "documentation"... here... and from the way you ask for it, makes me believe that you do not own the skill set necessary to backwards engineer this.

Good luck, let us know how it goes.
Reply
Old Apr 29, 2015 | 11:16 PM
  #8  
LTBALTBMX's Avatar
Thread Starter
Senior Member
 
Joined: 04-16-09
Posts: 654
Likes: 0
From: Toronto, ON
Originally Posted by ForceFedDork
I googled that device, now i get it...

yeah......
What you're considering doing is theoretically achievable.
The fact that you're asking for that "documentation"... here... and from the way you ask for it, makes me believe that you do not own the skill set necessary to backwards engineer this.

Good luck, let us know how it goes.
I'm an engineer, but not of the computer persuasion. However, I certainly am up for learning, and the best place to start would be some documentation on the device I will be coding for. Thank you for your negative feedback though.
Reply
Old Apr 30, 2015 | 12:26 AM
  #9  
no_ss's Avatar
Senior Member
iTrader: (2)
 
Joined: 09-28-14
Posts: 2,110
Likes: 58
From: Ft. Myers
With being an engineer I feel like you can easily learn how to do it! Best of luck to you!
Reply
Old Apr 30, 2015 | 12:56 AM
  #10  
JapEatr's Avatar
South Central *********
iTrader: (9)
 
Joined: 05-14-05
Posts: 6,148
Likes: 48
From: Texas
Check out hptuners forums
Reply
Old Apr 30, 2015 | 09:02 AM
  #11  
ForceFedDork's Avatar
New Member
 
Joined: 07-16-13
Posts: 93
Likes: 6
From: Metro Detroit
I am an engineer as well, electrical engineer. During my undergrad i was interested in coding, embedded systems particularly, so pretty much exactly what an ECM does. I have a bunch of evaluation modules, lost track of the number of compilers on my laptop, etc. I am also familiar with CAN, OBD2 diagnostics, how flashing a car works (vaguely), etc. I also have HPTuners, tuned my car, and poked around to see if i can figure out how HPTuners works.
What you are aiming to do, is what every engineer that is also a car enthusiast has tried to do already. option 1, the people that figured it out are keeping quiet, or 2: it is very difficult to figure out unless someone at GM/Bosch leaks you the necessary files or 3: (what i realized) for the time it takes to try and backwards engineer this stuff, it is cheaper to buy HPTuners and do what you are trying to do to begin with, tune the car.
You could get your panties in a bunch about my negative feedback, but what you missed is that i gave you your best starting point. Find the stock factory tune (your best bet is to find the HPTuners version of it), open up the tune in some text editor that can open it right, and you'll see HEX data that gets flashed in the controller (along with some header stuff that you'll have to figure out what's code and what's setup stuff).

Again, and don't get your panties in a bunch here, I actually mean it: "Good luck, let us know how it goes"

Last edited by ForceFedDork; Apr 30, 2015 at 09:12 AM.
Reply
Old Apr 30, 2015 | 12:16 PM
  #12  
LTBALTBMX's Avatar
Thread Starter
Senior Member
 
Joined: 04-16-09
Posts: 654
Likes: 0
From: Toronto, ON
Originally Posted by ForceFedDork
I am an engineer as well, electrical engineer. During my undergrad i was interested in coding, embedded systems particularly, so pretty much exactly what an ECM does. I have a bunch of evaluation modules, lost track of the number of compilers on my laptop, etc. I am also familiar with CAN, OBD2 diagnostics, how flashing a car works (vaguely), etc. I also have HPTuners, tuned my car, and poked around to see if i can figure out how HPTuners works.
What you are aiming to do, is what every engineer that is also a car enthusiast has tried to do already. option 1, the people that figured it out are keeping quiet, or 2: it is very difficult to figure out unless someone at GM/Bosch leaks you the necessary files or 3: (what i realized) for the time it takes to try and backwards engineer this stuff, it is cheaper to buy HPTuners and do what you are trying to do to begin with, tune the car.
You could get your panties in a bunch about my negative feedback, but what you missed is that i gave you your best starting point. Find the stock factory tune (your best bet is to find the HPTuners version of it), open up the tune in some text editor that can open it right, and you'll see HEX data that gets flashed in the controller (along with some header stuff that you'll have to figure out what's code and what's setup stuff).

Again, and don't get your panties in a bunch here, I actually mean it: "Good luck, let us know how it goes"
Sorry but your post sounded awfully sarcastic. I know it will be a long shot but it will be a good learning opportunity for me.
Reply
Old Oct 2, 2021 | 07:59 PM
  #13  
Bernabe Briseņo's Avatar
New Member
 
Joined: 05-14-15
Posts: 4
Likes: 0
From: dekalb
Any updates on this?
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
taintedred07
2.0L LNF Performance Tech
32
May 28, 2022 03:47 AM
Zharrington_2010LNF
2.0L LNF Performance Tech
21
Feb 8, 2016 01:43 PM
Tupp
2.2L LAP Performance Tech
5
Jan 2, 2016 12:04 PM
Jesse
Parts
15
Oct 13, 2015 09:32 PM
patooyee
Wanted - What to buy - All categories
0
Oct 1, 2015 01:07 PM




All times are GMT -4. The time now is 09:41 AM.