-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Week 10 - Monday Nov 6 & Wed Nov 8 | ||
## Monday | ||
* MOTORS | ||
* solenoids | ||
* transistors | ||
* H-Bridges | ||
* Assignement : wrap-up the LED work | ||
* _Read_ : _Making Things Move_ (Chapter 2 "Materials: How to Choose and Where to Find Them")[https://www-accessengineeringlibrary-com.proxy.library.nyu.edu/content/book/9780071741675/chapter/chapter2#copy_link]. Access provided by NYU Libraries. | ||
* kinetic artists & work | ||
* [Chico MacMurtrie](https://amorphicrobotworks.org/) | ||
* [Johannes Langkamp](https://joway.eu/installations/de-beweging-van-ruimte/) | ||
* [Nick Yulman](https://www.nysoundworks.org/soundart#/bricolo/) | ||
* [Jennifer Townley](http://www.jennifertownley.com/) | ||
* [Renia Mun](https://www.reinamun.xyz/) | ||
|
||
## Wednesday | ||
* Presentation by Nicholas & Kevin | ||
* review LED work | ||
* relays | ||
* Stepper motors | ||
* Haptic motors | ||
* rotary encoders | ||
* Assignement : | ||
* _Read_ : _Making Things Move_ (Chapter 9 "Making Things and Getting Things Made")[https://www-accessengineeringlibrary-com.proxy.library.nyu.edu/content/book/9780071741675/chapter/chapter9]. Access provided by NYU Libraries. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Motors | ||
Fancy electromagnets that spin. | ||
### brushless & brushed DC motors | ||
The DC brush motor is one of the simplest motors in use today. You can find these motors just about anywhere. They are in household appliances, toys, and automobiles. Being simple to construct and control, these motors are the go-to solution for professionals and hobbyists alike. | ||
### steppers | ||
### servos | ||
### Solenoids | ||
linear actuators that operate along the same principles as motors. | ||
### Relays | ||
a relay uses an electromagnet to open or close a switch. They make really fun clicking noises and are often used to control high voltage/high current circuits from a smaller, safer one | ||
### Transistors | ||
solid state switches used to amplify signals and power | ||
### Diodes | ||
polarized components that make sure electricity only flows in one direction. useful in AC circuits, or in DC circuits when using an inductive load like a motor | ||
### Bench power supply |