Go to file
Josh Stewart 475509b957 Fix typo in gitattributes 2018-01-15 08:48:36 +11:00
lib Move to PlatformIO for project layout 2017-02-06 20:56:46 +11:00
misra Remove utils.ino from MISRA scanning 2017-06-29 14:29:43 +10:00
reference Wiki image for 36-2-2-2 2018-01-14 00:25:18 +11:00
speeduino Introduce end-of-line normalization 2018-01-12 14:04:43 +11:00
.gitattributes Fix typo in gitattributes 2018-01-15 08:48:36 +11:00
.gitignore Introduce end-of-line normalization 2018-01-12 14:04:43 +11:00
.travis.yml Disable testing on Bluepill until ROM size issue is resolved 2018-01-03 20:29:13 +11:00
LICENSE Add explicit license information 2015-05-29 09:49:44 +10:00
README.md Update README.md 2016-02-25 13:21:32 +11:00
contributing.md Create contributing.md 2016-10-26 16:54:06 +11:00
platformio.ini Remove unnecessary files from last commit 2017-10-26 12:30:28 +11: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