Should I tune my Car's ECU?


Recommended Posts

Hey everyone. I'm interested in tuning my car (Saab 93 '03) model. Its the basic linear 1.8t 150bhp. I was looking into the performance upgrades and found this BSR PPC ECU tuner. Apparently all you do is plug it in and program it yourself and it'll boost the power to 204bhp.

Basically I'm asking what harm could it do if I went ahead with it and would I need to change any other parts to cope with the additional power/heat?

Link to comment
https://www.neowin.net/forum/topic/629639-should-i-tune-my-cars-ecu/
Share on other sites

You may want to make sure everything can handle the extra HP. My WRX is 227hp stock. I read that a basic ECU flash will give around 50HP. I also read that the max a stock turbo can handle is 280hp. I don't know that much about this stuff....yet, but I'm sure someone has done it and posted it on a forum somewhere.

yeah i'm know the chassis can handle the power cause the 2.0 Turbo is 210bhp and the 2.3 Aero is 260bhp. i'm not sure if the brakes and suspension are the same though.

this was taken from another forum:

There are only 2 differences between the 1.8t (150bhp) and the 2.0t (175bhp). Both are 2 litre engines, have the same turbo and same intercooler etc.

The difference in power is due to the programming of the Trionic 8 engine management system only, so yes, it's pretty much just a software thing.

The only other difference is a lack of a turbo gauge on the 1.8t. Many believe you get a better gain for your money by Hirsching/PPCing the 150bhp engine.

However, the 1.8t and 2.0t have a smaller turbo than the 2.0 Turbo.

That is not too expensive.

I use what's called a Dreamscience device on mine which adds an extra 40bhp and that costs ?499.

What's the make and model of the tuning device mate??

Its a BSR PPC designed for the car. There are limited tuners for Saab and your looking at Hirsch(Saab Approved), Maptun, BSR, and Nordic.

BSR are well known in the saab community and its a good reflash. No problems with it and the car should take it fine.

oh crap i just called up the insurance company and they said its not possible to insure me if i "upgrade" it. :D

technically though there is no physical modification. just the software modification in the ECU because it uses the stock ECU. ah well no point risking it for a slight bit of fun.

If you really want to remap your ECU try and get it done somewhere else first before you get a device to basically swap over the ECU.

I own a MINI and I have done a fair bit to it. running 18" wheels, coilovers dropped about 45mm etc etc. there is a thing I can get called Bluefin which swaps over the ECU. Literally plug and play and is reversable.

The only thing is with these type of things is that it is sort of universal! If you want to upgrade your HP properly I would recommend getting yourself to a proper company who can remap it for you and also put it on a rolling road before remap, during remap and after. it is more to the car as it does based on readings taken.

If you want quick fix to upgrade HP go for the superchip, if you want a bit more power, equal power vs torque higher up the rev range but still match the superchip go for the proper remap and rolling road!

oh crap i just called up the insurance company and they said its not possible to insure me if i "upgrade" it. :D

technically though there is no physical modification. just the software modification in the ECU because it uses the stock ECU. ah well no point risking it for a slight bit of fun.

That doesn't seem right. But then, I don't know your country's insurance laws. Certainly in the US any street legal modifications to your vehicle are covered by your insurance.

Some people worry about warranty issues. Also in the US, the manufacturer is only allowed to void the warranty if the problem is traceable back to the modified component. Your laws may vary.

In the UK if you do any modification to the car and declare it will raise your insurance but you will be covered for the total cost of the modification.

If you dont let them know and you crash they will cover you for what should be on the car or they can invalidate your insurance!

it is the same in the UK though, some companies dont allow for performance modifications or any modifications at all!! it all depends.

yeah i believe the insurance companies in Australia are similar to the UK. you must declare any modifications before you get the insurance and the premium will increase. unfortunately i've already paid for 6 months until september and they won't cover me if i do anything significant to the car.

would anyone with experience with RACV be able to elaborate to me further or rectify my assumptions?

If you really want to remap your ECU try and get it done somewhere else first before you get a device to basically swap over the ECU.

I own a MINI and I have done a fair bit to it. running 18" wheels, coilovers dropped about 45mm etc etc. there is a thing I can get called Bluefin which swaps over the ECU. Literally plug and play and is reversable.

The only thing is with these type of things is that it is sort of universal! If you want to upgrade your HP properly I would recommend getting yourself to a proper company who can remap it for you and also put it on a rolling road before remap, during remap and after. it is more to the car as it does based on readings taken.

If you want quick fix to upgrade HP go for the superchip, if you want a bit more power, equal power vs torque higher up the rev range but still match the superchip go for the proper remap and rolling road!

Hi mate

The one he mentions I'm sure is the Saab equivalent of the Bluefin

I had Bluefin on mine before I changed to my dreamscience unit, as I'll get it live mapped when I have all my required mods done

Hi mate

The one he mentions I'm sure is the Saab equivalent of the Bluefin

I had Bluefin on mine before I changed to my dreamscience unit, as I'll get it live mapped when I have all my required mods done

did you have problems with the bluefin??

