/E2C-Arduino-Intro

An introduction to Arduino programming

E2C Arduino Introduction

A short introduction to microcontrollers and Arduino programming.

Build Status

Contents

  1. Intro to Microcontrollers with Arduino presentation (powerpoint (.pptx), PDF).
  2. Digital inputs and outputs (IO)
  3. Analog inputs and outputs (IO)

Required material

The material required for this introduction is the following:

  1. An Arduino UNO or Arduino Micro board*,
  2. a prototyping breadboard with power rails,
  3. a light emitting diode (LED),
  4. a 220 ohm resistor (red-red-brown-gold stripes),
  5. a momentary pushbutton,
  6. a 10k ohm potentiometer.

*Note that the images used in the examples show an Arduino Micro however, all examples are compatible with the Arduino Uno using the same pin numbers unless otherwise specified.

Example code

The code of the examples is available in the examples folder.

Useful links

This introduction to Arduino programming assumes you have already installed the Arduino IDE and successfully connected your Arduino to your computer. The links below may be useful to get started with your Arduino:


Copyright (c) 2017, Julien de la Bruère-Terreault, drgfreeman@tuta.io
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Creative Commons License