Raspberry Pi Pico

(713 Reviews)
Option:Without Headers
Price:
Sale price £3.80
incl. VAT
excl. VAT
Stock:
In stock
Quantity:

Awesome Extras

Starter Kit for Raspberry Pi Pico (Includes Pico H) by The Pi Hut - The Pi HutStarter Kit for Raspberry Pi Pico (Includes Pico H) by The Pi Hut - The Pi Hut
(60 Reviews)
The Pi HutStarter Kit for Raspberry Pi Pico (Includes Pico H)
Sale price £10 incl. VAT excl. VAT
Essential Raspberry Pi Pico Kit by The Pi Hut - The Pi HutEssential Raspberry Pi Pico Kit by The Pi Hut - The Pi Hut
(97 Reviews)
The Pi HutEssential Raspberry Pi Pico Kit
Sale price £6 incl. VAT excl. VAT
Breadboard for Pico by Monk Makes - The Pi HutBreadboard for Pico by Monk Makes - The Pi Hut
(78 Reviews)
Monk MakesBreadboard for Pico
Sale price £4.20 incl. VAT excl. VAT
USB-A to Micro-USB Cable by The Pi Hut - The Pi Hut
(143 Reviews)
The Pi HutUSB-A to Micro-USB Cable
Sale priceFrom £1.50 incl. VAT excl. VAT
Colour-Coded Headers for Raspberry Pi Pico by The Pi Hut - The Pi HutColour-Coded Headers for Raspberry Pi Pico by The Pi Hut - The Pi Hut
(38 Reviews)
The Pi HutColour-Coded Headers for Raspberry Pi Pico
Sale price £1.50 incl. VAT excl. VAT
Debug Cable for Raspberry Pi Pico by The Pi Hut - The Pi HutDebug Cable for Raspberry Pi Pico by The Pi Hut - The Pi Hut
(6 Reviews)
The Pi HutDebug Cable for Raspberry Pi Pico
Sale price £1.50 incl. VAT excl. VAT
Male Header Set for Raspberry Pi Pico by The Pi Hut - The Pi HutMale Header Set for Raspberry Pi Pico by The Pi Hut - The Pi Hut
(99 Reviews)
The Pi HutMale Header Set for Raspberry Pi Pico
Sale price £1 incl. VAT excl. VAT
Female Header Set for Raspberry Pi Pico by The Pi Hut - The Pi HutFemale Header Set for Raspberry Pi Pico by The Pi Hut - The Pi Hut
(27 Reviews)
The Pi HutFemale Header Set for Raspberry Pi Pico
Sale price £1 incl. VAT excl. VAT
Stacking Header Set for Raspberry Pi Pico by The Pi Hut - The Pi HutStacking Header Set for Raspberry Pi Pico by The Pi Hut - The Pi Hut
(38 Reviews)
The Pi HutStacking Header Set for Raspberry Pi Pico
Sale price £1 incl. VAT excl. VAT
Raspberry Pi Carbon Removal Credit by Raspberry Pi - The Pi HutRaspberry Pi Carbon Removal Credit by Raspberry Pi - The Pi Hut
Raspberry PiRaspberry Pi Carbon Removal Credit
Sale price £3.90 incl. VAT excl. VAT

The Raspberry Pi Pico is an entirely new type of microcontroller from Raspberry Pi. Small, affordable and flexible - it’s great for learning to code with MicroPython!

Whether you’re looking to learn about the MicroPython programming language, take your first steps in physical computing or want to build a hardware project, the Raspberry Pi Pico – and its amazing community – will support you every step of the way. We also have a great range of accessories for the Pico too!

Looking for a kit with everything you need? Our great-value Starter Kit for Raspberry Pi Pico is just what you need!

Raspberry Pi Pico

The Pico isn’t designed to replace the Raspberry Pi, which is a different class of device known as a single-board computer.

Whereas you might use your Raspberry Pi to play games, write stories and browse the web, your Raspberry Pi Pico is designed for physical computing projects where it can control familiar components such as LEDs, buttons, sensors, motors and even other microcontrollers.

The Pico can be quickly and easily programmed using MicroPython and C/C++ using popular editors such as Thonny. Getting started is also very easy thanks to the officiald Getting Started page or our own Raspberry Pi Pico Getting Started Guide, and there's even a book dedicated to getting started with MicroPython on the Pico!

You can program your Pico from your computer, a Raspberry Pi 4 or even another Raspberry Pi Pico! A wireless-enabled version is also available here.

Raspberry Pi Pico Pinout

Available with or without headers!

The Raspberry Pi Pico is available as the board only, or with headers pre-soldered on the Pico H version. Select your option above before adding to your cart.

The Pico H comes with pre-soldered GPIO and 3-pin JST-SH debug header.

If you would rather solder your own headers, grab a set of our handy colour-coded headersmale, female or stacking headers from the store - all available in a range of colours. We also include headers in our Essential Raspberry Pi Pico Kit which includes lots of other handy bits and bobs.

Raspberry Pi Pico Specifications

The main chip on board is the 'RP2040' made by Raspberry Pi (their first in-house microcontroller chip!) and is a dual-core ARM Cortex M0+ processor, with a flexible clock running up to 133MHz.

  • RP2040 microcontroller chip designed by Raspberry Pi in the United Kingdom
  • Dual-core ARM Cortex M0+ processor, flexible clock running up to 133 MHz
  • 264kB of SRAM, and 2MB of onboard Flash memory
  • Castellated module allows soldering directly to carrier boards (non-header version only)
  • USB 1.1 Host and Device support
  • Low-power sleep and dormant modes
  • Drag & drop programming using mass storage over USB
  • 26 multi-function GPIO pins
  • 2×SPI, 2×I2C, 2×UART, 3×12-bit ADC, 16×controllable PWM channels
  • Real-time clock (RTC)
  • Temperature sensor
  • Accelerated floating-point libraries on-chip
  • 8×Programmable IO (PIO) state machines for custom peripheral support
  • Dimensions: 51mm x 21mm (click for drawing)

