Project

General

Profile

Main » History » Version 14

Joseph Foley, 2015-12-02 10:50
made marketing page

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