Go to file
Josh Stewart a3b50dc51b Remove ISR_NOBLOCK option on the ignition schedules as it was causing issues with over dwell protection 2016-11-23 12:07:10 +11:00
reference Development signature for Nov (Late) 2016-11-18 14:31:03 +11:00
src Add digitalWriteFast to src directory (It's effectively a lib) 2016-10-26 10:38:39 +11:00
.gitignore
LICENSE
README.md
auxiliaries.h Number of scope check fixes 2016-10-26 01:04:37 +11:00
auxiliaries.ino Improved fan on/off logic 2016-10-27 08:49:27 +11:00
cancomms.h
cancomms.ino
comms.h
comms.ino Development signature for Nov (Late) 2016-11-18 14:31:03 +11:00
contributing.md Create contributing.md 2016-10-26 16:54:06 +11:00
corrections.h Number of scope check fixes 2016-10-26 01:04:37 +11:00
corrections.ino
decoders.h Minor performance improvements 2016-11-08 17:04:34 +11:00
decoders.ino Fix for sequential ignition timing issue (No spark under some conditions) 2016-11-21 22:06:41 +11:00
display.h
display.ino Complete (untested) sequential fuel trim 2016-10-27 17:27:08 +11:00
errors.h
errors.ino
globals.h Platform check on ADC interrupt. Fixes #59 2016-11-21 16:45:21 +11:00
idle.h
idle.ino
math.h Setup math.h properly 2016-10-26 10:41:23 +11:00
math.ino Setup math.h properly 2016-10-26 10:41:23 +11:00
scheduler.h More complete timer code for Teensy 2016-11-23 11:51:12 +11:00
scheduler.ino Remove ISR_NOBLOCK option on the ignition schedules as it was causing issues with over dwell protection 2016-11-23 12:07:10 +11:00
sensors.h Platform check on ADC interrupt. Fixes #59 2016-11-21 16:45:21 +11:00
sensors.ino Final tidy up of ADC interrupt before merge 2016-11-18 13:42:51 +11:00
speeduino.ino Fix for sequential ignition timing issue (No spark under some conditions) 2016-11-21 22:06:41 +11:00
storage.h Fixes for trim table comms misalignment 2016-11-01 12:37:00 +11:00
storage.ino
table.h Further memory work on the sequential tables 2016-10-27 08:49:27 +11:00
table.ino Merge branch 'master' into ADC-interrupt 2016-11-10 07:48:47 +11:00
timers.h Move overdwell calc out of the 1ms timer 2016-11-21 16:46:13 +11:00
timers.ino Move overdwell calc out of the 1ms timer 2016-11-21 16:46:13 +11:00
utils.h
utils.ino added freeram calculation code for use with Teensy 2016-11-21 01:44:37 +00:00

README.md

Speeduino

FAQ:

Q: Speeduino, didn't you used to be called something else?

A: Initial aim was for a simple DIY ECU for go-karts and the original project title was kartduino. As it became apparent that we wanted to extend support to larger vehicles, the name became a bit misleading. The important ideas though remain the same and the priority is still SIMPLICITY! The code is written with simplicity above all else in mind and all areas are well commented. The project can be loaded directly into the Arduino IDE and compiled with only a single additional library needing to be added. Where code is complex or low level, a high level pseudo code example is given to explain what is being performed.

========================================================================

Q: Arduino ECU,pffft, heard THAT before. Does this one actually work?

A: Yep! 1, 2, 4, 6 and 8 cylinder engines have all run, fuel and ignition, off Speeduino.

========================================================================

Q: So what can it do?

A: Take a look at this page for details: http://speeduino.com/wiki/index.php/Overview

========================================================================

Q: Target platform?

A: Arduino Mega (Or other ATmega1280 / ATmega2560 powered SKU) will be required. Standard arduino models are not suitable for multi-cylinder engines due to their lack of 16-bit timers. The shield board has been designed around the Mega and it is not expected that there will be a non-Mega variant.

========================================================================

Q: I'm trying to get started or need some general help. What should I do?

A: Support is all through the forum at: http://speeduino.com/forum

========================================================================

Q: I must know more! How can I contact you?

A: Come and visit the forum : http://speeduino.com/forum

If you still need some more info, feel free to drop me a line: noisymime (AT) gmail (dot) com