Go to file
Josh Stewart 1e4332d62d Fix for hard limiter regression 2016-05-25 15:06:34 +10:00
libs Initial complete closed loop boost control. NOT TESTED! 2016-05-22 20:12:44 +10:00
reference Further layout work on 48-pin Pro 2016-05-24 23:42:48 +10:00
.gitignore
LICENSE
README.md Update README.md 2016-02-25 13:21:32 +11:00
auxiliaries.h Initial work on closed loop boost 2016-05-15 21:05:49 +10:00
auxiliaries.ino Initial complete closed loop boost control. NOT TESTED! 2016-05-22 20:12:44 +10:00
comms.h
comms.ino ew indicators for launch control and rev limiters 2016-03-30 21:34:55 +11:00
corrections.h
corrections.ino Cleanup PID initialisations 2016-04-08 23:52:32 +10:00
decoders.h Initial commit of Honda D17 decoder (Crank only) 2016-02-17 12:37:54 +11:00
decoders.ino Experimental work on fixed cranking timing for certain decoders 2016-05-25 14:57:03 +10:00
display.h
display.ino [Arduino 1.6.6+ Required!] Utilise the included libs without needing to copy or move them. 2016-01-05 23:02:24 +11:00
fastAnalog.h
globals.h Initial complete closed loop boost control. NOT TESTED! 2016-05-22 20:12:44 +10:00
idle.h Adapt PID usage to float free library 2016-04-07 13:28:13 +10:00
idle.ino Initial complete closed loop boost control. NOT TESTED! 2016-05-22 20:12:44 +10:00
math.h
scheduler.h
scheduler.ino Fix for broken open loop PWM idle 2016-05-09 13:18:13 +10:00
sensors.h Fix average cycle MAP reading when engine is off (Also begins move of sensor readings to own file) 2016-03-09 16:40:11 +11:00
sensors.ino Movement of all sensor reads into their own file 2016-03-23 22:09:04 +11:00
speeduino.ino Fix for hard limiter regression 2016-05-25 15:06:34 +10:00
storage.h
storage.ino
table.h Experimental new fast caching on 2D tables (Similar to what is done on 3D tables) 2016-01-05 08:01:31 +11:00
table.ino Experimental new fast caching on 2D tables (Similar to what is done on 3D tables) 2016-01-05 08:01:31 +11:00
timers.h
timers.ino
utils.h Fix average cycle MAP reading when engine is off (Also begins move of sensor readings to own file) 2016-03-09 16:40:11 +11:00
utils.ino Testing commit of the ignition bypass system 2016-04-25 09:09:04 +10: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