you have a mini then?? what have you done with it

  • 3 months later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft finally launches WSL Containers in public preview by David Uzondu Microsoft has announced that WSL containers, a feature that allows developers to run Linux containers natively inside Windows without the need for Docker Desktop, is now available in public preview several weeks after Microsoft previewed it at Build 2026. To use the new container feature, you first have to install the latest pre-release version of the Windows Subsystem for Linux by running a quick update command in your terminal: wsl --update --pre-release After installing, you'd get access to the new Linux container CLI (wslc.exe) and the programmable API. Microsoft said that the CLI has a "familiar format" that matches the toolsets developers already use every day. If you know standard Docker commands, your muscle memory will translate directly to wslc.exe, which even features a built-in alias called container.exe. You can quickly run a full Ubuntu KDE desktop container by exposing ports, or pass your graphics card straight into a machine learning environment to run PyTorch workloads. Passing the --gpus all flag inside the run command instantly links your hardware. Image via Microsoft As for the API, developers can now embed Linux container operations directly inside native Windows applications without exposing the command line to users. The team integrated the API directly into MSBuild and CMake, so developers can define container steps directly in project files. Apart from bringing the CLI and API into public preview, Microsoft also said that it's working on a new default file system called virtiofs to speed up file transfer rates between Windows and Linux. Microsoft also introduced an experimental networking mode named consomme, which resolves compatibility issues with corporate VPNs by routing Linux network traffic straight through Windows. One thing to note about WSL containers is that they don't run in your standard WSL distributions; instead, every application and CLI session spawns its own lightweight Hyper-V utility VM in the background. This basically reduces the chances of one app snooping on the container of another app.
    • Google reportedly limited Meta's Gemini access over limited AI compute by Karthik Mudaliar Google is reportedly limiting Meta's use of its Gemini AI models after Meta tried buying more computing capacity than even Google could supply. According to the Financial Times, Google told Meta in March that it could not provide the full Gemini capacity that Meta had requested. This shortfall even disrupted and delayed some of Meta's internal projects. Due to this, Meta even told its employees internally to use AI tokens more efficiently. Meta wasn't the only one to get hit by this sudden refusal by Google; even other customers were affected. But Meta was hit harder because of its unusually high demand for Google's models. The move from Google makes it evident that companies all over are in limited supply of both infrastructure and compute. Alphabet said in April that Google Cloud revenue grew 63% year-over-year to $20 billion in the first quarter, helped by enterprise AI infrastructure and AI solutions. In pursuit of more compute, Meta had earlier signed a multi-billion-dollar AWS agreement as well as a large AMD GPU deal for AI data centers. But the crunch would be short-lived as both Meta and Google have also ramped up infrastructure investments heavily. Meta said in November that it was committing more than $600 billion in the U.S. by 2028 for AI technology, infrastructure, and workforce expansion. In the first quarter of this year, Meta also raised its expected capital expenditure for 2026 to a range of $125 billion to $145 billion, citing higher component pricing and additional data center costs for future capacity. However, this doesn't make the company immune to the current dependence on outside suppliers. Meta has also spent many years promoting Llama as an open-weight alternative to closed models from Google, OpenAI, and Anthropic. But if the reported reliance on Google's Gemini models is severe enough for internal work to get impacted, then it looks like even frontier labs and Big Tech aren't fully self-sufficient. Source: Financial Times
    • I like to reminisce about the good old days, way back in autumn 2025 when building a gaming machine was fun and the drives were about $150 when you caught a deal. Yes duh, back in the day we had it gone. Then baby Skynet came along, hiding in AI datacenters demanding more processing power until it reached singularity. End of a not totally fictional story.
    • My experience in the past with older Windows 11 builds was not great on unsupported machines but I recently used Rufus to put the latest build on a older 5th Gen Core Thinkpad T that we upgraded with a SATA SSD and 8GB of RAM four years ago when hardware was reasonable and it seemed pretty fast and solid. Customer is very happy with the performance and will probably get four more years out of that venerable laptop that he loves so much. Another customer just retired his Dell Studio laptop from 2009 running Windows 10. It got an SSD over 10 years ago and did everything he needed it to for 17 years but he also retired last year and is happy doing everything on his iPad now.
    • Apple's newest AirTag 2 gets first big discount by Taras Buria In late January 2026, Apple introduced its second-generation AirTag trackers, bringing a refresh to the old model that has been on the market for half a decade. Now, you can get these new trackers at an all-time low price, thanks to the first big discount that brought the price down by 17% on Amazon. While the second-generation AirTag looks identical to its predecessor, it packs meaningful upgrades inside. The second-gen ultrawideband chip works 50% farther than the original AirTag, allowing you to detect lost items in a wider range. In addition, the second-generation AirTag features an upgraded Bluetooth chip for extended range and a significantly louder speaker (up to 50%) so that you can hear it better when locating a lost item. Note that the second-gen AirTag only works with iPhones and iPads that run iOS/iPadOS 26 and newer, so you need a compatible device to use the tracker. Like the original AirTag, the AirTag 2 is available in two packs: one and four pieces. Both are now available at a notable discount on Amazon, and you can purchase them using the links below. Apple AirTag 2 tracker - $24 | 17% off on Amazon Apple AirTag 2 tracker (four-pack) - $89 | 10% off on Amazon Good to know This Amazon deal is U.S.- specific and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
  • Recent Achievements

    • Reacting Well
      NovaEdgeX earned a badge
      Reacting Well
    • Week One Done
      NovaEdgeX earned a badge
      Week One Done
    • One Year In
      BA the Curmudgeon earned a badge
      One Year In
    • Conversation Starter
      rosiecharles earned a badge
      Conversation Starter
    • First Post
      KMilenkoski1202 earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      538
    2. 2
      +Edouard
      269
    3. 3
      PsYcHoKiLLa
      150
    4. 4
      Steven P.
      98
    5. 5
      macoman
      66
  • Tell a friend

    Love Neowin? Tell a friend!