zł19.88 tax excl.
Raspberry Pi Pico 2, based on the RP2350 microcontroller, using the application and functional applications of the Cortex M33 and RISC-V cores, doubled SRAM memory and advanced security function, including Arm TrustZone. It is hardware and software with a connected model, which provides an attractive operation for enthusiasts and specialists in systems used
Raspberry Pi Pico 2 is a development board based on the RP2350 microcontroller, designed with high performance and security in mind. Compared to the previous version, Pi Pico 2 is characterized by the use of Cortex M33 cores with a higher clock speed, two additional RISC-V cores, doubling the SRAM and memory. In addition, the second version of the iconic board introduces new security features and improved interface capabilities. Raspberry Pi Pico 2 offers a significant increase in performance and functionality while maintaining hardware and software compatibility with earlier models of the Raspberry Pi Pico series.
The RP2350 system offers advanced security features based on Arm TrustZone for Cortex-M technology, including digitally signed boot, 8 KB of OTP antifuse memory for storing keys, SHA-256 acceleration, a hardware TRNG random number generator and fast error detectors. These features, along with the secure boot ROM, are well documented and available to all users, allowing professionals to seamlessly integrate the RP2350 and Raspberry Pi Pico 2 into their projects.

Kamami is the official distributor of Raspberry Pi minicomputers and dedicated accessories.
| Raspberry Pi Pico | Raspberry Pi Pico 2 | |
|---|---|---|
| Microcontroller | RP2040 | RP2350 |
| Core | 2 x ARM Cortex M0+ 133 MHz |
2 x ARM Cortex M33 150 MHz 2 x RISC-V Hazard3 |
| RAM | 256 kB | 520 kB |
| Flash | 2 MB | 4 MB |
| Communication interfaces |
2 x SPI 2 x I2C 2 x UART 3 x 12-bit ADC 16 kanałów PWM 8 x PIO |
2 x SPI 2 x I2C 2 x UART 3 x 12-bit ADC 24 kanały PWM 12 x PIO |
| Programmer interface | USB 1.1 / SWD | USB 1.1 / SWD |
| Security features | - |
Arm TrustZone for Cortex-M Digitally signed boot |
| Supply voltage | 1,8 – 5,5 V | 1,8 – 5,5 V |
| Dimensions | 51 x 21 mm | 51 x 21 mm |

MicroPython is a special version of the Python 3 programming language, prepared to run directly on embedded systems such as the Raspberry Pi Pico. The version prepared especially for the RP2350 microcontroller, supports REPL, an interactive shell that allows you to execute scripts, typing into the console and viewing the results of the program in it. Thanks to this technology, it is also possible to save the program in flash memory.
To facilitate the programming of the RP2350 microcontroller in C / C ++, the Raspberry Pi Foundation has prepared an official SDK toolkit that can be integrated with popular IDEs such as Visual Studio Code or Eclipse. The entire environment configuration process is described in the Getting started with Raspberry Pi Pico document.


The Raspberry Pi Pico can be programmed via the USB interface, it can be done in two ways.
The first is the USB mass storage mode, to program the board in this way, press and hold the BOOTSEL button, and then connect the board to the computer with a USB cable. The device will be recognized as mass memory to which you can upload the program in the same way as copying files to a pendrive. After uploading the program, the microcontroller will automatically reset and start the uploaded program. This method is suitable for uploading programs written in C / C ++ or for uploading the MicroPython interpreter.
The second way works only with programs written in MicroPython and requires prior loading of the interpreter using the first method. This method consists in saving the program layout transferred with REPL in the memory.
When programming in C/C++, there is often a need to repeatedly test the program. Loading a program via USB requires repeating the procedure every time, disconnecting the board from the computer, pressing the button and connecting the board, and then finding the compiled program and copying it to memory. The whole thing takes quite a long time, but fortunately it can be simplified using an external programmer with SWD interface. Programming via SWD is much faster, you only need to connect the programmer once with a 3-pin connector and power supply e.g. via USB and you can upload programs directly from the IDE. In addition, you can debug the program in this way and efficiently find any errors in the code by running it line by line.
Warning!
The Raspberry Pi Pico board does not include goldpin connectors and a microUSB cable. Our offer includes connectors for GPIO 1x40 (they can be easily divided into two 1x20 connectors) and a connector 1x3 for a programmer. There are also ready-made kits containing connectors and microUSB cable.

