Electronics Part Guide

The following may help you navigate the most common electronics parts we use from the lab supply.

Microcontrollers

../../_images/Pico.jpg

The Raspberry Pi Pico is a low-cost microcontroller board from the Raspberry Pi Foundation which we will be using for the course. It supports programming in CircuitPython, MicroPython, and C++. Please note this device uses 3.3V logic (not 5V) so not all Arduino circuit examples are compatible. More details: Raspberry Pi Pico datasheet

Description: The Raspberry Pi Pico gets instructions from a computer and follows them as long as it has power. It can be an input, output, or both.
Location: Controller: Controller
Part Number: 1005


Description: USB cable, A to micro B, 6’ length
Location: Wiring 7
Part Number: 1980

../../_images/EDArduino-UNO-Arduino-Compatible-400x400.jpg

The Arduino UNO has been a workhorse for physical computing teaching for years. More details: Arduino Language Reference, Arduino Uno circuit diagram, Arduino Uno Hole Dimensions Drawing

Description: The Arduino gets instructions from a computer and follows them as long as it has power. It can be an input, output, or both.
Location: Special Parts Cabinet
Part Number: 1000


Breadboarding and Wiring

../../_images/breadboard-small.jpg

This small breadboard is sometimes useful for mounting an individual sensor circuit. The grid has 17 rows with no power busses.

Description: Grid of sockets for developing electronic circuits and microcontroller projects, composed of conductive strips beneath the nonconductive cover
Location: Wiring 4
Part Number: 2108


../../_images/breadboard-medium.jpg

This medium breadboard is a convenient size for a Pico plus a small external circuit. The main grid has 30 rows, the Pico uses 20.

Description: Grid of sockets for developing electronic circuits and microcontroller projects, composed of conductive strips beneath the nonconductive cover
Location: Wiring 4
Part Number: 2106


../../_images/breadboard-large.jpg

N.B. in some versions of this large breadboard the power busses have a break in the center.

Description: Grid of sockets for developing electronic circuits and microcontroller projects, composed of conductive strips beneath the nonconductive cover
Location: Wiring 4
Part Number: 2104


../../_images/jumper-wires.png
Description: Used to make an electrical connection between two sockets
Part Number: 2102


../../_images/power-supply-5V-3A.jpg

This power supply is useful for powering small gearmotors or large hobby servos. N.B. the barrel jacks have oversize holes and don’t mate reliably to adapters (part 788); a quick fix is to slightly bend the adapter pin off center.

Description: power supply, 5V 3A output, 120V input, switching, 5.5mm center-positive barrel jack output
Part Number: 1395


../../_images/barrel-jack-female-screw-terminals.jpg

Barrel jack to screw terminal adapter intended for connecting the 5V power supply to wire leads.

Description: barrel jack, female, 5.5mm larger diameter x 2.5mm center pin diameter, screw terminal
Location: Connector: Barrels
Part Number: 788


Sensors and Switches

../../_images/optical-proximity-sensor.jpg

This active sensor emits invisible infrared light and detects when a nearby object reflects it back in the phototransistor sensor. It requires two external resistors to operate. The response time is fast, this can be used for non-contact motion sensing in conjunction with a slotted disc.

Description: optical proximity sensor, reflective, infrared, NPN phototransistor, LTH 1550-01
Location: Input: Motion & Object Presence
Part Number: 237


../../_images/miniature-limit-switch.jpg
Description: microswitch, lever, small size, breadboard compatible, UP01DTANLA04
Location: Input: Buttons & Switches
Part Number: 350


../../_images/ADXL335-with-pins.jpg
Description: accelerometer, 3-axis, analog output, ADXL335
Location: Input: Acceleration & Orientation
Part Number: 368


../../_images/photocell1-400x400.jpg

This sensor has resistance which decreases in bright light. The response time is relatively slow, it is intended for light-level measurement, not motion sensing.

Description: photoresistor, cadmium sulfide, resistance decreases as light level increases
Location: Input: Light
Part Number: 260


../../_images/HC-SR04-Ultrasonic-Proximity-sensor-350x350.jpg

This active sensor emits inaudible ultrasonic sound pulses and detects the returned echoes.

Description: Measures distance
Location: Input: Distance
Part Number: 572


Motor and Power Drivers

../../_images/Pololu-TB6612-labeled.jpg

This driver can control two small motors bidirectionally PWM and direction signals for each motor.

Description: motor driver, H-bridge, dual driver, 1A continous (3A peak) per channel, 4.5V-13.5V, TB6612FNG
Location: Output: Movement
Part Number: 485


../../_images/Pololu-DRV8833-labeled.png

This part is being phased out: this driver can control two small motors bidirectionally using a pair of PWM and direction signals for each motor.

Description: Able to drive two motors both clockwise and counterclockwise
Location: Special Parts Cabinet
Part Number: 482


../../_images/IRLB8721PbF.jpg

This is a MOSFET power transistor which can switch large currents using a logic-level control input. This particular part has a gate threshold low enough to work from 3.3V logic like the Raspberry Pi Pico. Typically these operate as high-speed ON/OFF switches with variable output produced using PWM.

Description: transistor, compatible with 3.3V logic, switch 62A at 30V, IRLB8721PbF
Location: Electrical Components: Transistors
Part Number: 8721


../../_images/generic-DIP-18.jpg
Description: transistor, Darlington array, 50V, 500mA per pin, NPN, 18-DIP, ULN2803
Location: Electrical Components: Transistors
Part Number: 2803


../../_images/generic-DO-41.jpg

Typical rectifier diode used as flyback diode in transistor driver circuits to absorb inductive voltages.

Description: Electrical connector to power motor and receive movement instructions from Arduino. Output shaft can rotate with motor continuously in either direction.
Location: Electrical Components: Diodes
Part Number: 4004


Resistors

The lab stocks carbon-composition resistors with 1/4 Watt rating and 5% tolerance in a wide range of values.

../../_images/resistor-270.png
Description:
Part Number: 19


../../_images/resistor-5.6K.png
Description:
Part Number: 43


Misc. Components

../../_images/laser-diode.jpg

Laser diode, 5 milliwatt, 5 Volt, 650 nm (red). Draws a visible dot. Intended for long-distance through-beam sensing or laser show displays.

Description: laser diode, draws dot, 5mW, 5V red laser, 650nm (red)
Location: Output: Light
Part Number: 778


Page generated on 2025-08-18.