Raspberry Pi Pico H - Microcontroller Development Board w/ Soldered GPIO Headers For Sale

Raspberry Pi Pico H - Microcontroller Development Board w/ Soldered GPIO Headers
When you click on links to various merchants on this site and make a purchase, this can result in this site earning a commission. Affiliate programs and affiliations include, but are not limited to, the eBay Partner Network.


Buy Now

Raspberry Pi Pico H - Microcontroller Development Board w/ Soldered GPIO Headers:
$12.95

Raspberry Pi Pico H - Microcontroller Development Board w/ Soldered GPIO Headers


The Raspberry Pi foundation changed single-board computingwhen they released the Raspberry Pi computer, now they're ready to do the same for microcontrollers with the release of the brand newRaspberry Pi Pico H with Soldered Headers. This low-cost microcontroller board features theirpowerful new chip, theRP2040, and everything to get started with IoT embedded electronics projects at a stress-free price.


Raspberry Pi Pico Hisjust like the classic Picobut adds pre-soldered headers anda new 3-pin debug connector.


There's 20 pads on each side, with groups of general purpose input-and-output (GPIO) pins interleaved with plenty of ground pins. All of the GPIO pins are 3.3V logic, and are not 5V-safe so stick to 3V. You get a total of25 GPIOpins,3 of those can be analog inputs(the chip has 4 ADC but one is not broken out). There are no true analog output (DAC) pins.


On the slim green board is minimal circuitry to get you going: A 5V to 3.3V power supply converter, single green LED on GP25, boot select button, RP2040 chip with dual-core Cortex M0, Wireless chipset with antenna, 2 MegaBytes of QSPI flash storage, and crystal.


Inside the RP2040 is a 'permanent ROM' USB UF2 bootloader. What that means is when you want to program new firmware, you can hold down the BOOTSEL button while plugging it into USB (or pulling down the RUN/Reset pin to ground) and it will appear as a USB disk drive you can drag the firmware onto. Folks who have been using Adafruit products will find this very familiar - we use the technique all our native-USB boards. Just note you don't double-click reset, instead hold down BOOTSEL during boot to enter the bootloader!


The RP2040 is a powerful chip, which has the clock speed of our M4 (SAMD51), and two cores that are equivalent to our M0 (SAMD21). Since it is an M0 chip, it does not have a floating point unit, or DSP hardware support - so if you're doing something with heavy floating point math, it will be done in software and thus not as fast as an M4. For many other computational tasks, you'll get close-to-M4 speeds!


For peripherals, there are two I2C controllers, two SPI controllers, and two UARTs that are multiplexed across the GPIO - check the pinout for what pins can be set to which. There are 16 PWM channels, each pin has a channel it can be set to (same on the pinout).


You'll note there's no I2S peripheral, or SDIO, or camera, what's up with that? Well instead of having specific hardware support for serial-data-like peripherals like these, the RP2040 comes with the PIO state machine system which is a unique and powerful way to createcustom hardware logic and data processing blocksthat run on their own without taking up a CPU. For example, NeoPixels - often we bitbang the timing-specific protocol for these LEDs. For the RP2040, we instead use a PIO object that reads in the data buffer and clocks out the right bitstream with perfect accuracy.Same with I2S audio in or out, LED matrix displays, 8-bit or SPI based TFTs, even VGA. In MicroPython and CircuitPython you can create PIO control commands to script the peripheral and load it in at runtime. There are 2 PIO peripherals with 4 state machines each.


There isC/C++ support, an officialMicroPython port, and aCircuitPython port. We recommend CircuitPython because we think it's the easiest way to get startedand it has support with most of our drivers, displays, sensors, and more, supported out of the box so you can follow along with our CircuitPython projects and tutorials.


For Arduino usage we recommend the Philhower Arduino core, which does not use mbed, has lots of peripherals supported, and many makers/companies have submitted board definitions.


RP2040 Chip features:


  • Dual ARM Cortex-M0+ @ 133MHz

  • 264kB on-chip SRAM in six independent banks

  • Support for up to 16MB of off-chip Flash memory via dedicated QSPI bus

  • DMA controller

  • Fully-connected AHB crossbar

  • Interpolator and integer divider peripherals

  • On-chip programmable LDO to generate core voltage

  • 2 on-chip PLLs to generate USB and core clocks

  • 30 GPIO pins, 4 of which can be used as analog inputs

  • Peripherals

  • 2 UARTs

  • 2 SPI controllers

  • 2 I2C controllers

  • 16 PWM channels

  • USB 1.1 controller and PHY, with host and device support

  • 8 PIO state machines


Buy Now

Related Items:

Raspberry Pi 4 Model B 1GB 2GB 4GB 8GB RAM Completely Upgraded Raspberry Pi 4B picture

Raspberry Pi 4 Model B 1GB 2GB 4GB 8GB RAM Completely Upgraded Raspberry Pi 4B

$206.65



10.1 inch touchscreen for rasberry pi 1,2,3,4 Model B picture

10.1 inch touchscreen for rasberry pi 1,2,3,4 Model B

$44.99



Raspberry Pi 4 Computer Model B 4GB RAM picture

Raspberry Pi 4 Computer Model B 4GB RAM

$49.97



Popular Forums