Any strange behaviour, crashing issues etc, post them here! Problems compiling the firmware should go in the General support section rather than here
By Edu Sanches
#41178
hello, today i was playing with my speeduino board and when i did a simulation of 1 cylinder with basic distributor, i noticed that there was no fuel injection. as I had already tested in the previous firmwares, and it worked normally, I decided to analyze the decoder.ino code.
I found the following differences:

tempRPM = crankingGetRPM( (triggerActualTeeth / 2) );

changed to:

tempRPM = crankingGetRPM(triggerActualTeeth) << 1;
revolutionTime = revolutionTime >> 1;

then 1 cylinder started working again.

Hope this helps. :)

Picture of the Cheery Hall Effect sensor: Cherry […]

Thanks for guiding me, I've been busy these past f[…]

Today I was with the car again looking for what co[…]

I've been away from playing cars for a few weeks, […]

Still can't find what you're looking for?