Raspberry Pi Pico
If you are into IoT, robotics, or automation, then there are good chances that you must have heard about the latest revelation from the Raspberry Pi foundation, i.e. the Pi Pico. If not, then allow me to introduce you the microcontroller board, YES, you read it right, A Microcontroller!!! Pi Pico is the first microcontroller from the manufacturers of Raspberry Pi, based on the Raspberry Pi’s RP2040 microcontroller chip and working on ARM’s Dual-core cortex M0+ architecture. It works at frequencies up to 133MHz and albeit looking powerless when compared to the other members of the Pi family it has a lot to offer. Unlike the other Pi boards which are basically a Linux based single board computer, Pico is a budget friendly microcontroller with 264kB multi-bank high-performance SRAM, 16 kb of on-chip cache, and 2MB of flash storage. It is actually an amazing board considering how affordable this board is, priced at just USD 4 (around INR 300 in Indian market) it is competing directly against the likes of established Arduino boards, blowing them out of water in terms of power and speed when competed against the similarly priced modules.
Raspberry Pi Pico Pinout
Raspberry Pi Pico has a total of 40 input and output pins out of which 26 are multipurpose GPIOs operating at 3.3V and 8 ground pins. Apart from these pins, it also has 3 pins for debugging. The below image taken from the official datasheet of Raspberry Pi Pico illustrates the layout of all the pins.
General Input and Output (GPIO) Pins on Pico:
The Raspberry Pi only utilises 26 out of 30 GPIOs the RP2040 has to offer, 26 pins are exposed and an additional 27th pin can only be used for the onboard LED. The Raspberry Pi Pico’s GPIO is powered from the on-board 3.3V rail and is therefore fixed at 3.3V. GPIO0 to GPIO22 are digital only and GPIO 26-28 are able to be used either as digital GPIO or as an ADC input which can be done through software.
The communication options this board has to offer are:
- 2 × SPI
- 2 × I2C
- 2 × UART
- 3 × 12-bit ADC
- 16 × controllable PWM channels
Power Pins on Pi Pico:
Power pins are used for either powering the pico from the power source or power the sensors and peripherals from the pico.
VBUS |
40 |
It is the 5V input from the micro-USB port, if there is no micro-USB attached to the pico, there won’t be any power to the VBUS. |
VSYS |
39 |
It is the main system bus which supplies the 3.3V output to the RP2040 microprocessor and other IO pins. VSYS feeds power to the RT6150 SMPS which generates a fixed 3.3V output.
|
3V3_EN |
37 |
it is the onboard enabled pin, it enables the 3.3V power supply on the pico board, it can be externally be used to turn the pico on or off.
|
3V3(Out) |
36 |
It is the main pin supply pin to the RP2040, and its IO generated by the SMPS, hence this pin can be used to enable output circuitry. Max permissible current is 300mA |
The Pi Pico can either be powered through a USB cable(via VBUS) or through a battery or other sources(via VSYS), when both the inputs are connected together, the input with higher potential supplies the power. For connecting 2 sources you need to connect it to VSYS in series with a Schottky diode.
Pico Ground Pins:
There are 2 kinds of ground pins in the board, a digital ground and a ground pin for analog IO. The differences are given below-
Name |
Pin no. |
Description |
GND |
3,8,13,18,23,28,33,38 |
All the ground pins in the boards are interconnected. All the devices, peripheral and sensors are connected to the ground pins to close the electrical circuit and to achieve a common reference ground throughout the circuit. The board has a total of 9 ground pins. 8 in GPIO’s and 1 for Debugging |
AGND |
33 |
Also known as analog ground. It is intended for reference voltage for the ADCs and DACs. It is for the ground reference for GPIO26-29, a separate analog ground plane is running under these signals and terminating at this pin. In the absence of an ADC or ADC, this pin acts as a digital ground.
|
Looking closely at the board, you will realize that all the ground pins have squared-off copper pads compared to the semi-circular pads for any other pins. Pin 33 acts as both a GND as well as the AGND.
Test Points on Raspberry Pi Pico:
These points are used during the manufacturing process to test the boards. These are only visible at the rare side of the board.
Test point pin number |
Function |
TP1 |
Ground |
TP2 |
USB DM |
TP3 |
USB DP |
TP4 |
GPIO23/SMPS PS pin (not to be used) |
TP5 |
GPIO25/LED (not to be used) |
TP6 |
BOOTSEL |
These pins can be used for purposes such as if the board is used as surface mount modules. TP1, TP2, and TP3 can be used in place of micro-USB. TP6 can be used to drive the system into mass-storage USB programming mode (by shorting it low at power-up). TP4 and TP5 are not intended to be used at all.
It has an additional pin called the Run.
RUN – it is an RP2040 enabled pin. It can also be used as a reset for the RP2040 microcontroller.
Raspberry Pi Pico Specifications
The following are some of the important specifications of the Pico board that you might want to know. If you want more information, you can always refer to the Raspberry pi pico datasheet linked at the bottom of this page.
- Powered by RP2040 microcontroller from Pi foundation
- Operating Voltage: 1.8V to 5.5V
- Dual-Core Arm Cortex-M0+ processor
- 133MhZ clock frequency
- 264KB SRAM and 2MB Flask Memory
- 26 GPIO pins with 2 Analog pins
- Peripherals: UART (2), SPI (2), I2C (2), PWM (16), USB (1)
- Integrated Temperature sensor
- Low-power Sleep and dormant modes
Programming your Pi Pico:
The easiest method to program your Pi Pico is by using MicroPython, you can use a compiler such as Thonny IDE. Raspberry Pi Pico comes with two different platforms for programming and also two different programming languages support i.e. “C/C++ or MicroPython”.
Recommended Operating Conditions:
The most optimum operating conditions for the board by the manufacturers are listed down:
Parameter |
Min |
Max |
Operating Temperature |
-20°C |
-85°C |
VBUS |
4.5V |
5.5V |
VSYS |
1.8V |
5.5V |
Raspberry Pi Pico Dimensions
The board comes in a DIP package with a thickness of 1mm and sides as 21mm and 51mm for it’s width and length, respectively. All the dimensions of the board are illustrated in the image below.
The latest board from the Raspberry Pi Foundation is surely a game-changer, the microcontroller is a lucrative option for beginners and seasoned engineers alike. It is a great product and with an asking price of just $4 is a bang for your buck.
Где администратор components101.com ??