Arduino Software Installation
Process for installing the Arduino IDE and necessary eVOLVER Arduino libraries.
Last updated
Process for installing the Arduino IDE and necessary eVOLVER Arduino libraries.
Last updated
If you have any questions or hit a roadblock, check this post on the forum.
Their website should be fairly easy to navigate.
The Sparkfun website has a very good blog on this. For more details, please refer to that link. The following is information copied from there.
Navigate to your board manager ( Tools > Board > Boards Manager… ), then find an entry for Arduino SAMD Boards (32-bits ARM Cortex-M0+) . Select it, and install the latest version.
First, open your Arduino preferences ( File > Preferences ). Then find the Additional Board Manager URLs text box, and paste the below link in
Then hit “OK”, and travel back to the Board Manager menu. You should (but probably won’t) be able to find a new entry for SparkFun SAMD Boards . If you don’t see it, close the board manager and open it again.
Plug the SAMD21 into your computer via a data transfer micro-USB cable.
The boards used in eVOLVER are the SAMD21 Mini boards.
The port changes based on which USB the Arduino is connected to. The wrong port is typically the most common reason why the Arduino won’t upload.
If you are unsure which port is the correct one, plug and unplug the SAMD21 board and see which port appears and disappears.
Choosing the board:
Choosing the port:
Download the scripts from our Github Page
Download by clicking "Code" and downloading as a zip file
Extract the files from the zipped file
Copy the libraries folder into your local Arduino libraries folder
For example, on my computer, it is under Documents > Arduino > libraries
This should be all. Open up the files and upload your scripts to the microcontroller via microUSB! The program should tell you that it has uploaded successfully.
A quick tip: there are many poorly designed microUSB cables out there (e.g. just for charging). Be careful to use one that you know works. If you can’t upload, try another cable. If it still fails, take a look at this guide.