ArduinoIDESetup - KravitzLab/KreedLabWiki GitHub Wiki
Download Arduino from https://www.arduino.cc/en/software/
Install FED3 library and all dependencies
To manually Install use this link https://github.com/KravitzLabDevices/FED3_library
🧩 Adding Adafruit SAMD Boards to Arduino IDE
Follow these steps to add Adafruit SAMD Boards (used for devices like the FED3) to your Arduino IDE:
-
Open the Arduino IDE.
(We recommend version 2.x or newer.) -
Navigate to:
File → Preferences -
In the Additional Boards Manager URLs box, copy and paste the following link:
https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
-
Click OK to save your preferences.
-
Go to:
Tools → Board → Board Manager -
In the search bar, type Adafruit SAMD Boards (exact name).
-
Locate Adafruit SAMD Boards in the list and click Install.
-
Once installation completes, select your board from:
Tools → Board → Adafruit <Your Board Name>
Tip: Restart the Arduino IDE after installation to ensure the new board definitions load correctly.