Windows – with administrator rights
Arduino
- Go to this page to find the latest version of the Arduino IDE: http://arduino.cc/en/Main/Software
- Scroll down and click on ‘Windows Installer’ to download.
- When the download has finished, open the downloaded file.
- Click ‘I agree’ to agree to the license agreement.
- Choose all components to be installed and click ‘Next’.
- Remember the destination folder, and click ‘Install’.
- When the installation has finished, click ‘Close’.
EducationShield library
- Go to this page to find the latest version of the EducationShield library: https://github.com/arduinoverkstad/CTC-Arduino
- Click the ‘Download ZIP’ button to the right to download the library.
- When the download has finished, open the .zip file named EducationShield-master.
- Navigate to the folder where Arduino was installed. It should be something like ‘C:\Program Files\Arduino’
- Move the folders ‘EducationShield’ and ‘CapacitiveSensor’ from the ‘EducationShield-master’ .zip file to the ‘libraries’ folder, in the ‘Arduino’ folder.
- 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
- Go to this page to find the latest version of the Arduino IDE: http://arduino.cc/en/Main/Software
- Scroll down and click on ‘Windows ZIP file (for non-administrator install)’ to download.
- When the download has finished, unzip the file to the computer hard drive.
Drivers
- Connect the Arduino board to your computer using a USB cable.
- Wait for Windows to begin its driver installation process. After a few moments, the process will fail, despite its best efforts.
- Open up the Control Panel.
- Navigate to System and Security. Next, click on System. Once the System window is up, open the Device Manager.
- 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’.
- Right click on the ‘Arduino UNO (COmxx)’ port and choose the ‘Update Driver Software’ option.
- Next, choose the ‘Browse my computer for Driver software’ option.
- 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’
- Windows will finish up the driver installation from there.
EducationShield library
- Go to this page to find the latest version of the EducationShield library: https://github.com/arduinoverkstad/CTC-Arduino
- Click the ‘Download ZIP’ button to the right to download the library.
- When the download has finished, open the .zip file named EducationShield-master.
- Navigate to the folder where Arduino was installed.
- Move the folders ‘EducationShield’ and ‘CapacitiveSensor’ from the ‘EducationShield-master’ .zip file to the ‘libraries’ folder, in the ‘Arduino’ folder.
- 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
- Go to this page to find the latest version of the Arduino IDE: http://arduino.cc/en/Main/Software
- Scroll down and click on ‘Mac OS X’ to download.
- When the download has finished, double click the .zip file.
- Copy the Arduino application into the Applications folder.
EducationShield library
- Go to this page to find the latest version of the EducationShield library: https://github.com/arduinoverkstad/CTC-Arduino
- Click the ‘Download ZIP’ button to the right to download the library.
- When the download has finished, open the .zip file named EducationShield-master.
- Navigate to Applications>Arduino 1.0.6, right click on the Arduino icon and choose ‘Show Package Contents’ from the menu.
- Navigate to Contents>Resources>Java>libraries
- Move the folders ‘EducationShield’ and ‘CapacitiveSensor’ from the ‘EducationShield-master’ .zip file to the ‘libraries’ folder.
- 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
- Go to this page to find the latest version of the Arduino IDE: http://arduino.cc/en/Main/Software
- Scroll down and click on ‘32 bit’ or ‘64 bit’, depending on your system type, to download.
- Go to this page and follow the tutorial for your distribution http://playground.arduino.cc/Learning/Linux
EducationShield library
- Go to this page to find the latest version of the EducationShield library: https://github.com/arduinoverkstad/CTC-Arduino
- Click the ‘Download ZIP’ button to the right to download the library.
- When the download has finished, open the .zip file named EducationShield-master.
- Extract the folders EducationShield and CapacitiveSensor to the Downloads folder.
- Open the Linux terminal and write:
sudo mv Downloads/EducationShield /usr/share/arduino/libraries
- Enter your password.
- In the Linux terminal, type:
sudo mv Downloads/CapacitiveSensor /usr/share/arduino/libraries
- Enter your password again.
- 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.