Intro to Physical Computing Syllabus

Research & Learning

Other Class pages

Shop Admin

ITP Help Pages
Tom's pcomp site
DanO's pcomp site


Components

Labs.Components History

Hide minor edits - Show changes to markup

September 12, 2012, at 02:38 PM by dpr2 -
Changed lines 15-16 from:

Link to 7805 datasheet

to:

Link to 7805 datasheet

September 11, 2012, at 11:32 AM by agq202 -
Changed line 57 from:

Switches are one form of digital input. There are many kinds of switches. The two most useful caategories are momentary switches, which remain closed only when you press them, and toggle switches, which stay in place after you switch them.

to:

Switches are one form of digital input. There are many kinds of switches. The two most useful categories are momentary switches, which remain closed only when you press them, and toggle switches, which stay in place after you switch them.

September 04, 2012, at 02:21 AM by ndy204 -
Added lines 134-136:

Gears can be used to change the speed and torque of motors.

September 04, 2012, at 02:19 AM by ndy204 -
Changed lines 121-122 from:
to:

A servo motor is paired with an encoder (e.g. an Arduino) to provide position/speed readings and control messages in a feedback loop. This loop is used to precisely control of the servo's degree of rotation.

Changed lines 128-129 from:
to:

DC motors utilize induction (an electromagnetic field generated by current flowing through a wire coil) to rotate a central shaft. You can reverse the direction that the shaft rotates by reversing the leads powering it.

Added lines 151-153:

Screw terminals are electrical connectors that hold wires in place with a clamping screw. They allow for a more secure connection than female headers and more flexibility than soldering a wire in place.

September 03, 2012, at 05:23 PM by ndy204 -
Added lines 120-121:
Added lines 126-127:
Added lines 136-138:

An H bridge is an electronic circuit that enables a voltage to be applied across a load in either direction. They are often used to control the direction or a DC motors.

Changed lines 141-142 from:

Reed Relay

reed relay
reed relay
to:

Electromechanical Relay

reed relay
electromechanical relay

Like transistors, relays are electronic switches. Electromechanical relays contain a small coil that, when energized, creates a magnetic field that moves a small metal armature to open or close an electrical contact. Relays can handle higher current than transistors and can be used for AC or DC loads. However, because they rely on a physical mechanism, they are slower and more prone wearing out. If you want to control a relay with the Arduino, you will need to use a transistor as an intermediary because most relays draw more current than the Arduino's output pins can supply,

September 03, 2012, at 04:46 PM by ndy204 -
Changed line 80 from:

The number on a ceramic cap gives you its value and order of magnitude. For example, 104 indicates a 0.1 microfarad (uF) cap. 103 indicates a 0.001 microfarad cap.

to:

The number on a ceramic cap gives you its value and order of magnitude. For example, 104 indicates a 0.1 microfarad (uF) cap. 103 indicates a 0.01 microfarad cap.

September 02, 2012, at 04:47 PM by ndy204 -
Changed line 22 from:
to:
February 19, 2009, at 03:09 PM by rmn236 -
Added lines 116-118:

Motors

Servo Motor

Added lines 121-122:

DC Motor

Added lines 125-126:

Gear Kit

Added lines 129-130:

H-Bridge

Added lines 133-134:

Reed Relay

Added lines 137-138:

Screw Terminal

February 19, 2009, at 03:08 PM by rmn236 -
Added lines 104-105:

Power Jacks

Added lines 110-111:

Battery Holders

February 19, 2009, at 03:07 PM by rmn236 -
Changed lines 3-4 from:

Voltage Regulator

to:

(:*toc Table of Contents:)

Voltage Regulator

Changed lines 23-24 from:

LED

to:

LED

Changed lines 35-36 from:

Resistors

to:

Resistors

Changed lines 41-42 from:

Potentiometers

to:

Potentiometers

Changed lines 53-54 from:

Switches

to:

Switches

