Arduino

We use Arduino as our starting point to learn to use new components given Arduino’s simplicity and easy use.

Below is the pinout on the right and left side of an arduino. As mentioned in the SPI section there are specific pins for using SPI communication.

_images/arduino_uno_digital_pinout.png

Right Side / Digital Side

_images/arduino_uno_analog_pinout.png

Left Side / Analog Side

You do not need to memorize these diagram!

Installation

Follow the following instruction to install Arduino on your laptop / PC

  1. Download Arduino

    Go to the following link

  2. Run Installer

    Click the .exe file

To-Do

The following are excersives to show that you have the basic amount of experience with Arduino to use it to test different sensors that could be implement into the exoskeleton suit.

The answers tab is provided to so that you can see a working version of the to-do’s.

[ ] Turn on the onboard LED

[ ] Blink the onboard LED on and off with a 2 second period and a 50% duty cycle