User Tools

Site Tools


notes:c4eng:fall2022:projects:vcc0

This is an old revision of the document!


BACKGROUND

SELECTION LOGIC

RELATIONAL OPERATORS

WIRINGPI INSTALL

WIRINGPI COMMAND-LINE USAGE

ELECTRONICS

BREADBOARD

The breadboard is the device we will use to build our circuits:

The electrical layout of the breadboard is as follows:

Here's a good video overview of the functionality of a breadboard:

COMPONENTS

CIRCUIT

ONE LED

Here is a diagram for a circuit driving one LED, from one GPIO pin:

You are after a circuit that drives four LEDs, each one from a unique GPIO pin.

SPECIFICATIONS

PI SETUP

wget https://project-downloads.drogon.net/wiringpi-latest.deb
sudo dpkg -i wiringpi-latest.deb

PROGRAM

notes/c4eng/fall2022/projects/vcc0.1662474326.txt.gz · Last modified: 2022/09/06 14:25 by wedge