The Raspberry Pi Pico is a microcontroller board based on the Raspberry Pi RP2040 microcontroller chip. It has been designed to be a low-cost, high-pe

Catda Official Raspberry Pi PICO Microcontroller Development Board with Dual-co

submited by
Style Pass
2021-06-10 06:08:59

The Raspberry Pi Pico is a microcontroller board based on the Raspberry Pi RP2040 microcontroller chip. It has been designed to be a low-cost, high-performance microcontroller board with flexible digital interfaces. The Raspberry Pi Pico features two ARM Cortex-M0+ cores run up to 133MHz; 256KB RAM; 30 GPIO pins; and a broad range of interfacing options. This is paired with 2MB of onboard QSPI Flash memory for code and data storage. In addition to powerful hardware resources, Pico has rich and complete software support and community resources. It comes with a complete Rasberry Pi official C/C++ SDK, Micropython SDK. Just click https://pico.raspberrypi.org/getting-started/ to get started with Raspberry Pi Pico. Pico has been designed to use either soldered 0.1' pin-headers (it is one 0.1' pitch wider than a standard 40-pin DIP package) or can be used as a surface-mountable 'module', as the user IO pins are also castellated. There are SMT pads underneath the USB connector and BOOTSEL button, which allow these signals to be accessed if used as a reflow soldered SMT module.

Dual-core ARM Cortex M0+ processor, flexible clock running up to 133 MHz264KB of SRAM, and 2MB of on-board Flash memoryCastellated module allows soldering direct to carrier boardsUSB 1.1 Host and Device supportLow-power sleep and dormant modesComprehensive C/C++/Micropython SDK, software examples, and documentationDrag & drop programming using mass storage over USB26 multi-function GPIO pins2 SPI, 2 I2C, 2 UART, 3 12-bit ADC, 16 controllable PWM channelsAccurate clock and timer on-chipTemperature sensorAccelerated floating-point libraries on-chip8 Programmable I/O (PIO) state machines for custom peripheral support

Leave a Comment