MKR1000 Unboxing and Testing (7 Steps) Using Arduino

Arduino MKR 1000. FAQ

The first run and the first troubles with the Arduino MKR 1000. FAQ. Arduino MKR 1000. FAQ

Things used in this project

Hardware components

Arduino MKR1000
Arduino MKR1000
× 1

Software apps and online services

Arduino IDE
Arduino IDE

StoryWP 20160218 003 (1)

 

 board Genuino

Finally I’ve got the board Genuino/Arduino MKR1000. It was well packed and fast shipped. But I’ve not found any instructions or guides even at the internet. So, I’ve decided to start at random with my Windows PC.

First, I’ve plugged in and seen that it requires some USB-driver:

USB-driverSecond, I’ve decided to let my system find this driver into the Arduino opensource repository. So, I’ve navigated to https://github.com/arduino/Arduino and downloaded all this repository as a single .ZIP file:step2 1 (1)

After I got it, I unpacked it and started installation of the driver.

Step 3: Device manager -> “Other Devices” -> Unknown Device -> Right click “Update Driver”2 (1)

Step 4: Choose “Browse my Computer…” -> Point it under the folder you just unzipped “\arduino-master” including subfolders.

3 (1)

Step 5: After that your board should appear under “ports” section like this:ports

Step 6: Next, I must prepare the IDE for this type of board. So, I’ve just started my Arduino IDE (at least 1.6.7 release) and in the library manager (sketch -> include library -> manage libraries) I’ve searched for the “mkr1000” string.step9 (1)

Code

Blink MKR1000

Arduino

It uses to define the onboard LED’s port

Leave a Comment

Your email address will not be published. Required fields are marked *