Week4 - Motors, Diodes, Capacitors
- Amelia Zhu
- Nov 12, 2020
- 1 min read
Reading
Scott R. Klemmer, Björn Hartmann, and Leila Takayama. 2006. How bodies matter: five themes for interaction design. In Proceedings of the 6th conference on Designing Interactive systems (DIS '06). Association for Computing Machinery, New York, NY, USA, 140–149. DOI:https://doi.org/10.1145/1142405.1142429
Norman, D. (13) The Design of Everyday Things. Revised and Expanded Edition. Basic Books, New York. Chapter 3.
Lab 2 – Hook up a servo
Hook up a servo and make it move using pwm.
[Do this tutorial](https://www.instructables.com/id/Arduino-Servo-Motors/)
I tried the servo example and learn what is pwn.
I further connected the servo with the knob.
Lab 3 – Hook up a motor
Using the circuit from the Arduino project book, do project 9. Feel free to get creative with the pinwheel bit of you want.

I have tested the circuit many times and found that my connection and code are no problem, but the motor has not responded.I guess it may be because of my welding. After all, this is my first welding, and the motor may be damaged by me. hhhhh...
Lab 4 – Hook up an MPR121
Create a circuit you control with a touch sensor. [Do this tutorial](https://learn.adafruit.com/adafruit-mpr121-12-key-capacitive-touch-sensor-breakout-tutorial/overview)
Lab 5 – The Capsense library
[Give a go with this tutorial](https://playground.arduino.cc/Main/CapacitiveSensor/) What are some creative ideas you could do with this? Try one out and submit it as this lab.
Comments