Data sheet
Manufacturer BTC Korporacja sp. z o. o. Lwowska 5 05-120 Legionowo Poland sprzedaz@kamami.pl 22 767 36 20
Responsible person BTC Korporacja sp. z o. o. Lwowska 5 05-120 Legionowo Poland sprzedaz@kamami.pl 22 767 36 20
Universal board equipped with a metalized hole grid with a pitch of 2.54 mm, enabling mounting using goldpin strips or directly on the surface, with markings facilitating the identification of signals
MicroMod main module with RP2040 microcontroller. Equipped with an M.2 connector, it can work with MicroMod expansion boards. SprakFun DEV-17720
CAN 2.0 module based on the MCP2551 and MCP2515 systems, equipped with the RP2040 microcontroller. Seeed Studio 102991596
The RP2350-ETH development module combines the computing power of a dual-architecture microcontroller with Ethernet support, enabling the creation of compact and integrated network applications. Dedicated to projects utilizing TCP/IP transmission, it provides support for C/C++, MicroPython, and Arduino languages as well as a wide range of development resources. Thanks to its open architecture and compact form, it is suitable for IoT applications, communication gateways, and embedded systems requiring fast access to a local network.
A module based on the RP2040 microcontroller that lets you build your own two-player arcade controller, supporting up to 30 buttons and two joysticks. When connected via USB-C, it is automatically detected as a standard game controller on PC, Mac and Linux. With DuPont, Qw/ST connectors and support for backlit Plasma buttons, assembly and expansion are quick and solderless. Pimoroni PIM741
The board with the RP2040 microcontroller equipped with two ARM Cortex-M0 + cores operating at a frequency of 133 MHz, 264 kB RAM. There is as much as 16 MB of QSPI flash memory on the board. The system can be programmed in C / C ++ or microPython. KApico RP2040
Module with ePaper 2.9" display and RP2040 microcontroller. Equipped with QW/ST connector. Accessories included. Pimoroni PIM610
The board with the RP2040 microcontroller equipped with two ARM Cortex-M0+ cores, which work at a frequency of 133 MHz, 264 kB RAM. The board also has 2 MB of QSPI flash memory. The system can be programmed in C/C++ or MicroPython. Waveshare RP2040-LCD-0.96-M
The first microcontroller designed by the Raspberry Pi foundation, equipped with two ARM Cortex M0 + cores clocked at 133 MHz, 264 KB of RAM and 30 ports with I2C, SPI, UART and USB interfaces. External flash memory can be connected via the QSPI interface. The system can be programmed in C / C ++ or microPython. Raspberry Pi SC0908
RP2350-Tiny is a minimalist development board based on the RP2350A microcontroller with dual Cortex-M33 and RISC-V architecture, without an integrated USB port. Instead, it features an FPC connector for attaching an external USB-C adapter (not included). The module offers extensive GPIO and peripheral functionality, drag-and-drop programming, support for C/C++ and MicroPython, and SMT mounting capability. It is ideal for embedded projects where minimal space and flexible connectivity are essential.
The board with the RP2040 microcontroller equipped with two ARM Cortex-M0+ cores, which work at a frequency of 133 MHz, 264 kB RAM. The board also has 4 MB of QSPI flash memory. The system can be programmed in C/C++ or MicroPython. Pimoroni PIM578
The board with the RP2040 microcontroller equipped with two ARM Cortex-M0+ cores, which work at a frequency of 133 MHz, 264 kB RAM. The board also has 4 MB of QSPI flash memory. The system can be programmed in C/C++ or MicroPython. Waveshare RP2040-Plus-M
RP2350-Zero-M combines compact dimensions with high performance and a rich set of peripherals. With pre-soldered headers and compatibility with popular development environments such as C/C++ and MicroPython, it is an ideal choice for creators of educational projects, embedded system prototypes, and IoT solutions.
No product available!
Module with the RP2040 microcontroller with two ARM Cortex-M0 + cores operating at 133 MHz, 256 kB RAM and 30 GPIO. The board also has 2 MB of external QSPI flash memory. Module can be programmed in C/C++ or microPython. Version with soldered connectors. Raspberry Pi SC0917
Board with RP2040 microcontroller and W6100 network chip. The module is equipped with an Ethernet interface. WIZnet W6100-EVB-Pico
No product available!
Board with RP2040 microcontroller and HDMI video connector. Has a built-in LiPo charging circuit and STEMMA QT connector. Allows the use of the Feather module to display data on a monitor. Adafruit 5710
Mini board with RP2040 microcontroller equipped with two ARM Cortex-M0 + 133 MHz cores, 264 kB RAM. The board also has 8 MB of QSPI flash memory. The circuit can be programmed in C/C++, CircuitPython or MicroPython. Pimoroni SP011
No product available!
Raspberry Pi Pico 2, based on the RP2350 microcontroller, using the application and functional applications of the Cortex M33 and RISC-V cores, doubled SRAM memory and advanced security function, including Arm TrustZone. It is hardware and software with a connected model, which provides an attractive operation for enthusiasts and specialists in systems used