Elmwood no more, long live Elmwood! Elmwood Electronics and PiShop are now together!
Please order via PiShop.ca, as we are no longer taking orders through this site.
More details are in our blog!

Raspberry Pi Pico H

SC0917

Elmwood Electronics has stopped accepting orders. This product might be available at PiShop.ca. Please check this blog post about our recent team merger.

No fiddly soldering required! Jump straight into your project with the Raspberry Pi Pico H. It offers all the benefits of the Pico plus pre-soldered headers!
Make sure to check our growing category for Pico Accessories!

The Raspberry Pi Pico is a low-cost, high-performance microcontroller board with a flexible digital interfaces. It's similar to an Arduino in that it provides only microcontroller functionality, executing programming in MicroPython or C++. It can be programmed by USB using a Raspberry Pi board, PC, Mac, etc. You can read more about its development and custom chip on the Pi Foundation Blog!

TECHNICAL SUMMARY

The Raspberry Pi Pico is the first product built on silicon designed in-house at Raspberry Pi (“Raspberry Silicon”). At its heart is RP2040, a Raspberry Pi-designed chip, which features two ARM Cortex-M0+cores clocked at 133MHz; 256KB RAM; 30 GPIO pins; and a broad range of interfacing options. This is paired with 2MB of on-board QSPI Flash memory for code and data storage.

KEY FEATURES

  • 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 on-board Flash memory
  • Castellated module allows soldering direct to carrier boards
  • USB 1.1 with device and host support
  • Low-power sleep and dormant modes
  • Drag-and-drop programming using mass storage over USB
  • 26 × multi-function GPIO pins (3.3V ONLY)
  • 2 × SPI, 2 × I2C, 2 × UART, 3 × 12-bit ADC, 16 × controllable PWM channels
  • Accurate clock and timer on-chip
  • Temperature sensor
  • Accelerated floating-point libraries on-chip
  • 8 × Programmable I/O (PIO) state machines for custom peripheral support

RESOURCES

Visit http://www.raspberrypi.org/documentation/pico/getting-started for:

  • Full technical specs and data sheets
  • Programming information/wiki/downloads for MicroPython and C++
  • Sample projects using the Raspberry Pi Pico

Get Started with MicroPython on Raspberry Pi Pico - Paper book to get you started with MicroPython on the Pi Pico

DIRECT LINKS

QUICK TIPS

Using an IDE for MicroPython: Pico Python SDK - Chapter 4
Using an IDE for C/C++: Getting started with Raspberry Pi Pico - Chapter 6