Jump to content
SAU Community

Recommended Posts

Hey peeps, just got a few questions about my R32 gtst

I opened up my ecu the other day to see what kind of chip/tune it had n found out is has a UV erasable EPROM. now my problem is my car needs a tune, its running really rich and i need to get rid of the cold start mode somehow, (when it goes into cold start mode with my O2 sensor connected it has no power and runs like crap, pops and splutters, would be like trying to run the car with AFM disconnected is the best way i can describe it)

I recently put a new 2nd hand engine in it thats done 75thou Kms and i would like to get it tuned and dynoed. i live about 2 1/2 hrs down from the gold coast.

My car has

HKS2530

GTR injectors

Z32 AFM

Bosch 040 fuel pump

NGK Platnum Spark Plugs gapped to 0.8mm

Turbotech boost tee

3inch front pipe to 3 inch exhaust with 3 inch cat

hoping to get 220 killawasps

Also does anyone know where i could source a 3 1/2inch stainless resonator from? Ive got a 3 1/2inch exhaust in my garage and all it has is a cannon! its not heaps loud but its really droney and very annoying.

Link to comment
https://www.sau.com.au/forums/topic/351194-rb20det-eprom-tuning/
Share on other sites

You can of course get the EEPROM re-written each time you want a tune, but a Nistune daughtercard will plug into the socket the EEPROM is in and give you the ability to update much more easily, and you wont need a tuner who has an EEPROM writer etc. You can also use the software to do CONSULT checks from a laptop (if you buy a CONSULT cable). Unless you plan to make no further mods the Nistune will be a better option.

+1 for NIStune, you can get a board for the RB20DET for about $220 then get a competent electronics dude to solder it in.

Also, my 32 in cold start was much the same (even after being tuned for the 30), it wouldn't want to rev over 2000rpm but I was happy with it being a reminder not to thrash the car too soon.. 3L probably helped as I could shift at 1200rpm and still get to the speed limit in 4th.

so the nistune board will solder into the same socket? sounds like a better idea to me as well!

If i did just want to tune the EPROM who does it? (around goldy area)

Cold start is super annoying, any way i can switch it off or is it a map the ecu switches to? I thought i could modify the water temp signal making the ecu think its at running temp all the time to trick it but how would i do that?

Thanks for the info :)

Cold start is there for a very very good reason and there is a good reason why it remains in all modern cars.

+1 nistune and a proper tune. My RB26 went from grumpy and sluggish on cold start to almost identical to warm while still preserving the safety margins you need when your oil is 10x thicker.

so the nistune board will solder into the same socket? sounds like a better idea to me as well!

If i did just want to tune the EPROM who does it? (around goldy area)

Cold start is super annoying, any way i can switch it off or is it a map the ecu switches to? I thought i could modify the water temp signal making the ecu think its at running temp all the time to trick it but how would i do that?

Thanks for the info :)

The NIStune daughterboard solders to the mainboard, the standard chip is still retained but you change some jumpers to tell it to read from the daughterboard. It's basically full programmable software that is integrated with the factory management but it doesn't have the fancy features of a standalone such as antilag, launch control etc.

On R32 nistune boards they supply a socket that you solder onto the PCB, and then you insert the nistune into that socket. Typically EEPROMs are not soldered directly either, but use a similar or identical socket. So, if the EEPROM has the same pin type, then you wont need to do any soldering you just pull out the EEPROM and insert the nistune (carefully, the pins are fragile - you can get special pliers to pull EEPROMs). IIRC the only possible difference is the cross sectional shape of the pins - nistune are round and EEPROMs are square. A socket may or may not be able to take both types depending on its design. The pin spacing and layout will always be correct. I'm 90% sure on that pin stuff.... check the nistune site they have installation instructions. Get someone whos a pro at surface mount soldering to do the soldering if its required.

It would well be worth running CONSULT against your current setup to see if it reports any errors (you may be mistaken about the problem). If you have a problem that is sensor related, get that fixed before you do anything with tuning so you dont muddy the waters.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Similar Content

  • Latest Posts

    • That's awesome, well done! Love all these older Datsun / Nissans so rare now
    • As I said, there's trade offs to jamming EVERYTHING in. Timing, resources etc, being the huge ones. Calling out the factory ECU has nothing to do with it, as it doesn't do any form of fancy boost control. It's all open loop boost control. You mention the Haltech Nexus, that's effectively two separate devices jammed into one box. What you quote about it, is proof for that. So now you've lost flexibility as a product too...   A product designed to do one thing really well, will always beat other products doing multiple things. Also, I wouldn't knock COTS stuff, you'd be surprised how many things are using it, that you're probably totally in love with As for the SpaceX comment that we're working directly with them, it's about the type of stuff we're doing. We're doing design work, and breaking world firsts. If you can't understand that I have real world hands on experience, including in very modern tech, and actually understand this stuff, then to avoid useless debates where you just won't accept fact and experience, from here on, it seems you'd be be happy I (and possibly anyone with knowledge really) not reply to your questions, or input, no matter how much help you could be given to help you, or let you learn. It seems you're happy reading your data sheets, factory service manuals, and only want people to reinforce your thoughts and points of view. 
    • I don't really understand because clearly it's possible. The factory ECU is running on like a 4 MHz 16-bit processor. Modern GDI ECUs have like 200 MHz superscalar cores with floating point units too. The Haltech Nexus has two 240 MHz CPU cores. The Elite 2500 is a single 80 MHz core. Surely 20x the compute means adding some PID boost control logic isn't that complicated. I'm not saying clock speed is everything, but the requirements to add boost control to a port injection 6 cylinder ECU are really not that difficult. More I/O, more interrupt handlers, more working memory, etc isn't that crazy to figure out. SpaceX if anything shows just how far you can get arguably doing things the "wrong" way, ie x86 COTS running C++ on Linux. That is about as far away from the "correct" architecture as it gets for a real time system, but it works anyways. 
    • Holy hell! That is absolutely stunning! Great work!!!
    • It does when you start adding everything else in. But it's not just compute. It's the logic. Getting your timing right (I'm not meaning ignition timing for the engine). Making sure of your memory mappings, seeing your interrupts. Microcontroller devices only have so much capacity. For the most part, you want all those timers and interrupts in use on your engine control, which means you're left with less than ideal methods for timing and management of other control functions.   Let's put it this way, my job is all about building custom hardware, that goes into cars, and integrates with them. We're also waiting on a media confirmation from SpaceX too fora world first we've just completed with them in NZ too. It's not just the little toys I play with. But you know, you can think and believe what you want.
×
×
  • Create New...