How to install the Empyrean board support package for Arduino.
Installing Empyrean Support in Arduino IDE
If you do not already have the Arduino IDE installed on your PC, please visit https://arduino.cc to download the proper installer for your operating system. Install the program according to the provided instructions, and the proceed with the below instructions:
- Open the Arduino IDE and then navigate to the Preferences screen by selecting the
File
menu, and thenPreferences
. Click the small button to the right of the text box labeledAdditional Boards Manager URLs
, and then paste the following URL into the windows which pops up: https://github.com/etherkit/ArduinoBoards/raw/master/package_etherkit_index.json
Click OK to close this window, and then OK to close the Preferences. - Navigate to the Arduino Boards Manager in the IDE by selecting the
Tools
menu, thenBoard
, and thenBoards Manager...
. In the search box in the upper right of the Boards Manager windows, typeSAMD
. - In the search results list below, find the entry for
Arduino SAMD Boards
, select it with your mouse, and then click the install button. - Next, find the entry for
Etherkit SAMD Boards
, select it, and click the install button. Close the Boards Manager window when this is complete. - In the
Tools > Boards
menu, you should now see Empyrean Alpha and Empyrean Beta listed as board options. Select the appropriate board in order to start uploading sketches to your Empyrean.