In this first lesson, students will be introduced to Tinkercad, where they will build and test programs throughout the course. They will also do preliminary research on various Arduino example projects and set their goals for the course.
Students will be able to:
In this lesson, students will take a deeper look at developing, testing, and running programs on Tinkercad. They will learn how to write and run programs on the simulator and will develop their own programs using the delay
and digitalWrite
commands.
Students will be able to:
digitalWrite
and delay
commands in Arduino programsIn this lesson, students will learn about comments and pseudocode, why they are important, and how they help organize and plan programs. They will also learn the basic difference between analog and digital components and how to use the analogWrite
command in their programs.
Students will be able to:
analogWrite
command in Arduino programsIn this lesson, students will build their first physical circuit using a breadboard with their Arduino devices. They will learn to use variables to control components, along with the analogRead
and map
commands.
Students will be able to:
analogRead
and map
commands in Arduino programsIn this lesson, students will learn some tips and tricks for debugging physical circuits. They will learn to use the Serial Monitor and the print
and println
commands to display values on their screen.
Students will be able to:
In this lesson, students review content with a 15 question Unit Quiz.
Students will be able to: