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
Conteúdo do Curso de Programação Arduino
Introdução e Requisitos
Visão geral do curso com requisitos de hardware e software.
Parte 1: Estrutura e Fluxo do Sketch do Arduino
Explica a estrutura de um programa Arduino e como as instruções do programa são executadas. Demonstra um programa simples "Hello World".
Parte 2: Arduino Sketch Loop Principal e Funções de Chamada
Como o loop principal do Arduino funciona e o que significa chamar uma função.
Parte 3: Variáveis
Uma introdução às variáveis do Arduino mostrando o uso de variáveis inteiras (int) e flutuantes (flutuantes).
Parte 4: Operadores Aritméticos
Adição, subtração, multiplicação, divisão e restante em um Arduino.
Parte 5: Operadores Relacionais
Comparando valores no Arduino.
Parte 6: Operador de Incremento e Comentando
Como o operador de incremento do Arduino funciona. Usando comentários em esboços do Arduino.
Parte 7: O Arduino para Loop
Como o Arduino para o loop funciona. Use o Arduino para fazer loop através do código um número definido de vezes.
Parte 8: O Arduino enquanto Loop
Como usar os loops do Arduino while e do-while.
Parte 9: O Arduino se Declaração
Usando o Arduino se declaração. Como obter a entrada do teclado no Arduino a partir da janela Serial Monitor.
Parte 10: tomando decisões com if-else
Arduino if-else construct. Ligue e desligue um LED usando a janela Serial Monitor.
Parte 11: Decisões com if-else-if
Arduino if-else-if e if-else-if-else constrói. Controlar as taxas de intermitência do LED usando construções if-else-if.
Parte 12: Operadores Lógicos
Operadores lógicos OR, AND e NOT usados nos esboços do Arduino para controlar um LED da janela Serial Monitor.
Parte 13: Switch & Break
Parte 14: Operador Condicional
Parte 15: Funções
Parte 16: Retornando um Valor de uma Função
Parte 17: Matrizes
Parte 18: Cordas
Parte 19: Entrada Serial