Original Raspberry Pi Pico Computer Development Board
Buy online Raspberry Pi Pico Computer Development Board in Pakistan. out of 40 pins, 26 pins are multi-functional GPIO pins. available at best price.
In stock
₨ 1,600 ₨ 1,800
In stock
- Accessories, Batteries & Chargers
Micro B type Android Cable micro USB port connector jack
Micro B type Android Cable micro USB port connector jack 5V with 3 Ampere Ratings Supporting cable with micro USB port connector jack for cameras toys, Raspberry pi and Mobile phones buy online in Pakistan.
SKU: MB-20
Raspberry Pi Foundation is well known for its series of single-board computers (Raspberry Pi series). But in January 2021 they launched their first micro-controller class product know as Raspberry Pi Pico. It is built around the RP2040 Soc, a very fast but yet cost-effective microcontroller chip packed with a dual-core ARM Cortex-M0+ processor. M0+ is one of the most power-efficient ARM processors.
Raspberry Pi PICO board
Raspberry Pi Pico is a small, fast, and versatile board that at its heart consists of RP2040, a brand-new product launched by Raspberry Foundation in the UK. It can be programmed using Micro Python or C language.
RP2040 Microcontroller: Heart of Raspberry pi Pico
Introduction to Raspberry Pi PICO
- RP2040 is a custom-designed processor chip by the Raspberry Pi foundation itself.
- It is a powerful but cost-effective processor, featuring a dual-core Arm Cortex-M0+ processor running at 133Mhz.
- Has 264KB of internal RAM and support for up to 16MB of onboard flash memory.
- A wide range of flexible I/O operations is possible including I2C, SPI, and Programmable general purpose I/O (GPIO).
Why R-Pi foundation named the microcontroller RP2040?
The name of the RP2040 microcontroller is made up of 5 sections:
- RP in RP2040 means ‘Raspberry Pi’.
- 2 signifies the number of processor cores the microcontroller has i.e, 2 cores.
- 0 represents the type of processor core the RP2040 microcontroller has. This processor is called ARM Cortex-M0+ processor. Other microcontrollers of this series by ARM are named as Cortex-M1, Cortex-M3, Cortex-M4, Cortex-M7 etc.
- 4 means the microcontroller has has 264 kilobytes (kB) of RAM. Which is based on a special mathematical function: floor(log2(RAM/16)).
- 0 simply means there is no non-volatile storage on‑board.
- 21 mm × 51 mm form factor
- RP2040 microcontroller chip designed by Raspberry Pi in the UK
- Dual-core Arm Cortex-M0+ processor, flexible clock running up to 133 MHz
- 264KB on-chip SRAM
- 2MB on-board QSPI Flash
- 26 multifunction GPIO pins, including 3 analogue inputs
- 2 × UART, 2 × SPI controllers, 2 × I2C controllers, 16 × PWM channels
- 1 × USB 1.1 controller and PHY, with host and device support
- 8 × Programmable I/O (PIO) state machines for custom peripheral support
- Supported input power 1.8–5.5V DC
- Operating temperature -20°C to +85°C
- Castellated module allows soldering direct to carrier boards
- Drag-and-drop programming using mass storage over USB
- Low-power sleep and dormant modes
- Accurate on-chip clock
- Temperature sensor
- Accelerated integer and floating-point libraries on-chip