Install Arduino and EducationShield

Windows – with administrator rights

Arduino

  1. Go to this page to find the latest version of the Arduino IDE: http://arduino.cc/en/Main/Software
  2. Scroll down and click on ‘Windows Installer’ to download.
  3. When the download has finished, open the downloaded file.
  4. Click ‘I agree’ to agree to the license agreement.
  5. Choose all components to be installed and click ‘Next’.
  6. Remember the destination folder, and click ‘Install’.
  7. When the installation has finished, click ‘Close’.

EducationShield library

  1. Go to this page to find the latest version of the EducationShield library: https://github.com/arduinoverkstad/CTC-Arduino
  2. Click the ‘Download ZIP’ button to the right to download the library.
  3. When the download has finished, open the .zip file named EducationShield-master.
  4. Navigate to the folder where Arduino was installed. It should be something like ‘C:\Program Files\Arduino’
  5. Move the folders ‘EducationShield’ and ‘CapacitiveSensor’ from the ‘EducationShield-master’ .zip file to the ‘libraries’ folder, in the ‘Arduino’ folder.
  6. The Arduino IDE has to be relaunched for it to detect the new library.
Note: Do not install the EducationShield library from the Arduino IDE menu option. This will install the library in a different folder then described above, and will cause your sketches not to run.

Windows – without administrator rights

Arduino

  1. Go to this page to find the latest version of the Arduino IDE: http://arduino.cc/en/Main/Software
  2. Scroll down and click on ‘Windows ZIP file (for non-administrator install)’ to download.
  3. When the download has finished, unzip the file to the computer hard drive.

Drivers

  1. Connect the Arduino board to your computer using a USB cable.
  2. Wait for Windows to begin its driver installation process. After a few moments, the process will fail, despite its best efforts.
  3. Open up the Control Panel.
  4. Navigate to System and Security. Next, click on System. Once the System window is up, open the Device Manager.
  5. Look under Ports (COM & LPT). You should see an open port named ‘Arduino UNO (COMxx)’. If there is no COM & LPT section, look under ‘Other Devices’ for ‘Unknown Device’.
  6. Right click on the ‘Arduino UNO (COmxx)’ port and choose the ‘Update Driver Software’ option.
  7. Next, choose the ‘Browse my computer for Driver software’ option.
  8. Finally, navigate to and select the driver file named ‘arduino.inf’, located in the ‘Drivers’ folder of the Arduino Software download (not the ‘FTDI USB Drivers’ sub-directory). If you are using an old version of the IDE (1.0.3 or older), choose the Uno driver file named ‘Arduino UNO.inf’
  9. Windows will finish up the driver installation from there.

EducationShield library

  1. Go to this page to find the latest version of the EducationShield library: https://github.com/arduinoverkstad/CTC-Arduino
  2. Click the ‘Download ZIP’ button to the right to download the library.
  3. When the download has finished, open the .zip file named EducationShield-master.
  4. Navigate to the folder where Arduino was installed.
  5. Move the folders ‘EducationShield’ and ‘CapacitiveSensor’ from the ‘EducationShield-master’ .zip file to the ‘libraries’ folder, in the ‘Arduino’ folder.
  6. The Arduino IDE has to be relaunched for it to detect the new library.
Note: Do not install the EducationShield library from the Arduino IDE menu option. This will install the library in a different folder then described above, and will cause your sketches not to run.

Mac OS X

Arduino

  1. Go to this page to find the latest version of the Arduino IDE: http://arduino.cc/en/Main/Software
  2. Scroll down and click on ‘Mac OS X’ to download.
  3. When the download has finished, double click the .zip file.
  4. Copy the Arduino application into the Applications folder.

EducationShield library

  1. Go to this page to find the latest version of the EducationShield library: https://github.com/arduinoverkstad/CTC-Arduino
  2. Click the ‘Download ZIP’ button to the right to download the library.
  3. When the download has finished, open the .zip file named EducationShield-master.
  4. Navigate to Applications>Arduino 1.0.6, right click on the Arduino icon and choose ‘Show Package Contents’ from the menu.
  5. Navigate to Contents>Resources>Java>libraries
  6. Move the folders ‘EducationShield’ and ‘CapacitiveSensor’ from the ‘EducationShield-master’ .zip file to the ‘libraries’ folder.
  7. The Arduino IDE has to be relaunched for it to detect the new library.
Note: Do not install the EducationShield library from the Arduino IDE menu option. This will install the library in a different folder then described above, and will cause your sketches not to run.

Linux – with administrator rights

Arduino

  1. Go to this page to find the latest version of the Arduino IDE: http://arduino.cc/en/Main/Software
  2. Scroll down and click on ‘32 bit’ or ‘64 bit’, depending on your system type, to download.
  3. Go to this page and follow the tutorial for your distribution http://playground.arduino.cc/Learning/Linux

EducationShield library

  1. Go to this page to find the latest version of the EducationShield library: https://github.com/arduinoverkstad/CTC-Arduino
  2. Click the ‘Download ZIP’ button to the right to download the library.
  3. When the download has finished, open the .zip file named EducationShield-master.
  4. Extract the folders EducationShield and CapacitiveSensor to the Downloads folder.
  5. Open the Linux terminal and write: sudo mv Downloads/EducationShield /usr/share/arduino/libraries
  6. Enter your password.
  7. In the Linux terminal, type: sudo mv Downloads/CapacitiveSensor /usr/share/arduino/libraries
  8. Enter your password again.
  9. The Arduino IDE has to be relaunched for it to detect the new library.
Note: Do not install the EducationShield library from the Arduino IDE menu option. This will install the library in a different folder then described above, and will cause your sketches not to run.