Running Blinking LED on Intel Edison with Intel XDK

Intel XDK lets you create IoT projects and run them on edison directly from IDE. In this blog we will see how to create a project and load it to edison. If you haven’t prepared your edison for SSH login, you should do that first.

First get the Intel XDK from here and run the installer.

Fire up the XDK once the installation is completed

  1. Click on new project

intel_xdk_new_project_1

 

2. Click on templates

intel_xdk_new_project_2

 

3. Select LED Blink template and click continue

intel_xdk_new_project_3

 

intel_xdk_new_project_4

 

4. Select project directory and give a name to your project

intel_xdk_new_project_5

 

5. Select the device, load the program and run it

intel_xdk_new_project_6

If the code loaded to the board, the onboard LED should be blinking when you click on run button.

Add a Comment

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