YD-RP2040 16MB

Apr 20, 2024

YD-RP2040

VCC-GND Studio

UF2

For Correct Flash Size we use WeAct Studio RP2040 uf2 files, the default is 16MB, the rest are for 8MB, 4MB,2MB.

El microcontrolador RP2040 (MCU) integra un Cortex-M0+ de arquitectura ARM de doble núcleo, integra directamente 264 kb de RAM en el interior, admite hasta 16 M de Flash de expansión externa QSPI y configuraciones de E/S altamente flexibles, incluyendo I2C, SPI, PIO (Programming I /O). Esta producción de placa central RP2040 utiliza microprocesamiento (MCU) RP2040 para hacer la placa de circuito de la placa central, que es conveniente para que los usuarios amplíen periféricos, diseñen y construyan circuitos. El RP2040 es compatible con la placa Raspberry Pi Pico en la mayoría de los casos y mejorar las deficiencias de la placa Pico.

The RP2040 microprocessor (MCU) integrates a dual-core ARM architecture Cortex-M0+ core, directly integrates 264kb RAM inside, supports up to 16M QSPI external expansion Flash, and highly flexible I/O settings, including I2C, SPI, PIO (can Programming I/O). This RP2040 core board production uses RP2040 micro-processing (MCU) to make the core board circuit board, which is convenient for users to expand peripherals and design and build circuits. The RP2040 is compatible with the Raspberry Pi Pico core board in most cases and improves the deficiencies of the Pico board.

VCC-GND Studios’ YD-RP2040 has the following improvements over the Raspberry Pi Pico:

46 Pins
28 GPIO
Dimensions

Pinout:

3D Case:

Schematics:

Dimensions:

Docs:


Firmware and Bootloader from another chinese version:

WS2812 Intelligent Control Led Datasheet:

GitHub WeActStudio:

Raspberry Pi OS Toolchain one line setup:

Programa precargado del vendedor--Program example already came in the board:

Programa precargado de--Another example from another manufacter(99tech):

Usando la librería Neopixel:

Descargamos el archivo neopixel.py o lo abrimos y copiamos todo su contenido, creamos un archivo llamado neopixel.py y lo guardamos en la Pico:

Download neopixel.py or open it and copy all his content and create a file called neopixel.py a save it to the Pico: 

Creamos un nuevo archivo main.py en la Pico--Make a main.py file on the Pico:

En el copiamos el contenido del ejemplo--Copy the content of the file colorwave.py:

Debemos tener en cuenta--Take care of this:

En esta placa--In this board:

Salvamos y ejecutamos el programa--Save and execute