Toymods Car Club
www.toymods.org.au
F.A.Q. F.A.Q.    Register Register    Login Login    Home Home
Members Members    Search Search
Toymods » Tech & Conversions » 4AGE stock ECU programmable

Show: Today's Posts  :: Show Polls 
Email to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
AuthorTopic
Klint
Occasional Poster


Location:
Brisbane
Registered:
July 2003
4AGE stock ECU programmable Fri, 02 January 2004 21:50 Go to next message
Hey guys, i think someone in UK have cracked the ecu code and make it programmable by a laptop.

check out the link at MR2 Board, http://www.board.mr2faq.com/showthread.php?s=& threadid=188261
  Send a private message to this user    
shinybluesteel
Forums Junkie


I supported Toymods

Location:
melbourne
Registered:
June 2002
Re: 4AGE stock ECU programmable Sat, 03 January 2004 00:05 Go to previous messageGo to next message
can't read it, any chance of a copy/paste?
  Send a private message to this user    
Klint
Occasional Poster


Location:
Brisbane
Registered:
July 2003
Re: 4AGE stock ECU programmable Sat, 03 January 2004 00:17 Go to previous messageGo to next message
the link again
http://www.board.mr2faq.com/showthread.php?s=& threadid=188261
  Send a private message to this user    
HyDrA
Forums Junkie


Location:
Adelaide, SA
Registered:
May 2002
 
Re: 4AGE stock ECU programmable Sat, 03 January 2004 00:29 Go to previous messageGo to next message
You have to register... but who really wants to register? Smile
  Send a private message to this user    
chrisss
Forums Junkie


Location:
melb
Registered:
May 2002
Re: 4AGE stock ECU programmable Sat, 03 January 2004 00:45 Go to previous messageGo to next message
yeah cant be f...ed reging, so can someone just tell us what the jist/catch is.?
  Send a private message to this user    
oldcorollas
Forums Junkie


Location:
Kita-Ku, Sapporo, Japan
Registered:
January 2003
 
Re: 4AGE stock ECU programmable Sat, 03 January 2004 01:31 Go to previous messageGo to next message
Quote:

Why go Aftermarket for EMS
Why go aftermarket when the OEM ECU can be rechipped?

I have done a lot of work on the UK AW11 MR2 ECU and would like to have a play with a US model ECU for the NA model.

I intend to take the ECU apart and reverse engineer and modify it it to make it reprogrammable etc.

I have already done this successfully with the ECUs for the UK AW11 MR2 NA models and the UK Corolla AE86 ECUs.
I extract the masked ROM code from the micro in the ECU and then replace the micro with a module that runs the same ROM code/maps but can be reprogrammed at will.

I can alter all the stock fuel (there are lots of fuel maps!) and ignition maps, the TVIS thresholds and the rev limiter (or ANY part of the MR2 code I wish)

I also produce a module that taps into the hidden diagnostic capability within the AW11 ECU.
This allows high data rate monitoring of all current engine management data as the car is being driven. Eg throttle, rpm, EFI pulse width, speed in mph, ignition timing, air temp, coolant temp, MAP sensor, mpg and lots more.

See www.jmross.freeserve.co.uk/page1.html
for the diagnostic module info. (The reprogrammable module is larger than this).

To provide the same for the US ECU would be the next logical step for me.

Can anyone help by providing me with a (cheap!) US model mk1 (AW11) MR2 NA ECU? I have tried several times in the past to get one but no one in the States seems interested.

Thanks
Jeremy email J_ROSS@TRLTECH.CO.UK





  Send a private message to this user    
oldcorollas
Forums Junkie


Location:
Kita-Ku, Sapporo, Japan
Registered:
January 2003
 
Re: 4AGE stock ECU programmable Sat, 03 January 2004 01:43 Go to previous message
Quote:


Thanks for the replies

With my modified stock ECU you can remap the engine with just a laptop. All you need is a laptop with a serial port.

At present the remapping software is pretty crude (but effective!). The maps are held in a simple text file and this can be edited with a PC and then compiled and uploaded to the car via the serial port. I will improve on this in the future. The diagnostics GUI and datalogging software is a lot better. See the link on my first post.

Also you get access to ALL the stock maps.

ie warmup fuel maps (lots of these) air temp correction map, throttle enrichment map, startup map, VE fuel maps (several of these), high load fuel correction map, idle fuel map, battery volts map, basic ignition map, idle ignition map, warmup ignition correction map, 'transient' fuel correction maps and more…

Also Rev limiter on/off thresholds and TVIS on/off thresholds.

Also you get full diagnostics/datalogging to check out the results of the remapping during and after a test drive. With this system it is possible to datalog and display all the individual correction factors that contribute towards the final EFI pulse width. This is very useful after remapping when viewing the results.

I am sure Nippon Denso (MR2 ECU manufacturer) would have had a similar setup all those years ago when they mapped the first MR2. They would have monitored all the same things. The hidden diagnostic capability of this ECU is very powerful, you can ask the ECU what things you want data for and it will tell you...

The UK AW11 MR2 uses Speed Density and therefore has a MAP sensor. The fuel mapping is very complex on this car. There are LOTS of maps that contribute to the overall fuelling. Aftermarket systems tend to be a bit simpler to program/understand as they tend to use a much simpler mapping system.

The ignition mapping is far more straightforward. On the 1985 UK MR2 the basic ignition map is a 17x8 (rpm x load) lookup table. I can increase the size/resolution of this map in the code if required, eg 22x12.

The US MR2 has an AFM I believe (and also an O2 sensor?). I would need an ECU to play with to see if my reprog mods will work on the US NA ECU. The fuel mapping will be very different to the UK ECU and I would have to wade through all the code and maps to see what makes it ‘tick’.

I could literally write a book on what I have found inside the UK MR2 ROM code. The ECU has secret fuel/ignition maps, secret modes, hidden diagnostics and more!

I deserve a medal for all this research!!

Jeremy




it soudns like he takes out the ROM chip, replaces it with an EPROM. on the board at http://www.jmross.freeserve.co.uk/page1.html
there looks to be a MAX232 type serial communications chip, a crystal to set the 232 clock speed, and the three wires coming out go to a serial port on a puta.

this is pretty similar to how the Megasquirt communicates to a computer, and should be relatively easy to do for someone with hardware knowledge.

the dificult part is that the ROM is probably in binary code, so you need to extract the mapping information out of it.... and then be able to recompile the data that goes into the ROM chip as binary once you have made changes... interesting that it only has 17 (should be 16) by 8 RPM/load points....

also interesting that pulsewidth only goes up to 8ms... the injectors could be made a lot smaller...

Cya, Stewart
  Send a private message to this user    
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic:3k mods, what can I expect to pay
Next Topic:brake pads
Goto Forum:
-=] Back to Top [=-

Current Time: Sun May 26 02:23:07 UTC 2024

Total time taken to generate the page: 0.0039598941802979 seconds

Bandwidth utilization bar

.:: Contact :: Home ::.

Powered by: FUDforum 2.3.8
Copyright ©2001-2003 Advanced Internet Designs Inc.