Main » History » Version 10
Joseph Foley, 2014-11-06 10:03
moved cleanup to top
1 | 10 | Joseph Foley | h1. Lab Cleanup Tasks |
---|---|---|---|
2 | |||
3 | [[Lab Cleanup]] |
||
4 | |||
5 | |||
6 | 5 | Joseph Foley | h1. Arduino and Eclipse |
7 | |||
8 | The previous procedure was to install Eclipse then the AVR plugin. There is not a better system that contains all of the modules in one place called arduinoEclipse. |
||
9 | |||
10 | h2. Reference |
||
11 | |||
12 | * http://eclipse.baeyens.it/ |
||
13 | * http://rlogiacco.wordpress.com/2014/01/24/stepping-up-in-arduino-development/ |
||
14 | |||
15 | h2. Procedure: |
||
16 | |||
17 | # Download and install 7zip if you don't already have it. You will need it to decompress the .tar.gz file. |
||
18 | ## http://www.7-zip.org/ |
||
19 | # Install a recent Java JRE |
||
20 | ## http://java.com/en/download/index.jsp |
||
21 | 1 | Joseph Foley | # Download and install Arduino 1.5.6 beta or later |
22 | ## http://arduino.cc/en/Main/Software#toc2 |
||
23 | ## *Important: Make sure that you install it in a path that does not have spaces or non-alphanumeric characters. The default c:\Program Files(x86)\ will not work.* Instead, install it somewhere like c:\Programs\Arduino |
||
24 | # Download and install the "Product" v2.3 of arduinoEclipse |
||
25 | ## http://eclipse.baeyens.it/download.php |
||
26 | # Decompress the .tar.gz into a .tar file by right-clicking and using 7Zip |
||
27 | # Decompress the .tar file by right-clicking and using 7Zip |
||
28 | # Go into the eclipseArduino folder inside. Run eclipseArduinoIDE.exe |
||
29 | # You will be presented with some terse instructions. I am still determining what they mean. |
||
30 | 7 | Joseph Foley | # click on menu: Window > Preferences |
31 | 6 | Joseph Foley | ## click on Arduino |
32 | ## Make sure that the Arduino IDE path is correct. Something like c:/Programs/Arduino |
||
33 | ## expand C++ by clicking on the triangle next to it |
||
34 | ## Click on File Types |
||
35 | ## Add Pattern: *.ino Type: c++ Source File |