Arduino Programming Course Contents
Introduction and Requirements
Overview of the course with hardware and software requirements.
Part 1: Arduino Sketch Structure and Flow
Explains the structure of an Arduino program and how program statements are executed. Demonstrates a simple "Hello World" program.
Part 2: Arduino Sketch Main Loop and Calling Functions
How the Arduino main loop works and what it means to call a function.
Part 3: Variables
An introduction to Arduino variables showing the use of integer (int) and floating point (float) variables.
Part 4: Arithmetic Operators
Addition, subtraction, multiplication, division and remainder on an Arduino.
Part 5: Relational Operators
Comparing values in Arduino.
Part 6: Increment Operator and Commenting
How the Arduino increment operator works. Using comments in Arduino sketches.
Part 7: The Arduino for Loop
How the Arduino for loop works. Use the Arduino for loop to loop through code a set number of times.
Part 8: The Arduino while Loop
How to use the Arduino while and do-while loops.
Part 9: The Arduino if Statement
Using the Arduino if statement. How to get keyboard input to the Arduino from the Serial Monitor Window.
Part 10: Making Decisions with if-else
Arduino if-else construct. Switch an LED on and off using the Serial Monitor window.
Part 11: Decisions with if-else-if
Arduino if-else-if and if-else-if-else constructs. Control LED blink rates using if-else-if constructs.
Part 12: Logical Operators
OR, AND and NOT logical operators used in Arduino sketches to control an LED from the Serial Monitor window.
Part 13: Switch & Break
Part 14: Conditional Operator
Part 15: Functions
Part 16: Returning a Value from a Function
Part 17: Arrays
Part 18: Strings
Part 19: Serial Input
Contenuto del corso di programmazione Arduino
Introduzione e requisiti
Panoramica del corso con requisiti hardware e software.
Parte 1: Struttura e flusso di Arduino Sketch
Spiega la struttura di un programma Arduino e come vengono eseguite le istruzioni del programma. Dimostra un semplice programma "Hello World".
Parte 2: Main Loop e funzioni di chiamata di Arduino Sketch
Come funziona il loop principale di Arduino e cosa significa chiamare una funzione.
Parte 3: variabili
Un'introduzione alle variabili di Arduino che mostrano l'uso di variabili integer (int) e floating point (float).
Parte 4: Operatori aritmetici
Addizione, sottrazione, moltiplicazione, divisione e resto su un Arduino.
Parte 5: operatori relazionali
Confronto dei valori in Arduino.
Parte 6: Incrementare l'operatore e commentare
Come funziona l'operatore di incremento Arduino. Utilizzo dei commenti negli schizzi di Arduino.
Parte 7: The Arduino for Loop
Come funziona Arduino for loop. Usa il ciclo di Arduino per eseguire il looping del codice un certo numero di volte.
Parte 8: The Arduino while Loop
Come usare i loop while e do-while di Arduino.
Parte 9: la dichiarazione di Arduino
Usando la dichiarazione di Arduino. Come ottenere l'input da tastiera per Arduino dalla finestra del monitor seriale.
Parte 10: prendere decisioni con if-else
Arduino if-else costrutto. Accendi e spegni un LED usando la finestra Serial Monitor.
Parte 11: decisioni con if-else-if
Costrutti Arduino if-else-if e if-else-if-else. Il LED di controllo lampeggia utilizzando i costrutti if-else-if.
Parte 12: operatori logici
Operatori logici OR, AND e NOT utilizzati negli schizzi di Arduino per controllare un LED dalla finestra del monitor seriale.
Parte 13: Switch & Break
Parte 14: operatore condizionale
Parte 15: Funzioni
Parte 16: Restituzione di un valore da una funzione
Parte 17: matrici
Parte 18: archi
Parte 19: input seriale