- True/false? A stepper motor is controlled using an open-loop feedback system.
A. True
- What type of electric motor would you use if you were building an electric car?
A. DC motor
- True/false? Servo motors are considered a high-performance alternative to stepper motors.
A. True
- What controls the angle of the servo motor?
A. The angle of a servo is determined by pulses passed to the control pin on the servo.
- True/false? DC motors have shorter response times than stepper motors.
A. True
- Which Python package do we use to control our servo?
A. gpiozero
- True/false? We are able to control a servo using the Python shell in Thonny.
A. True
- What is the command used to move the servo to its maximum position?
A. servo.max()
- True/false? We can only move the servo to its minimum, maximum and neutral positions.
A. False
- How do we convert...