Go to file
Josh Stewart 2d815fa9c1 Voltage correction tables added (Not currently used) 2015-03-24 13:12:35 +11:00
libs Initial I2C OLED display work. Functioning. 2015-03-01 08:27:16 +11:00
reference Add Plazomat 0.1 mapping 2015-03-24 13:11:34 +11:00
.gitignore Work in progress new build on materials (DO NOT USE!) 2014-09-01 08:51:35 +10:00
README.md Update README.md 2014-12-07 19:44:21 +11:00
comms.h Add scope guards to header files 2015-02-14 14:11:43 +01:00
comms.ino Declare the OLED reset pin for v0.2 as well 2015-03-13 14:44:03 +11:00
corrections.h Fixes and performance improvements to TAE 2015-02-17 16:31:26 +11:00
corrections.ino Set engine bit flag correctly for WUE 2015-02-25 13:12:28 +11:00
display.h Initial I2C OLED display work. Functioning. 2015-03-01 08:27:16 +11:00
display.ino Allow OLED display options to be configured live 2015-03-02 11:11:47 +11:00
fastAnalog.h Add scope guards to header files 2015-02-14 14:11:43 +01:00
globals.h Voltage correction tables added (Not currently used) 2015-03-24 13:12:35 +11:00
math.h Add dedicated 0-1024 mapping function (Super speeeed!) 2015-02-25 13:13:35 +11:00
scheduler.h Voltage correction tables added (Not currently used) 2015-03-24 13:12:35 +11:00
scheduler.ino Make the code compileable with eclipseArduino 2015-02-14 18:04:00 +01:00
speeduino.ino Voltage correction tables added (Not currently used) 2015-03-24 13:12:35 +11:00
storage.h Correct EEPROM mapping of final 2 bytes in a page 2015-03-20 15:12:47 +11:00
storage.ino Correct EEPROM mapping of final 2 bytes in a page 2015-03-20 15:12:47 +11:00
table.h Add scope guards to header files 2015-02-14 14:11:43 +01:00
table.ino Make the code compileable with eclipseArduino 2015-02-14 18:04:00 +01:00
testing.h Add scope guards to header files 2015-02-14 14:11:43 +01:00
timers.h Forgot to comment out comment in scopeguard 2015-02-14 19:03:40 +01:00
timers.ino Make the code compileable with eclipseArduino 2015-02-14 18:04:00 +01:00
utils.h Add config option to set the board layout being used 2015-03-15 22:54:47 +11:00
utils.ino Add Plazomat 0.1 mapping 2015-03-24 13:11:34 +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! Single cylinder engines are well tested and working as of Nov 2013 and multi-cylinder support is in testing. Please see the dev roadmap (https://github.com/noisymime/speeduino/wiki/Development-Roadmap) for the current status of in progress work

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

Q: So what can it do?

A: Initial plan is for injection and ignition control on single cylinder 4 stroke engines. Features:

  • 8x8 maps with interpolation
  • Support for missing tooth crank wheels up to 36-1 with hall effect sensor
  • Alpha-N or Speed Density load control
  • High-Z injector hardware
  • Warmup enrichment
  • Acceleration enrichment
  • Compatible with Tuner studio (http://tunerstudio.com/) for tuning

Phase 2 will include:

  • Batch support for up to 4 cylinder engines
  • 2 stroke engine support
  • Closed loop EGO / O2
  • Autotune with TunerStudio and wideband O2

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

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