NissanTriggerHelperBoard (2005-07-08 13:13:31)

I'll document my progress on the InputTrigger/NissanTrigger Helper Board here.

This is my current table setup:

TestSetup.jpg

The chip is the AtTiny2313.

The (ugly) schematic:

nissan_trigger.png

(I didn't have a AtTiny2313 component for the schematic, thus the older AT902313 is pictured, but the pinlayout is the same.)

The code is [here].

It will light up the corresponding green LED. I've never seen the LED used for decoding errors light up.

This purpose of this board is twofold; it should be able to input a trigger signal to VEMS but also supply a voltage used for the tachometer. This is something the stock ECU provides so I need something similar.

I decided on the [LM2917 chip], since the [datasheet] already had a trigger to tacho schematic. However, I can't seem to tap the signal without disturbing the input on the attiny.

Alternative solutions are welcome. (PWM from the attiny?)


TODO: