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