Difference between revisions of "Arduino basics 1: Hello World"
Jump to navigation
Jump to search
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | = About the course = | |
− | + | == Docent(en)== | |
Simon de Bakker | 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. | 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. | 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 can understand and execute simple examples | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | ==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 | ||
− | + | = 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:// | + | * [[file:Atmel_XMEGA_B1.jpg]] |
− | + | * [http://www.atmel.com/products/microcontrollers/default.aspx Sooo many different flavours] | |
− | + | * [http://arduino.cc/en/Main/Products Many different tastes of arduino too] | |
− | + | * Install the Arduino IDE: http://arduino.cc/en/Main/Software | |
− | + | * Have some [https://www.youtube.com/watch?v=q_Q5s9AhCR0 breadboard] | |
− | + | * [https://github.com/mywdka/Arduino_basics_1 code basics 1] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | = Other = | |
− | [[Category: | + | http://www.arduinoclassroom.com/images/arduino101chapter11/Figure%201%20-%20ATmega%20AVR%20silicon.jpg |
+ | [[Category:2015]] |
Latest revision as of 12:05, 20 January 2023
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?
- Microcontroller => Development board => Arduino
- Sooo many different flavours
- Many different tastes of arduino too
- Install the Arduino IDE: http://arduino.cc/en/Main/Software
- Have some breadboard
- code basics 1