Before change it compiled at bytes of 63,444 flash(24%) and 4137 bytes of ram(50%) used upon pr submission this changed to bytes of 63,574 flash(25%) and 4155 bytes of ram(50%) used Changes were to allow the use of the "r" command to access specific data in the realtime list It contains minor changes to the ini file to link to the help for serial3 and can interface. also change 0x07 to 0x30(dec48) as discussed on slck with josh for the r command added teensy and stm32 can references and some specific canwork for teensy3.5 need to use pawelsky flexcan library (https://github.com/pawelsky/FlexCAN_Library) |
||
---|---|---|
lib | ||
reference | ||
speeduino | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
contributing.md | ||
platformio.ini |
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