element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Upcycle It
  • Challenges & Projects
  • Design Challenges
  • Upcycle It
  • More
  • Cancel
Upcycle It
Blog UpCycle IT - R2I - Edison link to Arduino
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: jkutzsch
  • Date Created: 1 Jun 2017 9:05 PM Date Created
  • Views 1000 views
  • Likes 5 likes
  • Comments 5 comments
  • upcycle_it
  • upcycle it design challenge
Related
Recommended

UpCycle IT - R2I - Edison link to Arduino

jkutzsch
jkutzsch
1 Jun 2017

UpCycle IT – R2I INDEX:

 

Blog #1_”Introduction”

Blog #2_”Designing”

Blog #3 "The Kit"

Blog #4_"Mother Natures Version"
Blog #5_"Research"
Blog #6_"Competition01"

Blog #7_"Edison Setup"

Blog #8_"Edison 2 Ardunio"
Blog #9_"Grove-ON"
Blog #10_"Hot2Not"

 

Blog #8 - Edison link to Arduino

 

Previously I had mentioned showing how to get the IDE working with our Edison board and this blog will cover that.  I am going from perspective you already have Arduino loaded from another project and just need to add the Edison board materials.  There are numerous blogs on installing Arduino and I have even put some out.  I will try and link to mine a little later here.

 

image

 

In blog 7 I was referencing the intel.com website for the latest Edison information so I will pick up from there.  As you can see they have a link to Arduino under their IDEs page.

 

image

 

Since I am not installing Arduino from scratch I ignored the first part of their instructions and scrolled down to where you actually tell Arduino about your Edison board.

 

Under Step #7 they have you go to Tools> Board> Boards Manager and look for the Intel i686 Boards.

(actually below the highlighted one, since that is the i586 for Galileo.

 

image

 

Here is an example showing how you access the Boards Manager.

As you can see my previous board was my Uno.

 

image

Here we will click on Install for the Intel i686 Boards.  Edison. 

 

image

 

Depending on speed of Network this can take a few minutes.

 

image

 

Success!  We now have the Edison board included with our Arduino IDE!

 

image

 

Of course it won't actually do anything unless you change the board to your new Intel Edison board so make sure to switch to the Edison.

 

 

image

 

Using the tried and true Blink sketch I had as the default sketch I quickly uploaded over to the Edison to see if it was working.

 

image

 

There we see the Blinking Led showing that your Arduino IDE is now connected and communicating with your Edison.  Congratulations!

  • Sign in to reply

Top Comments

  • balearicdynamics
    balearicdynamics over 8 years ago +2
    Clear and complete. Good job. A suggestion: web pages screenshot are useful to illustrate what happens but IMO it will be better to add the links too for future users (pages frequently changes and sites…
  • jkutzsch
    jkutzsch over 8 years ago in reply to balearicdynamics +1
    Good idea, I will go back in a few days and add some links as well. As I will show in my next blog today written links can quickly be outdated and you have to rely on good old search-fu to find what you…
  • DAB
    DAB over 8 years ago +1
    Great post John. I have been wanting to do this experiment with my Edison board, but I have just been too busy. That and losing half my days to persistent head aches. Well done. DAB
Parents
  • balearicdynamics
    balearicdynamics over 8 years ago

    Clear and complete. Good job.

     

    A suggestion: web pages screenshot are useful to illustrate what happens but IMO it will be better to add the links too for future users (pages frequently changes and sites are updated along the time).

     

    Enrico

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • balearicdynamics
    balearicdynamics over 8 years ago

    Clear and complete. Good job.

     

    A suggestion: web pages screenshot are useful to illustrate what happens but IMO it will be better to add the links too for future users (pages frequently changes and sites are updated along the time).

     

    Enrico

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
  • jkutzsch
    jkutzsch over 8 years ago in reply to balearicdynamics

    Good idea, I will go back in a few days and add some links as well.  As I will show in my next blog today written links can quickly be outdated and you have to rely on good old search-fu to find what you really want/need.  :-)

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube