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 QT - These connectors allow you to connect to dev boards with STEMMA QT connectors or to other things with various associated accessories. The port is located on the end of the PiCowbell.
The PiCowbell has screw terminal blocks for each matching pad on the Pico or Pico W: 40 total pins, 40 total blocks. Next to the terminal blocks are the holes for attaching a Pico or Pico W. If you have the version with the pre-soldered socket headers you can plug in your board here. If you have the version without headers, you can attach a Pico to the PiCowbell a few different ways:
- Use the Pico Stacking Headers if you want to plug into a breadboard or other accessory with sockets.
- Use the Pico Socket Headers if you want to plug directly in and have a nice, solid connection without any poking-out bits.
- Use the Short Socket Headers for a very slim but pluggable design, note that you'll want to trim down the Pico's headers or use the short plug headers on the Pico to have a skinny sandwich.
- Solder the PCB directly to the Pico headers - of course, this is very compact and inexpensive, but you won't be able to remove the PiCowbell.
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 4 hole-connected strips. You can cut the traces between the holes, but they're intended to be treated like a mini-mini breadboard.
Text editor powered by tinymce.