Home News Raspberry Pi Pico : a new development board

Raspberry Pi Pico : a new development board

by iainhendry
raspberry pi pico pinout

In this article we take a look at the newly released Raspberry Pi PIco.

This is not a SBC like a standard Raspberry Pi 4, for example you cannot run an operating system like linux on it. Think of it is an Arduino Nano from a size point of view but way more powerful and an Arduino from a development point of view

You can experiment by adding hardware like lcds, sensors and other modules to it. Lets look at this new board in more detail.

Requirements

You will need a USB cable and some headers, this is truly a barebones development.

You do not need an external SD card as your programs are uploaded to the onboard flash

It can be reprogrammed over USB from a Raspberry Pi or other computer using the C/C++ SDK or the official MicroPython port. At the bottom of this article we have various documentation links.

Raspberry Pi Pico PInout

This is the pinout for the Raspberry Pi Pico

raspberry pi pico pinout

raspberry pi pico pinout

Raspberry Pi Pico Specifications

The main chip on board is the ‘RP2040’  which is a ARM Cortex M0+ processor, with a flexible clock running up to 133MHz.

  • RP2040 microcontroller chip designed by Raspberry Pi
  • 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
  • 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
  • Temperature sensor
  • Accelerated floating-point libraries on-chip
  • 8×Programmable IO  state machines for custom peripheral support

 

Summary

This is a low cost board which is designed to fill the low cost maker market, similar to an Arduino. The benefits of this is unlike other development boards there is already good documentation and support

You may need a few extras and the board does not have any wifi or bluetooth capabilities but these can be added with other boards. Maybe future variants can add these capabilities.

At under £4 its well worth a purchase to experiment with

Links

Documentation for the Raspberry Pi Pico board and the RP2040 microcontroller:

You may also like

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More