HomeRaspberry PiRaspberry Pi Pico isn't a "raspberry" device.

Raspberry Pi Pico isn’t a “raspberry” device.

It's like Arduino Nano but better

I woke up to a new Raspberry Pi release. Guys in Cambridge had been busy making a board that is nothing like a Raspberry Pi you had seen before. It has more in common with Arduino Nano than Raspberry Pi Zero and it’s called Raspberry Pi Pico. I have 3 of them in the post already because I’m greedy.

Raspberry Pi Pico

The board resembles Arduino Nano (51 mm x 21 mm in size), and my first assumption was: maybe it’s a new Raspberry Pi Zero? Turns out the new Raspberry Pi Pico is deviating from the Raspberry Pi formula. It’s more a microcontroller than SBC.

Take a look at these specs:

  • P2040 microcontroller chip designed by Raspberry Pi
  • Dual-core ARM Cortex M0+ processor, the flexible clock running up to 133 MHz
  • 264kB of SRAM, and 2MB of onboard Flash memory
  • Low-power sleep and dormant modes
  • 26 multi-function GPIO pin
  • 2×SPI, 2×I2C, 2×UART, 3×12-bit ADC, 16×controllable PWM channels
  • Real-time clock (RTC)
  • Temperature sensor
  • 8×Programmable IO (PIO) state machines for custom peripheral support

Raspberry Pi Pico doesn’t run any OS, it’s programmable in the same way as Arduino devices and it supports MicroPython and C/C++. While it may not be a machine for beginners, it’s a chip that is perfect for makers and tinkerers thanks to low power modes, RTC built-in directly into the board and more pins that you probably need.

It’s also only £3.60 which is a fantastic price! Be advises that PiHut limits the purchases to 3 units per customer.

More about it

Raspberry Pi Pico is a really cool board, you can program it from a Raspberry Pi directly or use a computer, it comes with upgradeable flash to store your programs and you can set all the GPIO pins at the same thanks to 32-bit configuration register. (Arduino Nano can write 8 pins at once)

It comes 26 GPIOs that run at 3,3V and the board can be powered by anything from 1.8V-5V. It consumes around 100mA when in use, turning it into a really interesting machine for the smallest projects.

Final Thoughts

Mine are being shipped as I write, so they should be with me soon! I will share more thoughts about it as soon as I get my hands on it. It’s inexpensive and you should treat yourself to one! Got thoughts – share them with me in this Reddit thread.

PayPal

Nothing says "Thank you" better than keeping my coffee jar topped up!

Patreon

Support me on Patreon and get an early access to tutorial files and videos.

image/svg+xml

Bitcoin (BTC)

Use this QR to keep me caffeinated with BTC: 1FwFqqh71mUTENcRe9q4s9AWFgoc8BA9ZU

M5Paper

Programable, ESP32 based awesome dev platform with 4.7 e-ink display by M5Stack

More HATs

client-image
client-image

Argon One M.2

Enclose Raspberry Pi 4 inside this great case with custom I/O, cooling and GPIO and M.2 SSD support

More cases on

client-image
client-image

Best Raspberry Pi Projects

How to use Raspberry PI as WOL (wake on lan) server

0
While you could wake up your PC from a mobile directly, having a dedicated server capable of doing so is the best solution. The reason is simple. You can hook up as many devices as you wish with a single endpoint. This is why Raspberry Pi is perfect for this.

Slow Internet Warning

0
From time to time my Internet grinds to a stop. Since Raspberry Pi 4 comes with a 1Gbps Ethernet, I decided to take advantage of it and create a reporting system in NodeRED that will monitor and report when the ISP is not keeping the contractual agreements. Works with Alexa, Google Home, Android and Windows 10.

How fast Raspberry Pi NAS is?

0
Let's see how fast Raspberry Pi NAS really is?

Argon18: Argon ONE SSD modification

0
Argon One case just got better - now you can boot it from USB without ruining the design thanks to Argon 18: Argon One SSD modification

HOW TO...

It took me 2 months to boot CM4 from NVMe

0
Complete beginners guide to Compute Module 4 boot from NVMe.

Raspberry Pi Zero 2 W vs other Zero boards

0
It's time to test the Raspberry Pi Zero 2 W against other Raspberry Pi boards from Zero series: power, WiFi, temperature and core performance

C/C++ and MicroPython SDK for Raspberry Pi Pico on Windows

0
A guide to SDK toolchain for Raspberry Pi Pico and C/C++ , Micropython on Windows.

A comprehensive guide to Grafana & InfluxDB

0
How to use Grafana and InfluxDB on Raspberry Pi for IoT sensors in home automation

How to boot Raspberry Pi 4 from USB

0
How to set up and boot Raspberry Pi 4 from USB drive - headless guide.