Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2013-05-08 10:51:44
Size: 2110
Editor: dyn176172
Comment:
Revision 5 as of 2013-06-06 17:52:35
Size: 2863
Editor: v217217
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
= Arduino Programming 1 = = Arduino Programming =
Line 39: Line 39:
<<Anchor(bringToLecture)>>

== Lecture / State machines==
To optimally profit of the lecture you are supposed to bring:

 * Your laptop, with fully charged batteries and power cables.
 * Your Arduino starter kit (as an ID student you will need it in the future anyway). It has to contain at least the following:
  * Arduino board
  * USB cable to connect the Arduino to your notebook
  * a push button
  * a breadboard
  * resistors of 22K 10K, 2.2K and 470 Ohm (1 each)
  * 2 light sensors (LDR or Light Dependent Resistor)
  * a led
  * a few jumper wires

== Available resources ==

 * The lecture example code and explanatory slides and more can be found here:
[[attachment:CSIT state machines.zip | CSIT state machines.zip]]

Arduino Programming

Please read this page completely before attending the lecture, and do as requested...

1. Preparation

/!\ To be able to perform the practical parts of the lecture you need to do the following:

  • For your convenience, you can get a copy of Getting Started with Arduino, by By Massimo Banzi, e.g. from O'Reilly

  • Before the lecture, Please download and install Arduino on your laptop.

    1. Download Arduino software;

    2. Extract the entire directory to C:\Programs (note, not "C:\Program Files"). if you are reinstalling Arduino software, remove the entire arduino directory first.
    3. Create a shortcut on your desktop to "Arduino.exe" for easy access.
    4. Install necessary Arduino drivers. Instructions for Windows, Mac and Linux can be found at the Arduno installation guide or you can follow the instructions as described in page 23, Chapter 3 of the book 'Getting Started With Arduino'. /!\ If you are installing Arduino on Windows 8, check out how to install drivers for arduino on Windows 8.

2. Lecture / Workshop

To optimally profit of the lecture / workshop you are supposed to bring:

  • Your laptop, with fully charged batteries and power cables.
  • Your Arduino starter kit (as an ID student you will need it in the future anyway). It has to contain at least the following:
    • Arduino board
    • USB cable to connect the Arduino to your notebook
    • a push button
    • a breadboard
    • a 10K ohm resistor
    • a light sensor (LDR or Light Dependent Resistor)
    • a led
    • a few jumper wires

3. Available resources

== Lecture / State machines== To optimally profit of the lecture you are supposed to bring:

  • Your laptop, with fully charged batteries and power cables.
  • Your Arduino starter kit (as an ID student you will need it in the future anyway). It has to contain at least the following:
    • Arduino board
    • USB cable to connect the Arduino to your notebook
    • a push button
    • a breadboard
    • resistors of 22K 10K, 2.2K and 470 Ohm (1 each)
    • 2 light sensors (LDR or Light Dependent Resistor)
    • a led
    • a few jumper wires

4. Available resources

  • The lecture example code and explanatory slides and more can be found here:

CSIT state machines.zip

Back

IntegratingTechnology: Adding Programming (last edited 2013-06-11 11:48:32 by dyn177160)