This repository contains support for the following SparkFun Arduino-compatible development boards.
IMPORTANT NOTE: These board files have been updated for compatibility with Arduino version 1.8 and higher. Some boards (e.g. SAMD) may not compile correctly with earlier versions of Arduino. If you need compatibility with earlier versions of Arduino, you can choose previous releases of these boards from the Boards Manager.
- RedBoard
- MaKey MaKey
- Pro Micro 3.3V
- Pro Micro 5V
- Fio v3
- Qduino Mini
- Digital Sandbox
- Mega Pro 3.3V
- Mega Pro 5V
- RedBot
- Serial 7-Segment Display
- ATmega128RFA1 Development Board
- LilyPad USB Plus
- SparkFun SAMD21 Dev Breakout
- SparkFun SAMD21 Mini Breakout
- SparkFun 9DoF Razor IMU M0 (SAMD21)
- SparkFun LilyMini ProtoSnap (SAMD11)
- SparkFun LilyMini (SAMD11)
- SparkFun SAMD21 Pro RF LoRa 915MHz
- SparkFun Qwiic Micro
These boards are supported by Espressif. 👍
These boards are supported by Espressif. 👍
- SparkFun Thing Plus - ESP32 WROOM
- SparkFun ESP32 Thing
- SparkFun LoRa Gateway - 1-Channel (ESP32)
- SparkFun MicroMod ESP32 Processor
To add board support for our products, start Arduino and open the Preferences window (File > Preferences). Now copy and paste the following URL into the 'Additional Boards Manager URLs' input field:
https://raw.githubusercontent.com/sparkfun/Arduino_Boards/main/IDE_Board_Manager/package_sparkfun_index.json
If there is already an URL from another manufacturer in that field, click the button at the right end of the field. This will open an editing window allowing you to paste the above URL onto a new line.
Open the Boards Manager window by selecting Tools > Board, scroll to the top of the board list, and select Boards Manager.
If you type "sparkfun" (without quotes) into the "filter your search" field, you will see options to install SparkFun's Apollo3 and AVR board files. Click in the desired box, and click the "Install" button that appears. Once installed, the boards will appear at the bottom of the board list.
When installing SAMD boards, you will need to first install Arduino SAMD support, then SparkFun's SAMD boards.
Open the Boards Manager window by selecting Tools > Board, scroll to the top of the board list, and select Boards Manager. Now type "samd" (without quotes) into the "filter your search" field at the top of the window. Two entries should show up, one for Arduino SAMD boards, and one for SparkFun SAMD boards. We'll install both of these, starting with Arduino SAMD boards.
Click anywhere in the "Arduino SAMD Boards" box, and click "Install". This is a large installation and will take a while.
Now click anywhere in the "SparkFun SAMD Boards" box, and click "Install". This is a small installation and will happen much faster.
You're now ready to use SparkFun SAMD boards. They will appear at the bottom of the board list.
All support for our ESP based boards are supported within their respective Espressif's Repository.
-
For our ESP8266 based boards: Blynk, ESP8266 Thing, or ESP8266 Thing Dev, you can install the board files by following the instructions here.
-
For our ESP32 based boards Boards: SparkFun Thing Plus - ESP32 WROOM, SparkFun ESP32 Thing, SparkFun LoRa Gateway - 1-Channel (ESP32 you can install the board files by following the instructions here.
- Some boards such as the Arduino Pro and Pro Mini come in more than one flavor. For these you must select the correct processor in the 'Tools' menu.
- Information on compiling and programming the bootloaders can be found in the bootloaders directory.
Have fun!
-Your friends at SparkFun