Difference between revisions of "Arduino basics 1: Hello World"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 1: Line 1:
'''Docent(en)'''

+
= About the course =
 
+
== Docent(en)==
 
Simon de Bakker
 
Simon de Bakker
  
'''Workshop wordt gegeven
'''
+
==Korte beknopte omschrijving inhoud workshop
==
 
 
English
 
 
 
'''Korte beknopte omschrijving inhoud workshop
'''
 
 
 
 
This is the very first introduction to the Arduino platform. If you want to start using the Arduino, but are not sure where to start: this is the place! During this 3-hour introductory workshop you will learn what an Arduino and microcontroller are, and how you may start using them.
 
This is the very first introduction to the Arduino platform. If you want to start using the Arduino, but are not sure where to start: this is the place! During this 3-hour introductory workshop you will learn what an Arduino and microcontroller are, and how you may start using them.
'''
 
Omschrijving inhoud workshop
'''
 
  
 +
==Omschrijving inhoud workshop==
 
In this workshop we learn the very basics of using an Arduino.
 
In this workshop we learn the very basics of using an Arduino.
  
 
We will cover what Arduino’s are, and microcontrollers in general. How do they differ from your computer? Next, we will set up and explore the Arduino environment. By making some simple examples, you will make your first steps into the world of microcontrollers and the Arduino.
 
We will cover what Arduino’s are, and microcontrollers in general. How do they differ from your computer? Next, we will set up and explore the Arduino environment. By making some simple examples, you will make your first steps into the world of microcontrollers and the Arduino.
'''
+
==Leerdoelen
==
Leerdoelen

+
* you know what an Arduino is and how it differs from your laptop
'''
+
* you can setup the Arduino environment
- you know what an Arduino is and how it differs from your laptop
+
* you can understand and execute simple examples
 
 
- you can setup the Arduino environment
 
 
 
- you can understand and execute simple examples
 
 
 
'''Voor wie?
'''
 
  
 +
==Voor wie?
==
 
Anyone who wants to start using the Arduino or microcontrollers in general
 
Anyone who wants to start using the Arduino or microcontrollers in general
  
'''Referenties
'''
+
= What is an Arduino, what does it do and why is it useful? =
 
+
* [http://bit.ly/17jj02u Microcontroller] => [http://en.wikipedia.org/wiki/Microprocessor_development_board Development board] => [http://arduino.cc/en/uploads/Main/ArduinoUno_R3_Front.jpg Arduino]
http://www.arduino.cc
+
* [http://microcontroller.com/news/images/1/Atmel_XMEGA_B1.jpg What is in a microcontroller]
 
+
* [http://www.atmel.com/products/microcontrollers/default.aspx Sooo many different flavours]
'''Kosten & benodigheden
'''
+
* [http://arduino.cc/en/Main/Products Many different tastes of arduino too]
 
+
* Install the Arduino IDE: http://arduino.cc/en/Main/Software
n.v.t.
+
* Have some [https://www.youtube.com/watch?v=q_Q5s9AhCR0 breadboard]
 
+
* [https://github.com/mywdka/Arduino_basics_1 code basics 1]
'''Minimale inschrijving
'''
 
 
 
6'''
 
 
 
Maximale inschrijving
'''
 
 
 
12
 
  
 
[[Category:OpenAanbod]]
 
[[Category:OpenAanbod]]
 
[[Category:Arduino]]
 
[[Category:Arduino]]

Revision as of 09:33, 9 September 2015

About the course

Docent(en)

Simon de Bakker

Korte beknopte omschrijving inhoud workshop


This is the very first introduction to the Arduino platform. If you want to start using the Arduino, but are not sure where to start: this is the place! During this 3-hour introductory workshop you will learn what an Arduino and microcontroller are, and how you may start using them.

Omschrijving inhoud workshop

In this workshop we learn the very basics of using an Arduino.

We will cover what Arduino’s are, and microcontrollers in general. How do they differ from your computer? Next, we will set up and explore the Arduino environment. By making some simple examples, you will make your first steps into the world of microcontrollers and the Arduino.

Leerdoelen


  • you know what an Arduino is and how it differs from your laptop
  • you can setup the Arduino environment
  • you can understand and execute simple examples

Voor wie?


Anyone who wants to start using the Arduino or microcontrollers in general

What is an Arduino, what does it do and why is it useful?