The price of gasoline is down from its stratospheric highs of last July, but there are still plenty of reasons to conserve fuel and plenty of ways to do so. Drivers can make changes in their cars and better yet, in themselves; unfortunately, the human element isn’t easy to tweak. That’s partly because we lack detailed real-time data about which driving behaviors are wasteful.
The information is easy to come by if you pay the price. A fuel-use monitor that plugs into the vehicle’s OBD-II jack—the onboard diagnostic interface that mechanics use to diagnose problems—will set you back US $160 (for the ScanGauge II, for example) to about $280 (for the PLX Kiwi). That’s assuming you have an OBDâ¿¿II port—cars made before 1996 typically don’t.
If you’re willing to do a little hacking to your ride, there are cheaper ways. Do you have an old laptop gathering dust? Does it have a stereo line-in jack? If so, and your car’s engine is fuel injected, you may be able to track your fuel economy with just a few scrounged parts. I’ll first describe doing that and then an even better way—one that uses a new $40 gadget instead of an aging laptop.
The trick in either case is to tap two wires at your engine-control unit (ECU)—the one from the vehicle-speed sensor (VSS) and the one that controls the opening of the engine’s fuel injectors. Finding which wires to splice into may be a bit of a challenge, but it’s easy if you have a copy of your car’s factory service manual, as I did. A resource that may help others in identifying ECU pin-outs is available on Innovate Motorsports’ Web site. (My vehicle isn’t listed, so I can’t attest to this site’s reliability. For this and other online resources, see the list of URLs below.)
Gaining access to these connections on my 1997 Geo Metro was straightforward, because the ECU is conveniently located directly behind the glove compartment. For each signal, I used two resistors wired to provide a 10â¿¿toâ¿¿1 voltage divider, and two back-to-back germanium diodes to clamp the divided-down signals to plus or minus 0.3 volt. I placed these components close to the ECU to minimize the risk that a shorted wire would cause the injector to spray fuel. I then routed the VSS and injector signals to my laptop’s line-in jack, confident that they wouldn’t overload the sound-input circuitry. If this computer were doing anything besides gathering dust, I might worry about voltage transients getting past these diodes, but that really wasn’t a concern for my ancient Pentium machine.
Having resurrected a 1990s-era laptop to monitor a 1990s-era automobile, it was only fitting to use software of a similar vintage—Visual Basic 6.0—to write the code that transforms the two signals into distance traveled, gasoline used, and their quotient, miles per gallon (others might prefer liters per 100 kilometers). Using the FreeView Sound driver (available at Technical-computing.com) made it a snap to access the computer’s audio-recording hardware. Still, I spent a long weekend getting the rest of the code written—including such niceties as a screen for viewing the raw signals and two simulated dashboard gauges for instantaneous mpg and revolutions per minute [opposite page].
