Changed line 62 from:

Photocells

to:

Photocells

Changed line 68 from:

Thermistors

to:

Thermistors

Changed lines 73-74 from:

Capacitors

to:

Capacitors

Changed line 90 from:

Diodes

to:

Diodes

Changed line 99 from:

Transistors

to:

Transistors

Changed lines 123-124 from:


to:


August 28, 2008, at 05:27 PM by tqi6023 -
Added line 50:
Added line 59:
Added line 65:
Added line 70:
Added lines 87-88:

Diodes

Added line 90:

Diodes permit voltage to flow in one direction and block it in the other direction. LEDs are a type of diode, as are the 1N4001 diodes shown here. They're useful for stopping voltage from going somewhere you don't want it to go.

Added lines 93-94:

Zener diodes have a breakdown voltage past which they allow current to flow in both directions. They're used to chop off excess voltage from a part of a circuit.

Added lines 96-97:

Transistors

Added lines 99-100:

Transistors act as electronic switches. When you put a small voltage across the base and emitter, the transistor allows a larger current and voltage to flow from the collector to the emitter.

August 28, 2008, at 05:23 PM by tqi6023 -
Added lines 73-74:

The number on a ceramic cap gives you its value and order of magnitude. For example, 104 indicates a 0.1 microfarad (uF) cap. 103 indicates a 0.001 microfarad cap.

Added line 78:

Electrolytic capacitors can generally store more charge than ceramic caps, and are longer lasting and more expensive. They're usually polarized, meaning that they have a positive leg and a negative leg. This is because current flows more efficiently through them one way than the other.

Added line 81:

An electrolytic cap will have a + or - on one side, as shown here.

August 28, 2008, at 05:20 PM by tqi6023 -
Added line 71:
ceramic capacitors
ceramic capacitors
Deleted lines 72-73:
ceramic capacitors
ceramic capacitors
August 28, 2008, at 05:19 PM by tqi6023 -
Added line 45:
Added line 55:


Added line 58:

Photocells

Added lines 60-61:

Photocells are variable resistors whose resistance changes as the light hitting them changes.

Added line 63:

Thermistors

Added line 65:

Thermistors are variable resistors whose resistance changes as the temperature changes.

Added lines 67-72:

Capacitors

Capacitors store electrical energy while there's energy coming in, and release it when the incoming energy stops. They have a variety of uses. One common use is to smooth out the dips and spikes in an electrical supply. This use is called decoupling.

Ceramic capacitors are cheap and unpolarized. They generally have very small capaacitance values. They're useful decoupling caps in a low-current circuit. You often see them used to decouple the power going into a microcontroller or other integrated circuit.

Added line 75:
August 28, 2008, at 05:14 PM by tqi6023 -
Added lines 33-34:

Resistors

Changed line 37 from:

Resistors resist the flow of electrical current. When placed in series, they reduce the voltage, and limit the current. The bands on a resistor indicate the resistor's value. Here's a handy resistor color code calculator.

to:

Resistors resist the flow of electrical current. When placed in series, they reduce the voltage, and limit the current. The bands on a resistor indicate the resistor's value. Here's a handy resistor color code calculator.

Added lines 39-40:

Potentiometers

Deleted line 43:
Added lines 49-50:

Switches

Changed line 53 from:

Switches are one form of digital input. There are many kinds of switches. The two most useful caategories are momentary switches, which remain closed only when you press them, and toggle switches, which stay in place after you switch them.

to:

Switches are one form of digital input. There are many kinds of switches. The two most useful caategories are momentary switches, which remain closed only when you press them, and toggle switches, which stay in place after you switch them.

August 28, 2008, at 05:12 PM by tqi6023 -
Added lines 34-35:

Resistors resist the flow of electrical current. When placed in series, they reduce the voltage, and limit the current. The bands on a resistor indicate the resistor's value. Here's a handy resistor color code calculator.

Deleted lines 36-37:
LEDs
LEDs


