zł23.62 tax excl.
Raspberry Pi Pico 2 H, 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. Version with joints.
Raspberry Pi Pico 2 H 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 H 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 H offers a significant increase in performance and functionality while maintaining hardware and software compatibility with earlier models of the Raspberry Pi Pico series. Version with joints.
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 H 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 a 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
Versatile digital video module. It uses two RP2040 chips (one in the form of a Raspberry Pi Pico W board and the other as a separate RP2040 microcontroller) and is equipped with an HDMI output connector. Pimoroni PIM686
Versatile digital video module. It uses two RP2040 chips (one in the form of a Raspberry Pi Pico W board and the other as a separate RP2040 microcontroller) and is equipped with an HDMI output connector. Pimoroni PIM674
Module with a 2.9" ePaper display and a Raspberry Pi Pico W board equipped with WiFi communication. It has a built-in Qwiic/Stemma QT connector with an I2C interface, buttons and a battery connector. Perfect as a display for a weather station. Pimoroni PIM669
Expansion module with a Raspberry Pi Pico W board equipped with WiFi communication. The module has a built-in relay, buffer inputs, sink outputs and analog inputs. Perfect for controlling fans, pumps, solenoid valves, large motors, electronic locks or LED lighting. Pimoroni PIM652
No product available!
Module with a 1.14" IPS LCD display with a resolution of 240x135 px and a monochrome HM01B0 camera. Equipped with an RP2040 microcontroller. Waveshare PICO-Cam-A
No product available!
Module with a round 1.28" IPS LCD touch display with a resolution of 240x240 px and an RP2040 microcontroller. Equipped with an accelerometer and gyroscope. Enclosed in a nice metal housing. Waveshare RP2040-Touch-LCD-1.28-B
Module with a round 1.28" IPS LCD display with a resolution of 240x240 px and an RP2040 microcontroller. Equipped with an accelerometer and gyroscope. Enclosed in a nice metal housing. Waveshare RP2040-LCD-1.28-B
The RP2040 MCU board combines the high performance of two ARM Cortex M0+ cores clocked at up to 133 MHz, with 264 KB of SRAM, 2 MB of Flash, and integrated Bluetooth 5.1 for easy wireless communication. With simple programming, multiple GPIO interfaces, and support for C/C++, MicroPython, and Arduino, the board is ideal for IoT projects and other advanced applications. It comes with a USB Type-C adapter. Waveshare RP2040-BLE-Kit
No product available!
The RP2040 MCU board combines the high performance of two ARM Cortex M0+ cores clocked at up to 133 MHz, with 264 KB of SRAM, 2 MB of Flash, and integrated Bluetooth 5.1 for easy wireless communication. With simple programming, multiple GPIO interfaces, and support for C/C++, MicroPython, and Arduino, the board is ideal for IoT projects and other advanced applications. Waveshare RP2040-BLE
Module with a round 0.99" IPS LCD display with a resolution of 128x115 px and an RP2040 microcontroller. Equipped with an accelerometer and gyroscope. Enclosed in a nice metal housing. Waveshare RP2040-LCD-0.99-B
Camera adapter based on Raspberry RP2040, dedicated to TinyML development. is equipped with a 2.4-inch LCD screen, microphone, camera connectors and an IMU module. It allows you to take photos, use WiFi, SD card and USB mass storage. ArduCam B0432
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 2W, based on the RP2350 microcontroller and has a built-in WiFi and Bluetooth communication module. Pi Pico 2W offers significantly increased performance and functionality thanks to the use of Cortex M33 and RISC-V cores, doubled SRAM memory and advanced security features, including Arm TrustZone. It is hardware and software compatible with previous models, making it an attractive choice for enthusiasts and professionals in the field of embedded systems
An enhanced version of the Raspberry Pi Pico 2 with access to all 48 GPIO pins and an RP2350B microcontroller (Cortex-M33 or RISC-V) clocked at up to 150 MHz. It offers 16 MB of Flash, 8 MB of RAM, and a microSD card reader, making it ideal for complex embedded and IoT projects. With USB-C, Qwiic/Stemma Qt, UEXT connectors, and BOOT/RESET buttons, it offers high flexibility and easy integration with peripherals. Olimex RP2350-PICO2-XXL
Raspberry Pi Pico 2 H, 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. Version with joints.
Raspberry Pi Pico 2WH, based on the RP2350 microcontroller and has a built-in WiFi and Bluetooth communication module. Pi Pico 2WH offers significantly increased performance and functionality thanks to the use of Cortex M33 and RISC-V cores, doubled SRAM memory and advanced security features, including Arm TrustZone. It is hardware and software compatible with previous models, making it an attractive choice for enthusiasts and professionals in the field of embedded systems. Version with soldered joints.
Raspberry Pi Pico 2 H, 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. Version with joints.