I want to start off by saying that I am very new to working with electronics/circuits, so please be patient with me.
So I am wanting to get a signal from my ignition coils for an arduino/raspberry pi tachometer project. The issue I'm having is that at low rpms (~1200 and below), the signal gets a bit noisy as shown by the two extra spikes following the main spike. Once I get on the throttle, those extra spikes go away and my arduino reads the frequency very well. Is there anything I can do to clean up that signal? I attached the schematic I used (although I only tapped into one coil wire) and the coil on plug wiring diagram. Let me know if any other information is needed.
They are coil packs, so it's one coil per spark plug. I believe whoever made the hand-drawn circuit tapped into all four coil packs for more resolution, although tapping into just one will work just as well.
I second the R-C filter approach. What might be happening at higher RPMs (higher frequency) is that parasitic R-C already in the system might be having a filter affect. What you want is a LOW-PASS filter configuration with your R and C components.
Just one plug ought to be fine pickup wise.
Another additional method you can use is a simple filter in software, once the arduino receives a pulse stop looking for pulses for a period of time thats equal to the time period between pulses at max rpm.