Jump to content
SAU Community

How To Get Rid Of Sluggish Coldstart/warmup And Bad Fuel Economy On Your Nistuned Rb20Det/z32/gtr Ecu.


Recommended Posts

So for my short trips in cold canberra weather to and from work (about 20min stop start traffic)

Could this be the cause of such poor fuel economy such as 200-250km per tank ?

Sucks that this is only discovered a few months before I sell the car haha

So for my short trips in cold canberra weather to and from work (about 20min stop start traffic)

Could this be the cause of such poor fuel economy such as 200-250km per tank ?

Sucks that this is only discovered a few months before I sell the car haha

It would make your economy worse but not that much worse, I was getting 15-16L/100km driving 10 minutes to work and back each day, I think I get more like 14-15 now, I actually get better economy if I do a few runs through the hills as the speed is so much higher.

200-250k to a tank (~20L/100km??) sounds like a fuel leak or boost leak or a bad misfire at cruise. I'm happy to make this change to anyones nistune ECU if they are here in Adelaide, only takes 20 minutes.

Edited by Rolls

I don't think the RB20 is very fuel efficient at low revs given its design.

I'm getting 10L/100 in extra urban driving with some pulls and the EUDM S13 final drive ratio (3.962).

The code explaining this equation is as follows:

ldaa   X145D
ldx   #TIMING_ADVANCE
jsr   L809F
psha
ldaa   X1544
ldx   #$AFTER_START_TIMING_ADVANCE   
jsr   L809F
tab
pula
sba

Once you have burnt these changes to your ECU you can enjoy the car driving like it is hot on cold start and warm start! I gotta say it makes driving the car so much better, no sluggishness or jerkyness on startup. If you do a lot of short trips this will improve your fuel economy massively.

Anyway hope this makes some peoples cars nicer to drive!

Nice find, and good on you for putting together the post to share it :D I've never used a Nistune, and not sure that I will but it helps to know about this as a possible thing I could encounter if I do :)

In other news, reading that first post gave me a hell of a nostelgic moment haha... this is the first time I have seen assembly code which looked like it could belong on an 8bit Commodore or Atari computer (Motorola style assembly language) a discussion I'd be reading for interests sake in maybe nearly 30 years!! And the last time I did would have been in a computer magazine/newsletter that people wrote into with their questions and answers, so you'd potentially have to wait weeks before you had answers :/ The last time I think I've seen assembly code come up in an online conversation was probably about 15 years ago (around the time I stopped doing that kind of thing for the fun of it) and I don't think I ever expected to see the stuff again, much less on a forum about Skylines! Way to go, made my day haha :cheers:

Thank matt from nistune, he was the one who knows the code well enough to find that snippet and explain it, mine was just a translation of what he said.

My job involves lots of old PLCs and writing ASM sometimes so that stuff is second nature to me, there is an ECU website which is where nistune evolved from which you might enjoy. Thousands of real programming sites with ASM galore on them if it is something that interests you though! Generally people avoid it like the plague unless reverse engineering something as languages these days are so much easier to write with their high level of abstraction.

Edited by Rolls

languages these days are so much easier to write with their high level of abstraction.

Unless you want your code to be efficient.

The guy who did the sound programming for Crazy Comets and Mega Apocalypse for the C64 was given 4kB of memory and managed to pull out 5 different voices of sound (from a 2 channel sound chip) in 1983 or thereabouts. All done raw in ASM. These days that couldn't be done without at least 4GB of RAM and a full SDK.

Unless you want your code to be efficient.

The guy who did the sound programming for Crazy Comets and Mega Apocalypse for the C64 was given 4kB of memory and managed to pull out 5 different voices of sound (from a 2 channel sound chip) in 1983 or thereabouts. All done raw in ASM. These days that couldn't be done without at least 4GB of RAM and a full SDK.

Memory is cheap and so is processing, you can get a PIC32 for $4 these days with enough flash memory to hold a C# stack and program in .NET

Was an argument many moons ago but not these days, if you want efficiency you can always use C++ and inline asm where appropriate and keep the rest of your code managed and high level, no need to suffer all day long writing just asm.

My job involves lots of old PLCs and writing ASM sometimes so that stuff is second nature to me, there is an ECU website which is where nistune evolved from which you might enjoy. Thousands of real programming sites with ASM galore on them if it is something that interests you though! Generally people avoid it like the plague unless reverse engineering something as languages these days are so much easier to write with their high level of abstraction.

True - I'd had the conversation recently with a couple of geek mates about whether Assembly is likely to be used much, if not at all recently... partly for the reasons you provided below. I really am too lazy and don't have the motivation to get into that kind of coding these days, I don't think I've been in a situation where the novelty or necessity of it has really arisen.

Memory is cheap and so is processing, you can get a PIC32 for $4 these days with enough flash memory to hold a C# stack and program in .NET

Was an argument many moons ago but not these days, if you want efficiency you can always use C++ and inline asm where appropriate and keep the rest of your code managed and high level, no need to suffer all day long writing just asm.

The guy who did the sound programming for Crazy Comets and Mega Apocalypse for the C64 was given 4kB of memory and managed to pull out 5 different voices of sound (from a 2 channel sound chip) in 1983 or thereabouts. All done raw in ASM. These days that couldn't be done without at least 4GB of RAM and a full SDK.

Haha the last piece of assembly code I wrote was a 2.5kb self contained game as a result of a geeky dick swinging session on FidoNet, I still have it floating around but I am getting less and less confident I will be able to run it on anything soon due to it being MS-DOS based and using direct hardware access etc. I was fully inspired by that kind of thing, I learnt how to write machine code using a VIC-20 which didn't have enough memory to hold an assembler AND do anything useful with it (~5kb of user memory). We used to try and squeeze as much as we could out of seriously under-power machines, and it was amazing what people could get C64s/Amigas/early PCs to do - real time. I think the me over 20+ years ago would be both amazed and (/ or?) horrified at the code I do now hahahaha.

I reckon so - work for NZ's Meteorological Service as a software engineer, developing software which is used to create weather related shows using meteorological data... like this:

Channel 7 in Oz use our software, amongst a bunch of other stations around the world - definitely my cup of tea, I always was into science and also programming (especially graphics related) so pretty sweet to get paid doing stuff I could do for fun :)

Going OT no doubt, but it's interesting seeing what goes on behind the scenes with folks that frequent these forums and talk about almost completely unrelated stuff :D What do you do exactly that means you need to tweak bits and bytes from a low level?

FK yeah engineering! I used to love doing these kind of stuff (e.g. basic PIC/ASM programming at uni), then I got a job in I.T. and it was all over lol.

FK yeah engineering! I used to love doing these kind of stuff (e.g. basic PIC/ASM programming at uni), then I got a job in I.T. and it was all over lol.

Go get a job in engineering then! engineering ftw, I love my job, it is more of a hobby but I get paid really well as a bonus! makes turning up each day pretty easy

Half your luck. If either of my kids ever express an interest in engineering I'll be trying to dissuade them as hard as I can. Dealing with moronic clients, moronic management, moronic sales staff, moronic junior engineers.......just too much hassle.

Half your luck. If either of my kids ever express an interest in engineering I'll be trying to dissuade them as hard as I can. Dealing with moronic clients, moronic management, moronic sales staff, moronic junior engineers.......just too much hassle.

That is just a problem with the business/company not the industry, should come work with us, we are in adelaide!

  • Like 1

That is just a problem with the business/company not the industry, should come work with us, we are in adelaide!

Yep imho that kind of thing happens all over - when you have various people of various backgrounds, experience levels etc then you easily end up with a turbulent flow and there is always going to be messy highs and lows. Where I am working things seem pretty laminar (relatively speaking), basically a whole pile of people who are level, intelligent and feel like they are working towards a relatively common goal - but I guess a certain amount of that comes down to company culture and managing to hire the right people to keep it consistent, if they are able to.

So it looks like we're on topic :P

