In this lesson, students will connect and control a servo motor using their Arduino device. They will learn to use for and while loops to control components, along with the write
command from the Servo library.
Students will be able to:
write
command in Arduino programsIn this lesson, students will learn how buttons can be used to allow for additional user input in their programs. They will learn to use conditionals to control components, along with the digitalRead
command.
Students will be able to:
digitalRead
command in Arduino programsIn this lesson, students will learn about sensors and why they are so important in physical computing. They will use an ultrasonic range finder to detect attributes of the Arduino’s environment and write programs that will make decisions based on these values.
Students will be able to:
In this lesson, students will learn about sensors and why they are so important in physical computing. They will use various internal sensors to detect attributes of the Arduino’s environment and write programs that will use functions with and without parameters to more clearly organize their code and make it more reusable.
Students will be able to:
In this lesson, students will learn how motor controllers can be used in their circuits to control DC motors. They will explore the different ways to control the direction and speed of motors in their programs, setting them up to use this very adaptable component in many future programs.
Students will be able to:
In this lesson, students review content with a 15 question Unit Quiz.
Students will be able to: