Project

General

Profile

Main » History » Version 5

Joseph Foley, 2014-09-19 02:05
Added a bunch of material about eclipseArduino

1 2 Joseph Foley
h1. Lab Cleanup Tasks
2
3
* Add more entries into Electronics Organization Spreadsheet https://docs.google.com/spreadsheet/ccc?key=0AmHDz3r_2GgYdDhUQmt6X1VjX1pBTGY2R2xNb21yVHc&usp=sharing
4
* General cleaning in the lab
5
* Put tools back in the stock room
6
* Go through mechatronics cabinet and sort items
7
* Test DC power supplies and throw out ones that are broken
8 4 Joseph Foley
* Call the people with old boxes in the lab and see if they are still using them.  If not, clean out the contents.
9 5 Joseph Foley
10
h1. Arduino and Eclipse
11
12
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.  
13
14
h2. Reference
15
16
* http://eclipse.baeyens.it/
17
* http://rlogiacco.wordpress.com/2014/01/24/stepping-up-in-arduino-development/
18
19
h2. Procedure:
20
21
# Download and install 7zip if you don't already have it.  You will need it to decompress the .tar.gz file.  
22
## http://www.7-zip.org/
23
# Install a recent Java JRE
24
## http://java.com/en/download/index.jsp
25
# Download and install Arduino 1.5.6 beta or later
26
## http://arduino.cc/en/Main/Software#toc2
27
## *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
28
# Download and install the "Product" v2.3 of arduinoEclipse
29
## http://eclipse.baeyens.it/download.php
30
# Decompress the .tar.gz into a .tar file by right-clicking and using 7Zip
31
# Decompress the .tar file by right-clicking and using 7Zip
32
# Go into the eclipseArduino folder inside.   Run eclipseArduinoIDE.exe
33
# You will be presented with some terse instructions.  I am still determining what they mean.