header image

Arduino Edison Files - Electronics Lab

<<= Back <<= Arduino Libraries (local) Arduino Reference =>>
IDE Guide - Edison Troubleshooting - Edison edison

Figure 1– Assembled Intel® Edison with Arduino expansion board.

edison

Figure 2- You’ll need a cable that looks like this.

edison

Figure 3- Intel® Edison board with the microswitch switched toward the micro USB ports

edison

Figure 4- Plug in one of the micro-USB cables to the middle USB connector on the expansion board.

Plug the other end of the usb cable into your computer.

edison

Figure 5- Plug the other end of the USB cable into your computer USB port.

edison

Figure 6- The green power LED should light up.

Wait a moment for the board to boot up. You will know that the board is fully initialized when your computer mounts a new drive (much like inserting a SD card into your computer).

Note: If you do not see a new drive, and the LED light (DS1 on the Arduino expansion board) is occasionally turning on and off, it is likely that the DC power supply isn't connected properly.

Open the LED blink example sketch: File >> Arduino Examples >> 1.Basics >> Blink. You should see a window similar to the one below.

edison

Figure 7- Blink example loaded into Arduino IDE

Select your board:

edison

Figure 8- Select Intel® Edison from the Tools >> Board menu

Select the serial device of the board from the Tools | Serial Port menu. The easiest way to find what port the board is using is by disconnecting your board, restarting the IDE, and re-opening the menu; the entry that disappears should be the Intel® Edison board. Reconnect the board, restart the IDE, and select that serial port.

On Windows Systems

The port is likely to be COM3 or higher and is called "Intel Edison Virtual Com Port" in the Device Manager, like in Figure 9. It is NOT "USB Serial Port". COM1

edison

Figure 9- Select Intel Edison Virtual Com Port (COM#)

edison

Figure 10-Select COM port from Tools >Serial Port menu is using Windows*

Now the bottom right should match the COM port number of the 'Intel Edison Virtual Com Port (COM#)" from the Device Manager, like in Figure 11.

edison

Figure 11- The COM number should match the Intel Edison Virtual Com Port (COM#).

On Linux

The port is likely to be /devlab/ttyACM.

edison

Figure 12- Select /devlab/ttyAMC0 from the Tools >> Serial Port menu is using Linux*

On Mac OS X*

The port is likely to be /devlab/cu.usbmodemxxxx.

edison

Figure 13- Select /devlab/cu.usbmodemxxxx from the Tools >Serial Port menu is using OS X*

Click the Upload button in the upper left to load and run the sketch on your board.

edison

Figure 14- Click the Upload button to upload and launch your sketch

You should see a "Done Uploading" and a "Transfer complete" when it has uploaded, like in Figure 15.

edison

Figure 15- You should see "Transfer complete"

The DS2 LED on your board should now blink with a 1 second delay.

edison

Figure 16- The DS2 LED should now blink with a 1 second delay.

NOTE: These are posted for student and staff educational & class use.