Skip to content

Latest commit

 

History

History
90 lines (64 loc) · 3.52 KB

00settingUpYourArduino.md

File metadata and controls

90 lines (64 loc) · 3.52 KB
<title>Setting Up Your Arduino</title> <style> .img-responsive{ display: block; margin: auto; } </style> <xmp theme="superhero" style="display:none;" toc-top-link>

Lecture 0: Setting up your Arduino

Arduino Uno

Download the IDE

In order to program your board you'll need to get some software that allows you to upload, or flash, code to the Arduino. There are a number of different options available - some of which will be discussed later on - but for the moment let's get started using the official IDE (Integrated Development Environment) from the Arduino Website

Blink

Since time immemorial (well...(1974) people have written a very simple "Hello World" program as their first foray into a new language. Since an Arduino doesn't have the means to display typed characters we'll have to make do with turning the an LED on and off. The blink sketch is outlined below.

View Slides

To view a slide show of this guide click here.

###Download Notes

To download the printable version of these notes click here </xmp>

<script src="http://ndossougbe.github.io/strapdown/dist/strapdown.js"></script> <script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>