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. :)
AE below 1000RPM

I have had the same sluggish AE problem at lower R[…]

AE in PW Adder mode not done?

Thanks !

This is my first project with Speeduino and it is […]

Thank you, will do right now, sorry about that. :[…]

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