1: Simple LED

This is the first build because it teaches the main idea of a circuit: electricity needs a complete path.

In this project, you will build the simplest possible circuit: power goes out from 3V3, through a resistor and LED, and returns to GND.

Along the way you will practice:

Learn more (optional):

Goal

Make one LED turn on.

Parts you need

Build idea

You are making a path like this:

3V3 -> resistor -> LED -> GND

That means power leaves the 3V3 pin, goes through the resistor, passes through the LED, and returns to GND.

Build steps

Try each step, then check your work with the blurred photos below. Did you connect it the way you meant to?

Important: choose the right resistor

Your kit has 150Ω and 100Ω resistors.

  • For a red or yellow LED, use 150Ω
  • For a green, blue, or white LED, use 100Ω

Using the wrong resistor can damage an LED.

  1. Place the RP2040-Zero into the breadboard. Place the RP2040-Zero into the breadboard.
  2. Place the LED on the breadboard so the two legs are in different rows. Place the LED on the breadboard so the two legs are in different rows.
  3. Put a resistor in series with the LED, connected to the long leg (+).
    Put a resistor in series with the LED, connected to the long leg (+).
  4. Using a jumper wire, connect the resistor side to 3V3. Using a jumper wire, connect the resistor side to 3V3.
  5. Using a jumper wire, connect the short leg (-) of the LED to GND. Using a jumper wire, connect the short leg (-) of the LED to GND.
  6. Plug the board into USB. Plug the board into USB.

If everything is connected correctly, the LED should light up. If everything is connected correctly, the LED should light up.

Schematic Diagram

What to notice

If it does not work

Check these first:

Try this next

Swap the LED for a different color and see what changes.