Skip to content

Board definitions for Surilli-manufactured AVR, ARM, and ESP-based Arduino boards.

Notifications You must be signed in to change notification settings

mumair1k992/Silverback_Boards

Repository files navigation

Silverback Arduino Boards

This repository contains support for the following Silverback 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.

AVR Boards

SAMD (ARM Cortex-M0+) Boards

ESP8266 Boards

Installation Instructions

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/mumair1k992/Silverback_Boards/master/package_surilli.io_index.json

Location of Additional Boards Manager URL input field

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.

AVR and ESP Installation Instructions

Open the Boards Manager window by selecting Tools > Board, scroll to the top of the board list, and select Boards Manager.

Boards Manager Menu

If you type "surilli" (without quotes) into search field, you will see options to install Silverback's AVR and ESP boards. Click the "Install" button that appears.

Silverback full Boards

Once installed, the boards will appear at the bottom of the board list.

Silverback Boards

SAMD Installation Instructions

When installing SAMD boards, you will need to first install Arduino SAMD support, then Silverback'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 box". Two entries should show up, one for Arduino SAMD boards, and one for Silverback 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.

Arduino SAMD Boards

Now click anywhere in the "Silverback SAMD Boards" box, and click "Install". This is a small installation and will happen much faster.

Silverback SAMD Boards

You're now ready to use Silverback SAMD boards. They will appear at the bottom of the board list.

Silverback boards

Upload the Blinky code

Blinky Example

Have fun!

Releases

No releases published

Packages

No packages published