- 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.
You can access the built-in USB-UART (virtual serial port) by using the SerialUSB
object in your sketch, just as you use Serial
in AVR-powered Arduinos. You can also use pins 0 and 1 of Empyrean as a hardware serial port with the Serial1
object.