What is the use for a motor and encoder?
Refer to slides
What are some of the gears that exists?
Spur gear
Rack and Pinion
Helical gear
Spiral bevel
Hypoid gear
Worm gear
Planetary gear
What is motor speed and direction determined by?
How does an encoder and sensors work with gears?
What is a H-bridge?
Allows a motor to be driven in both directions -> Refer to slides
How is a H-Bridge implemented with a microcontroller?
H-Bridge with relays
Refer to slides for image
Power Amplifier
Refer to slides for images and exmple using code (NEED TO KNOW HOW TO CODE)
How can we convert a digital output (a number) into an analog voltage (e.g. range 0..5V) ?
Refer to slides for examples images/diagrams
How does Pulse-Width Modulation work?
How does this work?
* We do not change the supplied voltage
* Power is switched on/off at a certain pulse ratio
matching the desired output power
* Signal has very high frequency (e.g. 1kHz – 20kHz)
* Motors are relatively slow to respond
* The only thing that counts is the supplied energy
Integral (Summation)
* Pulse-Width Ratio = ton / tperiod
Refer to slides for diagrams and code (NEED TO KNOW HOW TO CODE)
PWM Output with RoBIOS
Refer to slides
What is a servo?
What are Stepper Motors?
What are the characteristics of Stepper Motors?
How can you drive a stepper motor?
What are the advantages and disadvantages of stepper motors?
Advantages
* No feedback hardware required
Disadvantages
* No feedback ! but often feedback is still required, e.g. for precision reasons, since a stepper motor can “lose” a step signal
* Requires 2 H-Bridges plus amplifiers instead of 1