(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
The Arduino IDE from 1.6.0 onwards, makes it very easy for adding third party boards like ours, this tutorial explains how to add custom boards with just one URL.
 
The Arduino IDE from 1.6.0 onwards, makes it very easy for adding third party boards like ours, this tutorial explains how to add custom boards with just one URL.
  
To use Explore Embedded boards using Arduino one have to first add these boards into the Arduino. For adding the boards <br />do following procedure.
+
To use Explore Embedded boards using Arduino one have to first add these boards into the Arduino. For adding the boards do following procedure.
  
  
Line 11: Line 11:
  
 
# Open Aduino, select '''File option''' and click on '''Preferences'''.
 
# Open Aduino, select '''File option''' and click on '''Preferences'''.
[[File:Img 3.png|850x600px]]
+
[[File:3.png|450x370px]]
  
 
# Now paste that link into the '''Additional Boards Manager URLs''' and click on '''OK'''.
 
# Now paste that link into the '''Additional Boards Manager URLs''' and click on '''OK'''.
[[File:5.png|850x600px]]
+
[[File:5.png|700x350px]]
 
# Select '''Tools''' and click on '''Board Manager''', to install the new boards.
 
# Select '''Tools''' and click on '''Board Manager''', to install the new boards.
  
  
[[File:6.png|850x620px]]
+
[[File:6.png|550x370px]]
 
# Install '''ExploreEmbedded AVR Boards by ExploreEmbedded''' among the different boards available.
 
# Install '''ExploreEmbedded AVR Boards by ExploreEmbedded''' among the different boards available.
 +
 +
[[File:7.png|650x300px]]
 +
# Select the specific board now from '''Tools'''. Eg. - Explore Atmega32
  
 
{{DISQUS}}
 
{{DISQUS}}
 
 
[[File:7.png|850x600px]]
 
# Select the specific board now from '''Tools'''. Eg. - Explore Atmega32
 

Latest revision as of 10:16, 15 October 2015

Vaibhav Katkar (talk) 18:44, 10 September 2015 (IST)


The Arduino IDE from 1.6.0 onwards, makes it very easy for adding third party boards like ours, this tutorial explains how to add custom boards with just one URL.

To use Explore Embedded boards using Arduino one have to first add these boards into the Arduino. For adding the boards do following procedure.


  1. First copy following link-

https://raw.githubusercontent.com/exploreembedded/Arduino_Boards/master/IDE_Board_Manager/package_ExploreEmbedded_index.json


  1. Open Aduino, select File option and click on Preferences.

3.png

  1. Now paste that link into the Additional Boards Manager URLs and click on OK.

5.png

  1. Select Tools and click on Board Manager, to install the new boards.


6.png

  1. Install ExploreEmbedded AVR Boards by ExploreEmbedded among the different boards available.

7.png

  1. Select the specific board now from Tools. Eg. - Explore Atmega32