Week 11 - Making Things Move II/Digital and Analog IO
Tuesday
Agenda - Making Things Move II
Artist of the Day
Daniel Rozin
Motor Mounts
- Boolean subtraction
- 2d outlines then extrusions/cuts.
- Test prints to test fit.
- Working with screws and nuts.
Homework
Continue work on Making Things Move. NOTE: due date was moved to Monday.
Office Hours
Wednesday, 2-4pm.
Thursday
Agenda
Artist of the Day 2
Marguerite Humeau
Arduino Refresher
https://www.arduino.cc/en/Tutorial/BuiltInExamples/AnalogInput
- Talk about Voltage, Current, and Resistance (Ohm’s Law)
- Talk about using a multimeter.
- Look at how a potentiometer (as voltage divider) changes voltages.
- How a changing voltage corresponds to an
analogRead()
Servo Sweep
- Install the Servo library:
- Tools -> Manage Libraries:
- Search for Servo. Click Install:
- Select the “Sweep” example:
https://www.arduino.cc/en/Tutorial/LibraryExamples/Sweep
- How to read a schematic
- Pulse Width Modulation
Servo Knob
- Under Examples -> Servo, select the Knob example:
- Reading the schematic.
- Use the servo to control two knobs.
Homework 2
Finish Making Things Move. (Due Monday). Be ready to demo on Tuesday.
Reference