Main » History » Version 17
Joseph Foley, 2016-10-20 12:12
making boards
| 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 | 17 | Joseph Foley | h2. Getting boards made |
| 18 | |||
| 19 | * Olimex: Bulgarian, cheapest usually http://olimex.com |
||
| 20 | * PCBTrain: UK http://www.pcbtrain.co.uk/ |
||
| 21 | * OSHPark: Community fab, used to be PCBpool https://oshpark.com/ |
||
| 22 | * 4PCB: USA http://www.4pcb.com/33-each-pcbs/index.html |
||
| 23 | * PCB4Less: http://www.pcb4less.com/ |
||
| 24 | |||
| 25 | 5 | Joseph Foley | h1. Arduino and Eclipse |
| 26 | |||
| 27 | 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. |
||
| 28 | |||
| 29 | h2. Reference |
||
| 30 | |||
| 31 | * http://eclipse.baeyens.it/ |
||
| 32 | * http://rlogiacco.wordpress.com/2014/01/24/stepping-up-in-arduino-development/ |
||
| 33 | |||
| 34 | h2. Procedure: |
||
| 35 | |||
| 36 | # Download and install 7zip if you don't already have it. You will need it to decompress the .tar.gz file. |
||
| 37 | ## http://www.7-zip.org/ |
||
| 38 | # Install a recent Java JRE |
||
| 39 | ## http://java.com/en/download/index.jsp |
||
| 40 | 1 | Joseph Foley | # Download and install Arduino 1.5.6 beta or later |
| 41 | ## http://arduino.cc/en/Main/Software#toc2 |
||
| 42 | ## *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 |
||
| 43 | # Download and install the "Product" v2.3 of arduinoEclipse |
||
| 44 | ## http://eclipse.baeyens.it/download.php |
||
| 45 | # Decompress the .tar.gz into a .tar file by right-clicking and using 7Zip |
||
| 46 | # Decompress the .tar file by right-clicking and using 7Zip |
||
| 47 | # Go into the eclipseArduino folder inside. Run eclipseArduinoIDE.exe |
||
| 48 | # You will be presented with some terse instructions. I am still determining what they mean. |
||
| 49 | 7 | Joseph Foley | # click on menu: Window > Preferences |
| 50 | 6 | Joseph Foley | ## click on Arduino |
| 51 | ## Make sure that the Arduino IDE path is correct. Something like c:/Programs/Arduino |
||
| 52 | ## expand C++ by clicking on the triangle next to it |
||
| 53 | ## Click on File Types |
||
| 54 | ## Add Pattern: *.ino Type: c++ Source File |
||
| 55 | 12 | Joseph Foley | |
| 56 | h1. Useful links |
||
| 57 | |||
| 58 | * http://www.cplusplus.com/reference/clibrary/ |