4CLX_frontpage.jpg

Go get a job in engineering then! engineering ftw, I love my job, it is more of a hobby but I get paid really well as a bonus! makes turning up each day pretty easy

Wish I can. I dropped out of uni and am dumb now. I'm Unix-ing to pay the bills.

Wish I can. I dropped out of uni and am dumb now. I'm Unix-ing to pay the bills.

never too late to go back part time, I spent 8 years doing my degree, 4 years full time, got a job as an engineer then spent 4 years doing 1 topic a semester to finally get my piece of paper.

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



  • Latest Posts

    • Cheers. Skyline is back on the menu, can’t get rid of it. It’s like a child you don’t want, or herpes 
    • I got back to Japan in January and was keen to get back on track as quickly as possible. Europe is god-awful for track accessibility (by comparison), so I picked up a first-gen GT86 in December just to have something I could jump into right away. The Skyline came over in a container this time and landed in early January. It was a bit battered after Europe, though—I refused to do anything beyond essential upkeep while it was over there. The clutch master cylinder gave out, and so did the power steering. I didn’t even bother changing the oil; it was the same stuff that went in just before I left Japan the first time. Naughty. Power steering parts would’ve cost double with shipping and taxes, so knowing I’d be heading back to Japan, I just postponed it and powered through the arm workout. It took a solid three months to get the car back on the road. Registration was a nightmare this time around. There were a bunch of BS fees to navigate, and sourcing parts was a headache. I needed stock seats for shaken, mistakenly blew 34k JPY on some ENR34 seats—which, of course, didn’t fit—then ended up having the car’s technical sheet amended to register it as a two-seater with the Brides. Then there’s the GT86. Amazing car. Does everything I want it to do. Parts are cheap, easy to find, and I don’t care what anyone says—it’s super rewarding to drive. I’ve done a few basic mods: diff ratio, coilovers, discs, pads, seat, etc. It already had a new exhaust manifold and the 180kph limiter removed, so I assume it’s running some kind of map. I’ve just been thrashing it at the track non-stop—mostly Fuji Speedway now, since I need something with higher speed after all that autobahn time. The wheels on the R34 always pissed me off—too big, and it was a nightmare getting tires to fit properly under the arches. So I threw in the towel and bought something that fits better. Looks way cleaner too (at least to me)—less hotboy, less attention-seeking. Still an R34, though. Now for future plans. There are a few things still outstanding with the car. First up, the rear subframe needs an overhaul—that’s priority one. Next, I need to figure out an engine rebuild plan. No timeline yet, but I want to keep it economical—not cutting corners, just not throwing tens of thousands at a mechanic I can barely communicate with. And finally, paint. Plus a bit of tidying up here and there.  
    • Nope, needed to clearance under the bar a little with a heat gun, a 1/2" extension as the "clearancer", and big hammer, I was aware of this from the onset, they fit a 2.0 with this intake no problems, but, the 2.5 is around 15mm taller than a 2.0, so "clearancing" was required  It "just" touched when test fitting, now, I have about 10mm of clearance  You cannot see where it was done, and so far, there's no contact when giving it the beans Happy days
    • It's been a while since I've updated this thread. The last year (and some) has been very hectic. In the second-half of 2024 I took the R34 on a trip through Germany, Italy, France and Switzerland - it was f*cking great. I got a little annoyed with the attention the car was getting around Europe and really didn't drive it that much. I could barely work on the car since I was living in an inner-city apartment (with underground parking). During the trip, the car lost power steering in France - split hose - and I ended up driving around 4,000kms with no power steering.  There were a few Nurburgring trips here and there, but in total the R34 amassed just shy of 7,000kms on European roads. Long story short, I broke up with the reason I was transferred to Europe for and requested to be moved back to Japan. The E90, loved it. It was a sunk cost of around EUR 10,000 and I sold it to a friend for EUR 1,500 just to get rid of it quickly. Trust me, moving countries f*cking sucks and I could not be bothered to be as methodical as I was the first time around.
×
×
  • Create New...