Raspberry Pi Pico Accessories

We have a great range of Raspberry Pi Pico accessories and add-ons available in our Pico section! You can also read about our favourite Pico add-ons and accessories here!

Raspberry Pi Pico FAQs

  • What else do I need to use a Raspberry Pi Pico?
  • Do I need a Raspberry Pi to use the Raspberry Pi Pico?
    • Nope! You can program a Pico from a Raspberry Pi 4, but you can also just use your PC or laptop.
  • Do I need an SD card?
    • Nope! The onboard flash memory stores your programs.
  • How do I power a Raspberry Pi Pico?
  • Can I run Raspberry Pi OS on a Raspberry Pi Pico?
    • No - the Pico doesn't run a full desktop operating system like the Raspberry Pi 4, it runs code directly without a desktop interface (similar to an Arduino)
  • What’s the difference between a Raspberry Pi 4 and a Raspberry Pi Pico?
    • The Raspberry Pi 4 is a single-board computer with a full Linux operating system (similar to a traditional desktop PC) whereas the Raspberry Pi Pico is a different class of device designed to run physical computing projects.
  • How do I program the Raspberry Pi Pico?
    • You use a PC, laptop or even a Raspberry Pi to write code and push your program to the Pico - which then runs that code whenever powered up. The Raspberry Pi Product Page shows you how to do this with lots of helpful information.
  • I'm new to coding - is this for me?
    • Absolutely! As with all things Raspberry Pi, there's a huge amount of information available as well as a thriving community of friendly makers and hackers to help you along the way. It's a great way to learn MicroPython and C/C++ which are very popular programming languages used by many devices.


Resources

Payment & Accreditations

Payment methods
Visa Mastercard Maestro PayPal Amazon Klarna

Your payment information is processed securely. We do not store credit card details nor have access to your credit card information.

Accreditations
Overall product rating out of 5: 4.85
Based on 713 reviews
Write Review
Review Image - Raspberry Pi Pico Without Headers
Anonymous
Review Image - Raspberry Pi Pico With Headers
Tyson H
Review Image - Raspberry Pi Pico With Headers
Anonymous
Review Image - Raspberry Pi Pico Without Headers
Peter B
Review Image - Raspberry Pi Pico With Headers
Jason M
Review Image - Raspberry Pi Pico With Headers
Daniel S
Review Image - Raspberry Pi Pico With Headers
Max S
Review Image - Raspberry Pi Pico With Headers
Roger B
Review Image - Raspberry Pi Pico Without Headers
Roberto L
Review Image - Raspberry Pi Pico Without Headers
ALAN H
Review Image - Raspberry Pi Pico Without Headers
Jesse S
Review Image - Raspberry Pi Pico With Headers
Ken F
Review Image - Raspberry Pi Pico Without Headers
Cary K
Review Image - Raspberry Pi Pico Without Headers
Marios Y
Review Image - Raspberry Pi Pico Without Headers
Dexter D
Clear Filters
Order By
Newest First
Oldest First
Most Popular
Highest Rating
Breakdown
653
38
8
3
11
Caleb
Raspberry Pi Pico Without Headers
Works great for small projects! 5 stars 🌟
Was this review helpful?
Yes
Report
Share
7 days ago
Verified Customer
Dean B
Raspberry Pi Pico Without Headers
Nice small device and extremely cheep. Can’t complain
Was this review helpful?
Yes
Report
Share
12 days ago
Verified Customer
Dave A
Raspberry Pi Pico Without Headers
It is a pico, it works, what more is there to say.
Was this review helpful?
Yes
Report
Share
12 days ago
Verified Customer
Ian W
Raspberry Pi Pico Without Headers
Awesome little board - I have used so many of this particular board and derivative boards but this is the rp2040 that is easiest to teach with, and build with. My current favourite project is building capacative touch controllers with one of these and a bunch of 1M resistors. Always excellent service from PiHut too!
Was this review helpful?
Yes
Report
Share
22 days ago
Verified Customer
Alban K
Mitcham, United Kingdom
Raspberry Pi Pico With Headers
Great value product. Yes, you can get the PI PICO without the headers and solder them but the headers on this are better quality with supports and saves time.
Was this review helpful?
Yes
Report
Share
26 days ago
Verified Customer
Alexander P
Raspberry Pi Pico With Headers
Reviewer didn't leave any comments
Was this review helpful?
Yes
Report
Share
28 days ago
Verified Customer
Martin T
Raspberry Pi Pico Without Headers
A raspberry pi for the price of a sandwich. What's not to love about that?
Was this review helpful?
Yes
Report
Share
1 month ago
Verified Customer
Zsolt S
Meadville, United States
Raspberry Pi Pico Without Headers
Absolutely flawless. The Raspberry Pi Pico I got from The Pi Hut exceeded expectations. It arrived fast, well-packaged, and ready to roll. The board itself is super reliable, perfect for everything from simple GPIO projects to more advanced C++/MicroPython builds. It’s crazy how much power you get for the price. The Pi Hut nailed it on service and delivery — definitely my go-to for future Pi gear. Highly recommended!
Was this review helpful?
Yes
Report
Share
2 months ago
1
2
3
4
5
6
7
8
9
10
...
90

New content loaded