Project

General

Profile

Main » History » Version 16

Joseph Foley, 2015-12-15 13:28
Videos and photos page

1 14 Joseph Foley
h1. General
2
3 16 Joseph Foley
[[Media]]
4 14 Joseph Foley
[[Marketing]]
5 15 Joseph Foley
[[Software]]
6
7 14 Joseph Foley
8 10 Joseph Foley
h1. Lab Cleanup Tasks
9
10 11 Joseph Foley
[[Lab Cleanup]]
11 10 Joseph Foley
[[Development]]
12
13 13 Joseph Foley
h1. Altium
14
15
Altiumlive login:  altium@list.ru.is, passwd: T411mech
16
17 5 Joseph Foley
h1. Arduino and Eclipse
18
19
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.  
20
21
h2. Reference
22
23
* http://eclipse.baeyens.it/
24
* http://rlogiacco.wordpress.com/2014/01/24/stepping-up-in-arduino-development/
25
26
h2. Procedure:
27
28
# Download and install 7zip if you don't already have it.  You will need it to decompress the .tar.gz file.  
29
## http://www.7-zip.org/
30
# Install a recent Java JRE
31
## http://java.com/en/download/index.jsp
32 1 Joseph Foley
# Download and install Arduino 1.5.6 beta or later
33
## http://arduino.cc/en/Main/Software#toc2
34
## *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
35
# Download and install the "Product" v2.3 of arduinoEclipse
36
## http://eclipse.baeyens.it/download.php
37
# Decompress the .tar.gz into a .tar file by right-clicking and using 7Zip
38
# Decompress the .tar file by right-clicking and using 7Zip
39
# Go into the eclipseArduino folder inside.   Run eclipseArduinoIDE.exe
40
# You will be presented with some terse instructions.  I am still determining what they mean.
41 7 Joseph Foley
# click on menu: Window > Preferences
42 6 Joseph Foley
## click on Arduino
43
## Make sure that the Arduino IDE path is correct.  Something like c:/Programs/Arduino
44
## expand C++ by clicking on the triangle next to it
45
## Click on File Types
46
## Add Pattern: *.ino Type: c++ Source File
47 12 Joseph Foley
48
h1. Useful links
49
50
* http://www.cplusplus.com/reference/clibrary/