Home Interests Raspberry Pi

How to Power the Raspberry Pi Pico

Put some juice in your Pico project!
howchoo   (467)
August 10, 2023
8 minutes

Share

Interests
Posted in these interests:
pi • 92 guides
pico • 4 guides

The Raspberry Pi Pico is a little board with a lot of room for creativity. But like your brain, the Pico needs the right juice to work properly! Makers have a few options when it comes to supplying the Pico with power ranging from portable batteries to hard-wired setups.

What is the Pico?

The Raspberry Pi Pico is a $4 microcontroller board from the Raspberry Pi Foundation. It uses the new RP2040 chip and is the first official microcontroller from the Raspberry Pi team.

1 – Powering the Pico overview

The Raspberry Pi Pico can accept a range of voltages between 1.8V and 5.5V. This makes it incredibly versatile when it comes to incorporating the Pico into projects where power demand can easily vary between modules.

There are two power input options on the Pico: the micro USB port and the VSYS GPIO pin, labeled as number 39 on official documentation. Any use of the VSYS pin will require a ground for the battery’s negative line.

2 – Power the Pico from a computer with USB

Powering the Pico via USB on a computer is the easiest method. Most makers will have the hardware necessary to power the Pico this way. This connection is also required to program the Pico.

The biggest drawback to this method is that it requires constant tethering to the machine. This is generally a temporary method of powering the Pico.

3 – Power the Pico via AC using USB

If you have an AC to USB adapter, you can use the micro USB cable to power the Pico in a more permanent configuration. In this setup, the Pico accepts power from the micro USB port with a cable connected directly to a wall outlet.

This method is ideal when your project requires constant power and with no demand for portability. Make sure your cable and adapter won’t deliver more than 5.5V to the Pico.

4 – Power the Pico using a battery

If you want to take your Pico on the go, you can always incorporate a battery into the project design. The type of battery you choose to use can be as big as a power bank or as small as a couple of AA batteriess. How much you’ll need depends on how long you need the Pico to be powered for and how much current it draws with any connected peripherals.

Portable battery packs with USB output will work just fine with the micro USB port on the Pico. If you want to use the micro USB port for something else, you may want to use the GPIO to connect the battery. This will free up the micro USB port while supplying power to the board.

5 – Power the Pico via GPIO

Powering the Pico using GPIO is easy, but has to be done with caution. Make sure you aren’t working with hot wires and unplug any cables you plan to solder.

  1. Determine your power source – Determine what you will use to supply power to the Pico (battery, wall adapter, etc).
  2. Connect the positive and ground wires – If your Pico has male headers soldered into place, you will need to connect the positive and negative ground wires to the Pico. Pin 39 is the VSYS pin capable of accepting power. Pin 38 is an adjacent ground pin, but any ground pin will do. If you don’t have any headers, you can solder the power connecting wires into place.
  3. Test the connection – Double-check your wiring before implementing a test run. If everything looks good, connect your battery or plug your cable in.

If everything worked, your Raspberry Pi Pico should be full of power and ready to run!

NEXT UP

How to Run a Minecraft Server on the Raspberry Pi

A whole world trapped inside your Pi.
howchoo   (467)
December 7, 2023

There are several ways to go about running a Minecraft server on the Raspberry Pi. In this guide, I’ll cover how to install Nukkit—a cross-platform Minecraft server that’s super easy to set up on the Raspberry Pi. This server should work with PCs, consoles, and tablets running Minecraft 1.14. I’ll be using a Raspberry Pi

Continue Reading

howchoo

 467 guides

Introducing Howchoo, an enigmatic author whose unique pen name reflects their boundless curiosity and limitless creativity. Mysterious and multifaceted, Howchoo has emerged as a captivating storyteller, leaving readers mesmerized by the uncharted realms they craft with their words. With an insatiable appetite for knowledge and a love for exploration, Howchoo's writing transcends conventional genres, blurring the lines between fantasy, science fiction, and the surreal. Their narratives are a kaleidoscope of ideas, weaving together intricate plots, unforgettable characters, and thought-provoking themes that challenge the boundaries of imagination.

Discover interesting things!

Explore Howchoo's most popular interests.

Explore