Hi all!
I'm currently working on creating a datalogging system for a motorcycle, that includes logging the RPM of the bike. An Arduino Mega 2560 is at the base of this system. So far I have a number of sensors (temperature, TPS, lambda) working, but I'm having some problems figuring out how to read the RPM.
I'm trying to read the dedicated tacho out signal from the bike's CDI to log the RPM. The info I have on this signal is limited (since I also don't own an oscilloscope) and is based on the RPM input requirements I have for the bike's instrument panel. These are as follows:
Vhigh: > 4.3V
Vlow: < 0.5V
Tperiod: >0.5ms
Tactive: >0.2ms
I got some advice on the hardware side, a circuit that should help in reading the RPM signal with the Arduino, but honoustly I don't really get what the output of this circuit is... Anyone that can enlighten me?
Also, the Schottky diodes that are in the circuit seem to be SMD types, but I don't think I have the tools (or skill) to solder any SMD components. Would anyone know of through-hole equivalents I could replace them with?
I'm fairly new to the electronics game, so any help would be greatly appreciated!
I'm currently working on creating a datalogging system for a motorcycle, that includes logging the RPM of the bike. An Arduino Mega 2560 is at the base of this system. So far I have a number of sensors (temperature, TPS, lambda) working, but I'm having some problems figuring out how to read the RPM.
I'm trying to read the dedicated tacho out signal from the bike's CDI to log the RPM. The info I have on this signal is limited (since I also don't own an oscilloscope) and is based on the RPM input requirements I have for the bike's instrument panel. These are as follows:
Vhigh: > 4.3V
Vlow: < 0.5V
Tperiod: >0.5ms
Tactive: >0.2ms
I got some advice on the hardware side, a circuit that should help in reading the RPM signal with the Arduino, but honoustly I don't really get what the output of this circuit is... Anyone that can enlighten me?
Also, the Schottky diodes that are in the circuit seem to be SMD types, but I don't think I have the tools (or skill) to solder any SMD components. Would anyone know of through-hole equivalents I could replace them with?
I'm fairly new to the electronics game, so any help would be greatly appreciated!
Attachments
-
2.6 KB Views: 32