Click here to Skip to main content
15,884,902 members
Articles / Internet of Things
Article

Using Arduino* IDE for Windows* with the Intel® IoT Developer Kit

17 Oct 2014CPOL2 min read 15.4K   10  
This document shows you how to use the Arduino IDE along with the Intel® IoT Developer Kit (dev kit) tools.

This article is in the Product Showcase section for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers.

Introduction

This document shows you how to use the Arduino IDE along with the Intel® IoT Developer Kit (dev kit) tools. While the dev kit offers several extras in the way of libraries and tools, you can use the Arduino IDE without it; just follow this link. However, if you want to use your Intel® Galileo board and the Arduino IDE and take advantage of the dev kit, as well as use your board as a USB storage device please continue reading.

Installing the dev kit serial driver

Intel Galileo provides serial as well as a mass storage device over USB. The serial connection is required when using Intel Galileo within the Arduino IDE. Mass storage makes it easy to share files between the Windows host and the Intel Galileo target system. As Windows doesn’t auto-install the appropriate driver, you’ll conveniently find the correct driver on the SD card in the "window-driver" folder. Right click to install this driver as depicted in Figure 1.

Image 1

Figure 1: The dev kit serial driver is contained on the SD card image (top). Right click and install the driver (bottom).

Now open the device manager:

In Windows 7 and earlier:

  • At a command prompt, in the Start Search box or in the Run box, type the following command: "mmc devmgmt.msc".

In Windows 8+:

  • Click "Windows" + X and select "Device Manager".

Image 2

You should find a "CDC Serial" device under "Other Devices". Right click Update Driver Software.

Image 3

In the next window select "Browse my computer for driver software".

Image 4

Now enter the folder where you downloaded the driver and select "Next".

Image 5

Then click on "Install" as depicted below

Image 6

Image 7

Image 8

After that you will find the new "COM" device "Intel IoT Dev Kit Serial" and you’ll find Intel Galileo as a new mass storage device in Windows Explorer.

Install Arduino

Now, you only need to install the Arduino IDE for the Intel Galileo. To do that, please follow the steps in this document.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --