ucsd-creative-robotics

Dev Board Actuators

Making things move.

Servo Motor

Rotational motion 0-180 degrees.

Another use of Pulse Width Modulation is driving the position of a servo motor.

Servo Sweep

image

Image

https://www.arduino.cc/en/Tutorial/LibraryExamples/Sweep

Servo Knob

A knob is a kind of simple “sensor” to drive the servo motion.

Image

Image

DC Motors

Continous forward/backward motion controlled with PWM outputs. Including geared DC motors, which are a special instance of the above with slower rotation rate. [TK]

Geared DC Motor

[TK]

Solenoid

Push (or pull) linear potion. Digital (on/off). [TK]

Stepper Motor

Very precise rotational motion (200 steps/rotation, typically), controlled with digital outputs. [TK]

Capacitive Touch Sensing

[TK]

References

[TK]