# Adafruit Proto Under Plate PiCowBell

## Overview

![](https://cdn-learn.adafruit.com/assets/assets/000/128/764/medium800/adafruit_products_5905-04.jpg?1710776753)

The **Adafruit Proto Under Plate PiCowBell** is intended to be treated like a mini solderless proto plate to simplify programming and sensor connectivity for your Raspberry Pi Pico board. Reset button? Yes! STEMMA QT / Qwiic connector for fast I2C? Indeed. Plug-and-play so no soldering necessary when used with a [Pico H](https://www.adafruit.com/product/5525) or [Pico WH](https://www.adafruit.com/product/5544)? Here you go!

![](https://cdn-learn.adafruit.com/assets/assets/000/128/765/medium800/adafruit_products_5905-03.jpg?1710776815)

This board has double sockets already soldered on, you can plug in your Pico board directly in, and get access to a prototyping area underneath _as well as_ a second row of socket pins. The second row means you can connect wires just by poking them into the header, either directly to LEDs or buttons or to jumper to a breadboard. So you don't have to look up or count pins, each socket is nicely labeled. There's also 4 mounting holes for easy attachment to an underplate.

![](https://cdn-learn.adafruit.com/assets/assets/000/128/766/medium800/adafruit_products_5905-01.jpg?1710776851)

The dual socket headers we use are 'hollow' - that means you _can_ connect through the back if desired. Specifically, you can use [Pico Stacking Headers](https://www.adafruit.com/product/5582) to plug through to some other device that is expecting Pico pins. Also, in theory, if you soldered pin headers on the 'wrong side' of a Pico, you could plug it up through the bottom.

![](https://cdn-learn.adafruit.com/assets/assets/000/128/767/medium800/adafruit_products_5905-02.jpg?1710776897)

We recommend picking up a set of [little rubber feet](https://www.adafruit.com/product/550) to protect your desk if you're not mounting this board to something else.

**The Proto Under Plate PiCowBell provides you with the following:**

- **2x20 slim socket headers** - plug in your Pico and have an extra row of sockets for each pin!
- **Right angle**  **reset button** that sticks out the end.
- **Right angle JST SH connector for I2C / Stemma QT / Qwiic** connection. Or can use it for plain GPIO wiring if you don't have any I2C devices to attach. Provides 3V, GND, IO4 (SDA), and IO5 (SCL).  
There is an extra set of 4 breakout holes next to the JST SH if you want more I2C connections or want to re-assign the I2C port.
- **3 hole-connected strips** are in the center area. You can cut the traces between the holes, but they're intended to be treated like a mini-mini breadboard.
- **Every pad on the Pico has a duplicate hole pad** next to it for solder-jumpering.
- **The ground pads have white silkscreen rectangles** to easily identify, plus one long ground strip near the reset button.
- **One long strip of connected holes for 3.3V power.**
- Gold-plated pads for easy soldering.

![](https://cdn-learn.adafruit.com/assets/assets/000/128/768/medium800/adafruit_products_5905-05.jpg?1710776984)

We do not have I2C pullups on the board, but your Qwiic/QT breakout board or accessory likely already has them onboard. If using the Philhower Arduino core, the Wire peripheral is already set up to use IO4 and IO5. If using CircuitPython or MicroPython, you'll need to let the code know to look at 4+5 for SDA+SCL pins.

# Adafruit Proto Under Plate PiCowBell

## Pinouts

![](https://cdn-learn.adafruit.com/assets/assets/000/128/770/medium800/adafruit_products_double.jpg?1710780827)

## Power

- **VB (VBUS)** - This is the micro-USB input voltage, connected to the micro-USB port on the Raspberry Pi Pico. It is nominally 5V.
- **VS (VSYS)** - This is the main system input voltage. It can range from 1.8V to 5.5V and is used to generate the 3.3V needed for the RP2040 and the GPIO pins.
- **EN (3V3\_EN)** - This connects to the enable pin on the Raspberry Pi Pico, and is pulled high (to VSYS) via a 100kΩ resistor.
- **3.3V** - This is the 3.3V output from the Raspberry Pi Pico. There is a long strip of connected holes for 3.3V power, noted by a line of white on the board silk.
- **VREF (ADC\_VREF)** - This is the ADC power supply and reference voltage. It is generated on the Raspberry Pi Pico by filtering the 3.3V supply. It can be used with an external reference when ADC performance is required.
- **GND** - This is the common ground for power and logic. All **GND pins are highlighted in white rectangles on the silk.**

## I2C Logic

- **SCL** - I2C clock pin on the PiCowBell. It is connected to your Pico I2C clock line, which is **GPIO5**. This connection is shared with the STEMMA QT port on the end of the board.
- **SDA** - I2C data pin on the PiCowBell. It is connected to your microcontroller I2C data line, which is **GPIO4**. This connection is shared with the STEMMA QT port on the end of the board.
- [STEMMA](https://learn.adafruit.com/introducing-adafruit-stemma-qt)**[QT](https://learn.adafruit.com/introducing-adafruit-stemma-qt) -** These connectors allow you to connect to dev boards with STEMMA QT connectors or to other things with [various associated accessories](https://www.adafruit.com/category/619). The port is located on the end of the PiCowBell.
- **STEMMA QT Breakout Holes** - There is an extra set of 4 breakout holes directly below the STEMMA QT port if you want more I2C connections or want to re-assign the I2C port.

## Socket Headers and Duplicate GPIO Hole Pads

The PiCowBell has two 2x20 slim socket headers to plug in your Pico and have an extra row of sockets for each pin. There are also duplicate hole pads next to each pin for solder-jumpering:

- **IO0-IO15** , **IO16-IO22** , **Reset** , **A0-A2** , **VR** , **3V** , **EN** , **VS** and **VB**. Ground pins that have a duplicate hole pad are highlighted in white rectangles on the board silkscreen.

## Proto Area

In the center of the board, you'll find the **proto area**. This area on the board is made up of 12 **3 hole-connected strips**. You can cut the traces between the holes, but they're intended to be treated like a mini-mini breadboard.

## Reset Button

At the bottom edge of the board is the reset button. It is routed to the **reset pin on the PiCowBell** and is labeled **RESET** on the board silk. You can press it to restart your program.

# Adafruit Proto Under Plate PiCowBell

## Downloads

## Files

- [EagleCAD PCB files on GitHub](https://github.com/adafruit/Adafruit-Proto-Under-Plate-PiCowBell-PCB)
- [3D Models on GitHub](https://github.com/adafruit/Adafruit_CAD_Parts/tree/main/5200%20Proto%20PiCowbell)
- [Fritzing object in the Adafruit Fritzing Library](https://github.com/adafruit/Fritzing-Library/blob/master/parts/Adafruit%20Proto%20Under%20Plate%20PiCowBell.fzpz)

## Schematic and Fab Print
![](https://cdn-learn.adafruit.com/assets/assets/000/130/262/medium800/adafruit_products_schem.png?1717001513)

![](https://cdn-learn.adafruit.com/assets/assets/000/130/261/medium800/adafruit_products_fab.png?1717001480)

![](https://cdn-learn.adafruit.com/assets/assets/000/128/908/medium800/adafruit_products_5905_Proto_PiCowBell.jpg?1711382729)


## Primary Products

### Adafruit Proto Under Plate PiCowBell for Pico

[Adafruit Proto Under Plate PiCowBell for Pico](https://www.adafruit.com/product/5905)
The **Adafruit&nbsp;Proto Under Plate PiCowBell** is intended&nbsp;to be treated like a mini solder-less proto plate to simplify programming and sensor connectivity for your Raspberry Pi&nbsp;Pico board. Reset button? Yes! STEMMA QT / Qwiic connector for fast I2C? Indeed....

Out of Stock
[Buy Now](https://www.adafruit.com/product/5905)
[Related Guides to the Product](https://learn.adafruit.com/products/5905/guides)

## Featured Products

### Stacking Headers for Raspberry Pi Pico - 2 x 20 Pin

[Stacking Headers for Raspberry Pi Pico - 2 x 20 Pin](https://www.adafruit.com/product/5582)
These two&nbsp; **Stacking**** &nbsp;Headers**&nbsp;alone are, well, lonely. But pair them with the&nbsp;[Raspberry Pi Pico](https://www.adafruit.com/category/875), and you're in business!

What do they do? They stack. Put the headers through your...

Out of Stock
[Buy Now](https://www.adafruit.com/product/5582)
[Related Guides to the Product](https://learn.adafruit.com/products/5582/guides)
### Raspberry Pi Pico H - Pico with Headers Soldered

[Raspberry Pi Pico H - Pico with Headers Soldered](https://www.adafruit.com/product/5525)
The Raspberry Pi foundation changed single-board computing&nbsp;[when they released the Raspberry Pi computer](https://www.raspberrypi.org/archives/723), now they're ready to do the same for microcontrollers with the release of the brand new&nbsp; **Raspberry Pi Pico H with...**

In Stock
[Buy Now](https://www.adafruit.com/product/5525)
[Related Guides to the Product](https://learn.adafruit.com/products/5525/guides)
### Raspberry Pi Pico WH - Pico Wireless with Headers Soldered

[Raspberry Pi Pico WH - Pico Wireless with Headers Soldered](https://www.adafruit.com/product/5544)
The Raspberry Pi foundation changed single-board computing [when they released the Raspberry Pi computer](https://www.raspberrypi.org/archives/723), now they're ready to do the same for microcontrollers with the release of the brand new **Raspberry Pi Pico WH**....

In Stock
[Buy Now](https://www.adafruit.com/product/5544)
[Related Guides to the Product](https://learn.adafruit.com/products/5544/guides)
### Little Rubber Bumper Feet - Pack of 4

[Little Rubber Bumper Feet - Pack of 4](https://www.adafruit.com/product/550)
Keep your electronics from going barefoot, give them little rubber feet! These small sticky bumpers are our favorite accessory for any electronic kit or device. They are sticky, but not impossible to remove. They're small enough to fit onto any board, and have just enough height to give...

In Stock
[Buy Now](https://www.adafruit.com/product/550)
[Related Guides to the Product](https://learn.adafruit.com/products/550/guides)

## Related Guides

- [Adafruit Music Maker Shield](https://learn.adafruit.com/adafruit-music-maker-shield-vs1053-mp3-wav-wave-ogg-vorbis-player.md)
- [Analog Knobs on Raspberry Pi 400 with CYBERDECK Hat](https://learn.adafruit.com/analog-knobs-on-raspberrypi-400-with-cyberdeck-hat.md)
- [Pip-Boy 2040 Wrist-Mounted Prop](https://learn.adafruit.com/pip-boy-2040.md)
- [Adafruit LTR390 UV Sensor](https://learn.adafruit.com/adafruit-ltr390-uv-sensor.md)
- [Working with Multiple Same Address I2C Devices](https://learn.adafruit.com/working-with-multiple-i2c-devices.md)
- [IS31FL3731 16x9 Charlieplexed PWM LED Driver](https://learn.adafruit.com/i31fl3731-16x9-charliplexed-pwm-led-driver.md)
- [Adafruit AirLift Shield - ESP32 WiFi Co-Processor](https://learn.adafruit.com/adafruit-airlift-shield-esp32-wifi-co-processor.md)
- [USB MIDI Host2Host](https://learn.adafruit.com/usb-midi-host2host.md)
- [Adafruit SensorLab - Magnetometer Calibration](https://learn.adafruit.com/adafruit-sensorlab-magnetometer-calibration.md)
- [The Humble Velocipede](https://learn.adafruit.com/humblevelocipede.md)
- [Adafruit Terminal Block Breakout FeatherWing](https://learn.adafruit.com/adafruit-terminal-block-prototyping-breakout-featherwing.md)
- [Adafruit TCA9548A 1-to-8 I2C Multiplexer Breakout](https://learn.adafruit.com/adafruit-tca9548a-1-to-8-i2c-multiplexer-breakout.md)
- [Adafruit 8x16 LED Matrix FeatherWing](https://learn.adafruit.com/adafruit-8x16-led-matrix-featherwing.md)
- [Adafruit WebIDE](https://learn.adafruit.com/webide.md)
- [Adafruit ADG729 Dual 1-to-4 Analog Matrix Switch](https://learn.adafruit.com/adafruit-adg729-dual-1-to-4-analog-matrix-switch.md)
