I have a SparkFun MicroMod Asset Tracker Carrier boardthat has a Samd51 processor board plugged into it.
I’m using the Arduino IDE 2.0 in an attempt to code the board. I’m on Windows 10 and the board is plugged into my usb com port. Right now I’m just experimenting. I’m relatively new to this kind of programming. I downloaded libraries for both boards. When I attempt to compile a short sketch/script I get the following error: Missing FBQN (Fully Qualified Board Name). I can’t get the Arduino IDE to recognize the Asset Tracker board, nor do I see it listed among their boards. I also don’t see the samd51. I do see samd21.
I see the SparkFun_u-blox_SARA-R5_Arduino_Library is installed. However, the issue is with the board… requiring a “Core” for the Samd51… I was directed to here: https://learn.sparkfun.com/tutorials/m … rduino-ide
I’ve been following the steps, but I’m running into an issue regarding the “arm-gcc” compiler. They link to a page, but I still can’t determine what precisely to download. I’m here on Windows 10.
“First, you’ll need to install a variety of tools, including low-level ARM Cortex libraries full of generic code, arm-gcc to compile your code, and bossa to upload over the bootloader. These tools come packaged along with Arduino’s SAMD board definitions for the Arduino Zero.”
I have bossa and the low-level ARM Cortex libraries…