How to Add Seeed boards to Arduino IDE

Seeed had designed many development boards that can work with Arduino IDE, including below.

Attention
The board mentioned above is the AT SAMD21 Microcontroller series. Please copy the below url to Additional Boards Manager URLs in the step2 .

https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json

Attention
The board mentioned above from Seeeduino V3 to RePhone Series isn’t the AT SAMD21 Microcontroller series. Please copy the below url to Additional Boards Manager URLs in the step2.

https://raw.githubusercontent.com/Seeed-Studio/Seeed_Platform/master/package_le

There are a few steps to be followed to get these boards working.

Step 1. Download the latest Arduino IDE

You need an Arduino IDE of version 1.6.4 or later, please download one if there’s no Arduino IDE on your computer.

Step 2. Setting your Arduino IDE

Open your Arduino IDE, click on File > Preferences, and copy the below url to Additional Boards Manager URLs

Step 3. Board Manager

Click on Tools > Board > Board Manager.

Now you can search the board by name, if you need to use LinkIt ONE, then search LinkIt; and if you need to use RePhone Series, just tap RePhone. In this post, we will use Seeeduino Stalker V3 as an example.

Click Seeeduino Stalker V3, then an Install button will appear. Click on the Install button to finish the step. This process can take between five minutes to half an hour, depending on the speed of your network.

Step 4. Select a board

After Step 3 was successful, a board named Seeeduino Stalker V3 will show up in the boards list.

Click on Tools > Board, Seeeduino Stalker V3 is available now.

For further details, please visit Seeed tutorial - How to Add Seeed boards to Arduino IDE