951-KLR-PAGES

Hardware Overview

Here’s a pair of images showing the 2 circuit boards of the KLR. It might look like a lot but when you break it down there’s not that many components here. At the bottom of the first pic you can see the pins of the 25-way connector - that’s where the KLR connects to the engine harness.

On the right, the big black box with the tube connected to is the pressure sensor, or MAP (manifold absolute pressure) sensor - this is how the KLR knows the current boost pressure.

There are only 2 ICs of interest on this board: the 14-pin device is an LM2902M quad op amp, and the smaller 8-pin is a CA3080 OTA - operational transconductance amplifier (used by the knock sensor). This OTA is no longer made but there’s a little info available on it on the internet.

On the second board, from the top left, going right and down, we have

That covers it for integrated circuits! There’s a handful of transistors - most of them used for fairly obvious things - and after that, it’s pretty much all passive components.

We’ll get into how the various op amps, the OTA, and the ADC are used in great detail later. We won’t worry too much about the address latches, because their function is largely invisibe from a logical perspective: they enable communication between the 8048 and the EEPROM, but they’re controlled automatically by the 8048.

For now, in lieu of a proper schematic, here’s a very simple block diagram showing which signals go where with respect to the components discussed above:

It’s pretty much what you would expect, but there are a few interesting things worth noting:

This diagram is only intended to show the general outline of things; most of the inputs and outputs shown here merely as arrows are actually buffered and/or inverted through the Schmitt triggers, or through discrete transistors. The knock sensor amplifier uses no fewer than 7 op amps! But we’ll get into all that eventually.