Compiling and installing the Speeduino firmware from scratch
HTML-код
- Опубликовано: 6 фев 2025
- To help simplify the process of compiling and installing the Speeduino firmware, this video runs through what you need to get the firmware compiled and uploaded onto your Arduino.
Things you'll need:
Arduino Download: www.arduino.cc...
Speeduino firmware: speeduino.com/...
I had issues with Arduino in Linux, due to the Time.h library. Finally, I had to use the speedy installer for firmware installation.
When I try to compile using Arduino Mega board, it says, Time.h no such file just in #include RTC_LIB_H, what is it?
RTC is a real time clock...i guess you miss the library in your arduino folder
Josh don't forget to set the COM# port before you compile and upload the code to the arduino mega
Obrigado, resolveu meu problema!!
Arduino: 1.8.13 (Windows 7), Placa:"Generic STM32F407V series, USB serial (CDC), STLink, Smallest (default)"
In file included from sketch\src\SPIAsEEPROM\SPIFlash.h:31:0,
from sketch\src\SPIAsEEPROM\SPIFlash.cpp:28:
sketch\src\SPIAsEEPROM\SPIMemory.h:114:26: fatal error: util/delay.h: No such file or directory
#include
^
compilation terminated.
exit status 1
Erro compilando para a placa Generic STM32F407V series
not fald?
Speeduino for stm32 ??
how to make it work with arduino due?
Can that firmware used with tunerstudio?
Absolutely!
.@@Speeduino... nice....and i plan to flash that firmware into Arduino Mega 2560 pro mini...
Is that possible to using this firmware, but i only using MAP sensor and throttlebody for my experiment engine?..well in my case i used weed eater engine as subject...and using fuel injector to replace carburator....lead me to any code that i have to modify...tq.@@Speeduino
Muchas gracias saludos de Argentina
I have no speeduino.ino file available on the latest or the older firmware versions, any idea how or why?
Nope i have speeduino and speeduino.h no .ino
Can i upload to uno?
Brother please make new video fro this help me 😮
Josh, is it possible to run an oddfire V6 engine with speeduino?
thanks!
I'm planning to use is on the old PRV engine ( volvos, renault, peugeot and deloreans)I'm thinking on using it for Ignition only at first.
This is rough coming from a carburetor car
Arduino: 1.8.5 (Windows 8.1), Placa:"Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
O sketch usa 90928 bytes (35%) de espaço de armazenamento para programas. O máximo são 253952 bytes.
Variáveis globais usam 5078 bytes (61%) de memória dinâmica, deixando 3114 bytes para variáveis locais. O máximo são 8192 bytes.
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
Ocorreu um erro enquanto o sketch era carregado
Este relatório teria mais informações com
"Mostrar a saida detalhada durante a compilação"
opção pode ser ativada em "Arquivo -> Preferências"
set the COM# port before you compile and upload the code to fix