Hi !
I’m trying to modify the Firmware of the OpenLog Artemis.
I don’t know how to compile this Firmware except use the Arduino IDE, then, it is what I did.
But when I tried to compile Firmware from Arduino after installing all of the dependencies, error occured :
https://media.discordapp.net/attachment … _titre.png
I’m using the Firmware from Master : https://github.com/sparkfun/OpenLog_Artemis/tree/master
Does anyone know this problem ? Maybe I don’t use the right method to compile the Firmware
Thanks !
Can you please try using one of the test sketches from the repository and see if those compile?
Also worthy to note that AFAIK the OLA firmware is only up-to-date with v1 of the Arduino core. Please make sure that your boards manager has the apollo3 core set to version 1.2.0 or earlier
I compile ConstantSerialBlastTest, it work, here the output :
https://cdn.discordapp.com/attachments/ … nknown.png
I use the Sparkfun Apollo 3 boards version 1.2.0 and Arduino 1.6.5.
I use the Sparkfun RedBoard Artemis ATP, for the bootloader I use the Sparkfun Variable Loader, SVL Baud Rate 921699.
Ok I found the problem.
I use Arduino 1.8.13 instead of 1.6 and it work.
Sorry for that, have a good day and thank you