Added lines 38-40:

Potentiometers are variable resistors. The two outside terminals act as a fixed resistor. A movable contact called the wiper moves across the resistor, producing a variable resistance between the center terminal and either of the two sides.

Added lines 43-44:

Trimmer potentiometers are designed to be mounted on a circuit board, difficult to turn, so you can use them to adjust a circuit. They're handy to use as physical variables, to tune your project.

Added lines 47-49:

Switches are one form of digital input. There are many kinds of switches. The two most useful caategories are momentary switches, which remain closed only when you press them, and toggle switches, which stay in place after you switch them.

toggle switches
toggle switches
Deleted lines 50-51:
toggle switches
toggle switches


August 28, 2008, at 05:05 PM by tqi6023 -
Changed line 77 from:
to:
reed relay
reed relay
August 28, 2008, at 05:00 PM by tqi6023 -
Changed line 33 from:
to:
resistors
resistors
Changed line 35 from:
to:
LEDs
LEDs
Changed line 37 from:
to:
potentiometer
potentiometer
Changed line 39 from:
to:
trimmer potentiometers
trimmer potentiometers
Changed line 41 from:
to:
momentary switches
momentary switches
Changed line 43 from:
to:
toggle switches
toggle switches
Changed line 45 from:
to:
photocell
photocell
Changed line 47 from:
to:
thermistor
thermistor
Changed line 49 from:
to:
ceramic capacitors
ceramic capacitors
Changed line 51 from:
to:
electrolytic capacitors
electrolytic capacitors
Changed line 53 from:
to:
electrolytic capacitor detail
electrolytic capacitor detail
Changed line 55 from:
to:
1N4001 diodes
1N4001 diodes
Changed line 57 from:
to:
zener diodes
zener diodes
Changed line 59 from:
to:
transistors
transistors
Changed line 61 from:
to:
DC power jack, disassembled
DC power jack, disassembled
Changed line 63 from:
to:
DC power jack
DC power jack
Changed line 65 from:
to:
AA battery holder
AA battery holder
Changed line 67 from:
to:
9V battery snap
9V battery snap
Changed line 69 from:
to:
servomotor
servomotor
Changed line 71 from:
to:
DC motor
DC motor
Changed line 73 from:
to:
gearbox kit
gearbox kit
Changed line 75 from:
to:
H-bridge
H-bridge
Changed line 79 from:
to:
screw terminals
screw terminals
August 28, 2008, at 04:59 PM by tqi6023 -
Changed line 31 from:
to:
solderless breadboard
solderless breadboard
August 28, 2008, at 04:58 PM by tqi6023 -
August 28, 2008, at 04:56 PM by tqi6023 -
Changed lines 31-81 from:
to:
August 28, 2008, at 04:33 PM by tqi6023 -
Added line 20:
Changed lines 23-24 from:

http://itp.nyu.edu/physcomp/images/labs/leds.jpg

to:
LEDs
LEDs
August 28, 2008, at 04:32 PM by tqi6023 -
Changed line 19 from:

[<<]

to:


August 28, 2008, at 04:32 PM by tqi6023 -
Changed line 19 from:
to:

[<<]

August 28, 2008, at 04:31 PM by tqi6023 -
Changed lines 15-19 from:
to:
3.3V Voltage Regulator
3.3V voltage regulator

3.3V regulators are also common. Note that these ones don't have the same pin configuration as the 7805 regulators!

August 28, 2008, at 04:30 PM by tqi6023 -
Changed lines 5-6 from:
to:
5V Voltage Regulator
5V voltage regulator
August 28, 2008, at 04:28 PM by tqi6023 -
Changed lines 5-6 from:

http://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg

to:
May 14, 2006, at 05:45 PM by tigoe -
Changed lines 16-17 from:

LEDs

to:

LED

May 14, 2006, at 05:43 PM by tigoe -
Changed lines 13-15 from:

Link to 7805 datasheet

to:

Link to 7805 datasheet

May 14, 2006, at 05:42 PM by tigoe -
Changed lines 24-26 from:

LEDs can only handle a limited amount of current and voltage. The details should be covered in each LED's datasheet, but if not, here's a link to a handy LED current calculator.

to:

LEDs can only handle a limited amount of current and voltage. The details should be covered in each LED's datasheet, but if not, here's a link to a handy LED current calculator. For most common LEDs running at 5 volts, a resistor between 220 and 1K ohms will do the job.

May 14, 2006, at 05:41 PM by tigoe -
Changed lines 1-2 from:

Here are some of the components you'll use frequently when making electronic circuits.

to:

Here are some of the components you'll use frequently when making electronic circuits. For more on any component, check out its datasheet.

Added lines 13-15:

Link to 7805 datasheet

Added lines 23-26:

LEDs can only handle a limited amount of current and voltage. The details should be covered in each LED's datasheet, but if not, here's a link to a handy LED current calculator.

May 14, 2006, at 05:36 PM by tigoe -
Changed lines 17-19 from:

LEDs, or Light Emitting Diodes, are diodes that emit light when given the correct voltage. Like all diodes, they are polarized, meaning that they only operate when oriented correctly in the circuit. The anode of the LED connects to voltage, and the cathode connects to ground. The anode in the LEDs in this photo is the longer leg on each LED. LEDs come in many diferent packages. The packages above have built-in lenses.

to:

LEDs, or Light Emitting Diodes, are diodes that emit light when given the correct voltage. Like all diodes, they are polarized, meaning that they only operate when oriented correctly in the circuit. The anode of the LED connects to voltage, and the cathode connects to ground. The anode in the LEDs in this photo is the longer leg on each LED. LEDs come in many diferent packages. The packages above have built-in lenses.

These LEDs are the cheapest you can buy, and they're not very bright. You can get superbright LEDs as well, which are much brighter. If you're working on applications that need very small light sources, you can also get LEDs in a surface mount package.

May 14, 2006, at 05:34 PM by tigoe -
Added lines 11-12:

The 7800 series regulators come in many different voltages. 7805 is a 5-volt regulator. 7809 is a 9-volt regulator. 7812 is a 12-volt regulator. All the regulators of this family have the same pin connections. In the image above, the left leg is connected to the input voltage. The middle leg is connected to ground. The right leg is the output voltage.

May 14, 2006, at 05:31 PM by tigoe -
Changed lines 13-14 from:

http://itp.nyu.edu/physcomp/images/labs/led.jpg

to:

http://itp.nyu.edu/physcomp/images/labs/leds.jpg

May 14, 2006, at 05:31 PM by tigoe -
Changed lines 9-15 from:

Note the label on the regulator that reads "7805". Check the label on every component. This physical form factor, called the package, is used by many different components, and not all of them are voltage regulators. This is a TO-220 package.

to:

Note the label on the regulator that reads "7805". Check the label on every component. This physical form factor, called the package, is used by many different components, and not all of them are voltage regulators. This is a TO-220 package.

LEDs

http://itp.nyu.edu/physcomp/images/labs/led.jpg

LEDs, or Light Emitting Diodes, are diodes that emit light when given the correct voltage. Like all diodes, they are polarized, meaning that they only operate when oriented correctly in the circuit. The anode of the LED connects to voltage, and the cathode connects to ground. The anode in the LEDs in this photo is the longer leg on each LED. LEDs come in many diferent packages. The packages above have built-in lenses.

May 14, 2006, at 05:14 PM by tigoe -
Added lines 5-6:

http://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg

Deleted lines 8-9:

http://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg

May 14, 2006, at 05:14 PM by tigoe -
Changed lines 5-6 from:

Voltage regulators take a range of DC voltage and convert it to a constant voltage. For example, this regulator, a 7805 regulator, takes a range of 8 - 15 volts DC input and converts it to a constant 5-volt output. http://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg

