Hi Geecab!
This morning it was impossible to post on the site, I don't know why.
I changed the damping to 75 and the rpm_stall to 0 in the Arduino_rev.sim.ino file. And strangely, the needle goes all over the place.
What if there were throttle inputs from 1 to 6 very quickly?
Nothing's consistent anymore.
Then I modified the file by changing oar tone(OUTPUT _Pin,1); And the needle doesn't go to zero; it increases and then drops to 2 rpm. Nothing's consistent either.
So I tried changing the damping to 75 and rpm_stall to 500 in the file, leaving the tone(OUTPUT _Pin,1);
The rev counter responds better, but doesn't go down to 0 rpm at all; it only goes down and freezes at 500 rpm.
Finally, I went back to the file as I did yesterday with the damping at 95, the rpm_stall at 500, and the noTone(OUTPUT _Pin);
This is the best result I have, except that the needle doesn't go directly to 0; it stops at 500 rpm for 1 second, then goes down to 0 rpm.
I noticed that as soon as I go below 500 with the rpm_stall, the needle goes crazy.
I hope this helps, thanks.
