speeduino/README.md

49 lines
2.2 KiB
Markdown
Raw Normal View History

2013-07-03 05:30:56 -07:00
Kartduino
=========
FAQ:
2013-07-03 05:33:42 -07:00
=========
2013-07-03 05:30:56 -07:00
2014-02-05 18:54:59 -08:00
Q: Speeduino, didn't you used to be called something else?
2013-07-03 05:33:42 -07:00
2014-02-05 18:54:59 -08:00
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.
2013-07-03 05:30:56 -07:00
2013-07-03 05:33:42 -07:00
========================================================================
2013-07-03 05:30:56 -07:00
Q: Arduino ECU,pffft, heard THAT before. Does this one actually work?
2013-07-03 05:33:42 -07:00
2014-01-07 17:09:10 -08:00
A: Yep! Single cylinder engines are well tested and working as of Nov 2013. Final work continues on accleration enrichment and will then move onto multi-cylinder engines early in 2014
2013-07-03 05:30:56 -07:00
2013-07-03 05:33:42 -07:00
========================================================================
2013-07-03 05:30:56 -07:00
Q: So what can it do?
2013-07-03 05:33:42 -07:00
2013-07-03 05:30:56 -07:00
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
2013-07-18 04:57:08 -07:00
* Alpha-N or Speed Density load control
2013-07-03 05:30:56 -07:00
* High-Z injector hardware
2013-07-18 04:59:59 -07:00
* Warmup enrichment
2014-01-07 17:09:10 -08:00
* Acceleration enrichment
2013-07-18 04:59:59 -07:00
* Compatible with Tuner studio (http://tunerstudio.com/) for tuning
2013-07-18 04:57:08 -07:00
2013-07-03 05:30:56 -07:00
Phase 2 will include:
* Batch support for up to 4 cylinder engines
* 2 stroke engine support
2013-07-18 04:59:59 -07:00
* Closed loop EGO / O2
* Autotune with TunerStudio and wideband O2
2013-07-03 05:30:56 -07:00
2013-07-03 05:33:42 -07:00
========================================================================
2013-07-03 05:30:56 -07:00
Q: Target platform?
2013-07-03 05:33:42 -07:00
2014-01-07 17:09:10 -08:00
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.
2014-01-14 04:48:03 -08:00
========================================================================
Q: I must know more! How can I contact you?
A: Feel free to drop me a line: noisymime (AT) gmail (dot) com