Build Your Own Fuel Injection Computer
renaissance-redneck writes "I was searching for details on assembling a fuelie setup from junkyard parts when I stumbled across this: 'MegaSquirt is an Experimental Electronic Fuel Injector Controller for Internal Combustion engines. Its main goal was to create a simple fuel-only controller that could be easily reproduced with cost-effective components.' If you've got the time and the skills, it beats spending $2000."
This raises an interesting question - namely, when are we going to see more hacking done on modern engine control computers?
I don't mean the current crop of "chips" that increase horsepower by overriding emissions control code, or remove the rev limiter code, I mean real, creative hacks.
For example, a friend of mine and I were discussion this possible hack:
On an engine with sequential multipoint injection (one injector per cylender, near the intake valve), could one modify the ECU so that, when the engine is under minimal load, instead of firing the injector on every intake stroke, it would fire on every other intake stroke - in effect changing a four stroke engine into an eight stroke engine?
In theory, this would allow you to run a leaner mix (leaner = hotter burning) without burning up the cylinder, and you could save fuel. When the ECU detected the engine being placed under more load, it would start firing on every intake stroke (and remap to a richer mix).
Of course, I suppose the reason we don't see this is because hotter combustion = more carbon monoxide produced instead of carbon dioxide.
Now, if I could just get anoncvs access to Ford...
www.eFax.com are spammers
It's a pretty cool way to get supercar performance from lesser (read: cheaper!) vehicles. My daily-driver Miata has the factory 1.8L engine, force-fed 15psi boost by turbo. It puts out 250hp/250lb reliably (up from factory 120hp or so) and, thanks also its low weight, it outperforms 'Vettes -- except for top speed, and excluding the awesome Z06, of course. But then I paid about $20k for my car, not $50k... (Check out Flyin Miata for more info, no affiliation except as a happy customer.)
I'm not using the MegaSquirt (using Flyin Miata's Link ECU instead) but the concept is the same. There is a HUGE need for an affordable programmable ECU among us automotive tinkers.
Scary....I was just talking to a friend about attempting to make an OSS version of Ford's EEC (IV or V) with nothing but software and some jerry-rigged type of wiring harness. I definately think it is possible.
I haven't had time to get into trying it just yet, but after recent issues with my car (fixed now), I thought up the idea. If time permits and I actually do get something hacked up, I will surely post it as OSS for all the world to play.
Then again, if I or somebody did make something like this...what would Ford's reaction be? I mean with all the casual sueing going on recently.
Oh well!
Ok; It seems that engine tuning isn't the biggest geek topic. That suprises me, since a few years ago when I got my first car, I learned everything I possibly could about every nook and cranny in it, engine included. There's a lot of interesting things.
This project isn't of interest to most big engine tuners right now, but it could be. The Megasquirt - which only has fuel injection controllers, you still need to time your ignition spark, a much more difficult problem. Replacing your cars computer right off will not get you much - it will probably cost you HP, because cars have many, many R&D hours into them and are already running at close to maximum efficiency. You can trade a little emissions for power, but in a modern Honda engine, it isn't much.
The big power comes when you use something like this in combination with a supercharger or turbo charger, then use additional control software to monitor your engine. Think of it like overclocking - you trade safety margin for speed, or in an engine's case, power. Instead of upping the voltage; You shove more air into the engine, allowing you to burn more fuel - added by a device like this, or something that's missing - a true, open source ECU replacement. It is a very difficult problem.
I love to irk people with big V8s - they are silly in the age of forged engine internals, ECU control, and modern design. You haven't lived until you've seen the expression on a Z06 corvette owner's face when he gets is ass handed to him by a built and tuned 1.8L Acura Integra. My current project is an engine buildup for my 2.2L Prelude, and I have ~300HP as a reasonable target. It's amazing what a little thought and hacking can do. You can't run much more power than that on the street feasibly, so penis issues aside - if you can make 300HP+ from a 1.8L engine - why bother with more? Troll in the extreme - you can design 1500+ HP V8's, but they're not driveable. IMHO. YMMV. YHBT. etc.
Engine tuning is a great hobby - if you can assemble a PC, with proper tools and the manuals, you can probably assemble a car engine. It might even run!
OBD-III scares the hell out of me. I don't plan on owning an OBD-III vehile, though.
There is another sister project or sorts to this one, called MegaSpark. I'll let you find the links, because I don't want to slashdot the poor guys. Ignition timing is a very difficult problem because you need very, very precise control. This is difficult to do. I have played around with this, but the approach I favour is to piggyback a microcontroller onto the computers stock signals and modify them how you want. Complete standalone systems can be very, very difficult and expensive to dyno tune and test.
..don't panic
This is a hard real-time application, so the thing had better have spare cycles available! :-)
While it sounds fast, car engine things happen at ridiculously slow speeds by computer standards. A 4 cylinder engine running at 6000 RPM still has 5 milliseconds between firing strokes to compute and time the next spark. An eternity to a computer...
...laura, whose car (1986 VW Jetta) has mechanical fuel injection and electronic (analog) ignition
I used to work for an AUDI dealer we sold a lot of parts by Fed-EX to an outfit in Alabama including so many Controllers that Audi contacted us to find out if there was a failure prob. Seem that these people were modifing the new controllers to pump that little 2.5L V-6 to about 450 Hp (street and very driviable) drove one later it was a sweet mod.
Diplomacy is the art of saying "Nice doggie" until you can find a rock. Will Rogers
or you can be a real man and hack the shit and spend what??$50 bucks...I guess you thought you read to much...these guys took their time and made something that can control your EFI and they will give it to you...but than again I guess you have to understand how to put a part on a board....Since you think that you have to spend alot of money for something to work, I'm sorry...You can buy a couple of hundred or thousand dollar system and then try to set it up...or you could spend less than two hundrad dollars and be a real man and control what goes into your engine....
such is life...
The firmware is written in assembler, a la Steve Gibson'esque
Gibson Research