Jump to content
SAU Community

Recommended Posts

First post so take it easy.

I bought the mrs a series 2 33 which was pretty stock apart from slammed suspension and pod filter.

All i have done so far is a front mount intercooler.

i am getting a boost controller in the next few weeks.

What other reasonably cheap mods can i do to give it a bit more go?

Link to comment
https://www.sau.com.au/forums/topic/446752-r33-s2/
Share on other sites

In a nutshell (and I'm assuming it's a GTST, not a GTR, but it's worth you mentioning these things):

Forget about the boost controller at this stage

Do a full service if you don't know the status - oil, oil filter, air filter, coolant, plugs, check wiring

Think about a timing belt replacement if you don't know how old it is

If you do the timing belt, also replace the water pump, crank & cam seals, tensioner & idler pulleys

Test for boost leaks

New fuel pump for safety - if it's still got the original one it's around 20 years old

3" Turbo back exhaust, including high-flow cat

Z32 (300ZX) or R32 ECU plus a Nistune daughter board - this will allow a tuner to modify the factory tune

R32 Wastegate actuator (10 psi vs 5psi stock)

Get it tuned by someone who knows what they are doing - 210+ RWKW and a different car to drive

Link to comment
https://www.sau.com.au/forums/topic/446752-r33-s2/#findComment-7364960
Share on other sites

Cheers for that

It does have a 3" exhaust

front mount

and timing water pump etc have been done 60000km ago.

I was suprised drives better than a few cars i have driven lately that are less than 5 years old.

ECU is in the works as well as a tune.

The 32 wastegate actuator i take it is a stock item on the r32 and pretty easy to come by.

It is actually sounding quite cheap to do what i need.

Suspension will be the hard bit as at the moment its a bit to low and before to long i can see me or her leaving the front bar on a speed bump or something

Link to comment
https://www.sau.com.au/forums/topic/446752-r33-s2/#findComment-7364989
Share on other sites

I would strongly suggest avoiding Nistune with an R33. There are numerous other ECU's that will plug and play such as PoweFC (older tech) through to Adaptronic, Haltech, Link.

I would consider carefully what you want from the car as careful selection of parts in the first place will save you thousands. If you want more than 200rwkw then you are into the world of aftermarket turbos and new injectors. Each change will require more tuning so take your time to figure out realistically how you will use the car and how much power is needed to achieve it.

Link to comment
https://www.sau.com.au/forums/topic/446752-r33-s2/#findComment-7365015
Share on other sites

Cheers for that

It does have a 3" exhaust

front mount

and timing water pump etc have been done 60000km ago.

Is this going on the timing belt change info from its Japan days or has it been done in Australia? (kms get wound off in the importation process).

Is the 3" exhaust from the turbo back or just the cat convertor back? also does it have a higher flow cat?

Link to comment
https://www.sau.com.au/forums/topic/446752-r33-s2/#findComment-7365075
Share on other sites

If it's going to be a daily & you you don't want huge power I would stick with a Nistune. Others will tell you different, but a Nistune will do the job for you, as it does for me.

Yes - 32 wastegate actuater is stock on an R32, and is a direct replacement on an RB25Det. If you want more than 10psi you can leave the current boost solenoid installed, either in stock wiring or hot-wired to be always on higher boost. Note I haven't tried this - our solenoid has been removed.

Link to comment
https://www.sau.com.au/forums/topic/446752-r33-s2/#findComment-7365195
Share on other sites

There's a couple of points relating to the above post that need clarifying though.

If you use an R32 ECU to do Nistune then you don't get working VCT unless you install a separate way to switch it in and out. if you use a Z32 ECU for Nistune then a few other things don't work as well as they should. You need a decent tuner who has done these R33 Nistune jobs before to make it less painful.

If you use an R32 ECU then the stock boost solenoid cannot be controlled, because the R32 doesn't even have one.

R32 10psi actuators are not exactly lying around in piles, because every stock turbo R33 owner wants one.

Link to comment
https://www.sau.com.au/forums/topic/446752-r33-s2/#findComment-7365201
Share on other sites

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...