to:

Voltage regulators take a range of DC voltage and convert it to a constant voltage. For example, this regulator, a 7805 regulator, takes a range of 8 - 15 volts DC input and converts it to a constant 5-volt output.

http://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg

May 14, 2006, at 05:09 PM by tigoe -
Changed lines 5-6 from:

Voltage regulators take a range of DC voltage and convert it to a constant voltage. For example, this regulator, a 7805 regulator, takes a range of 8 - 15 volts DC input and converts it to a constant 5-volt output. http://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg

to:

Voltage regulators take a range of DC voltage and convert it to a constant voltage. For example, this regulator, a 7805 regulator, takes a range of 8 - 15 volts DC input and converts it to a constant 5-volt output. http://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg

May 14, 2006, at 05:09 PM by tigoe -
Changed lines 5-6 from:

Voltage regulators take a range of DC voltage and convert it to a constant voltage. For example, this regulator, a 7805 regulator, takes a range of 8 - 15 volts DC input and converts it to a constant 5-volt output. http://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg

to:

Voltage regulators take a range of DC voltage and convert it to a constant voltage. For example, this regulator, a 7805 regulator, takes a range of 8 - 15 volts DC input and converts it to a constant 5-volt output. http://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg

May 14, 2006, at 05:09 PM by tigoe -
Changed lines 3-4 from:

Voltage Regulatorhttp://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg Voltage regulators take a range of DC voltage and convert it to a constant voltage. For example, this regulator, a 7805 regulator, takes a range of 8 - 15 volts DC input and converts it to a constant 5-volt output.

to:

Voltage Regulator

Voltage regulators take a range of DC voltage and convert it to a constant voltage. For example, this regulator, a 7805 regulator, takes a range of 8 - 15 volts DC input and converts it to a constant 5-volt output. http://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg

May 14, 2006, at 05:08 PM by tigoe -
Changed lines 3-7 from:

Voltage Regulator

http://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg Voltage regulators take a range of DC voltage and convert it to a constant voltage. For example, this regulator, a 7805 regulator, takes a range of 8 - 15 volts DC input and converts it to a constant 5-volt output.

to:

Voltage Regulatorhttp://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg Voltage regulators take a range of DC voltage and convert it to a constant voltage. For example, this regulator, a 7805 regulator, takes a range of 8 - 15 volts DC input and converts it to a constant 5-volt output.

May 14, 2006, at 05:08 PM by tigoe -
Changed lines 5-6 from:

http://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg

to:

http://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg

May 14, 2006, at 05:08 PM by tigoe -
Changed lines 5-6 from:

http://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg

to:

http://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg

May 14, 2006, at 05:08 PM by tigoe -
Changed lines 7-9 from:

Voltage regulators take a range of DC voltage and convert it to a constant voltage. For example, this regulator, a 7805 regulator, takes a range of 8 - 15 volts DC input and converts it to a constant 5-volt output.

to:

Voltage regulators take a range of DC voltage and convert it to a constant voltage. For example, this regulator, a 7805 regulator, takes a range of 8 - 15 volts DC input and converts it to a constant 5-volt output.

Note the label on the regulator that reads "7805". Check the label on every component. This physical form factor, called the package, is used by many different components, and not all of them are voltage regulators. This is a TO-220 package.

May 14, 2006, at 04:55 PM by tigoe -
Added lines 1-7:

Here are some of the components you'll use frequently when making electronic circuits.

Voltage Regulator

http://itp.nyu.edu/physcomp/images/labs/voltage_reg.jpg

Voltage regulators take a range of DC voltage and convert it to a constant voltage. For example, this regulator, a 7805 regulator, takes a range of 8 - 15 volts DC input and converts it to a constant 5-volt output.

  Edit | View | History | Print | Recent Changes | Search Page last modified on September 12, 2012, at 02:38 PM