All best sellers
  • Reduced price
Raspberry PI Pico
  • Raspberry PI Pico
  • Raspberry PI Pico
  • Raspberry PI Pico

Raspberry PI Pico

CSQGQJ_PICO
Raspberry Pi
lei45.00
lei31.50 Save 30%
Tax included
Quantity
232 Items

  We deliver to lockers!

Pick up your orders anytime, hassle-free!

  Fast Delivery!

Orders placed by 2:00 PM are shipped the same day. Delivered within 24h!

  2-Year Warranty

Reliable products, worry-free!

  Easy 14-Day Returns

Unused items? No questions asked!

Description

Product Description:

The Raspberry Pi Pico is a small, fast, and versatile board built using an RP2040 microcontroller chip. The RP2040 features a dual-core Arm Cortex-M0+ processor with 264 KB of on-chip RAM and up to 16 MB of off-chip Flash.

Programmable in C and MicroPython, the Pico can adapt to a wide range of applications and skill levels, and getting started is as easy as drag-and-dropping a file.

Comparison Table:

Raspberry Pi Pico        

GroundStudio Marble Pico

PiPico.jpg REV0-0-3%20RLJDMV_GS%20Marble%20Pico%20TOP.jpg

Price

$$ $$

Microcontroller

RP2040 RP2040

USB Connector

Micro USB USB-C

I2C 3V3 Connector

No

Yes

microSD Adapter

No Yes

FLASH

2MB 8MB

Dedicated Stabilizer for ADC

No Yes

Circuit for LiPo Battery Power Supply

No Yes

External VSYS Power Supply

1.8V ~ 5.5V 4.3 ~ 6.5

Technical Specifications:

    Dimensions: 21 mm × 51 mm
    RP2040 microcontroller chip designed by Raspberry Pi in the UK
    Dual-core Arm Cortex-M0+ processor, flexible clock running up to 133 MHz
    264 KB on-chip SRAM
    2 MB onboard QSPI Flash
    26 multifunction GPIO pins, including 3 analog inputs
    2 × UART, 2 × SPI controllers, 2 × I2C controllers, 16 × PWM channels
    1 × USB 1.1 controller and PHY, with host and device support
    Supported input power: 1.8–5.5V DC
    Operating temperature: -20°C to +85°C
    Accurate on-chip clock
    Temperature sensor

NF4vsRaVqecVwjpmX8Cj8n-970-80.png

MicroPython Connection Example:


For this example, you will need the following:

1x Raspberry Pi Pico development board || Reference CSQGQJ_PICO

Step 1 - Download uf2 File for MicroPython

Download the latest stable version of the uf2 file with MicroPython for the Raspberry Pi Pico.

Link to download the .uf2 file for MicroPython: link

Step 2 - Install MicroPython

Ensure the board is in BOOT (programming) mode by following these steps:

  1. Hold down the button on the development board.
  2. Power the board by connecting it to a microUSB cable. At this point, a new device "RP2 Boot" will appear under "Other devices" in the Device Manager. The microcontroller is now in programming mode.
  3. Release the button on the board.

While in Boot mode, copy the downloaded .uf2 file from Step 1 to the root of the newly appeared "RPI-RP2" drive.

After a few moments, the board will reset and be ready for programming.

Step 3 - Install Thonny IDE

Thonny IDE download link: https://thonny.org/

Install and then open the Thonny IDE editor.

In the bottom right corner, select "MicroPython (Raspberry Pi Pico)."

selectRPI.png

Step 4 - Programming the Development Board

Copy the text below into the code area:

from machine import Pin, Timer
led = Pin(25, Pin.OUT)
timer = Timer()

def blink(timer):
    led.toggle()

timer.init(freq=2.5, mode=Timer.PERIODIC, callback=blink)

When saving, select "Raspberry Pi Pico" and save the code.

ThonnySave.png

After saving the file, run the code using the Run command, and the onboard LED connected to pin GP25 will blink.

Package Contents:

1x Raspberry Pi Pico

Product Details
CSQGQJ_PICO
6427854006004
232 Items
Comments (0)
Grade
No customer reviews for the moment.
16 other products in the same category: