noisymime / speeduino

Speeduino - Arduino based engine management
http://speeduino.com
GNU General Public License v2.0
1.31k stars 526 forks source link

Ignition/fuel only setup at compile time #122

Closed ConnerMcLaughlin closed 3 years ago

ConnerMcLaughlin commented 6 years ago

Setup a preprocessor macro(s) to have the timers do either all injectors or all ignitors with a total of 9 timer compares. There could also have a setup to have a split at different number of compares. For example 8 injectors for a full sequential v8 and 1 compare for the distributed ignition coil.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/53913834-ignition-fuel-only-setup-at-compile-time?utm_campaign=plugin&utm_content=tracker%2F706250&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F706250&utm_medium=issues&utm_source=github).
FerrariGuy commented 3 years ago

This request may be related to a question I have, that might need a new feature request opened. If one were to use Speeduino as an EFI only replacement, would it be possible to add a signal conditioner to the coil amplifier/neg side of the coil to create a square wave for RPM input but without the need for a trigger wheel/missing tooth arrangement for batch-injection or bank to bank injection only (no positional timing).

Autohome2 commented 3 years ago

Yes @FerrariGuy that is possible, it is STD distributor mode and is already in the firmware

ReubenHoona commented 3 years ago

You must ensure the coil negative signal gets rectified to 0-5v square wave though

On Sun, Aug 23, 2020 at 12:06 PM Autohome2 notifications@github.com wrote:

Yes @FerrariGuy https://github.com/FerrariGuy that is possible, it is STD distributor mode and is already in the firmware

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/noisymime/speeduino/issues/122#issuecomment-678711546, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACWB4PH4HISRMKXJ7TVNLYLSCBMQNANCNFSM4EMI3YLA .

noisymime commented 3 years ago

Going to close this one as this feature has been available for some time now.