Initially I post the wrong Raspberry Pi Model; this is the corrected post.
The Raspberry Pi Pico 2 W is an upgraded version of the original Raspberry Pi Pico microcontroller board. Here are some key details:
- Processor: It features the RP2350 microcontroller designed by Raspberry Pi. The RP2350 chip includes dual-core ARM Cortex-M33 processors or dual-core Hazard3 RISC-V processors, both running at up to 150MHz.
- Memory: It comes with 520KB of SRAM and 4MB of on-board flash memory.
- Wireless Connectivity: The Raspberry Pi Pico 2 W variant includes 2.4GHz 802.11n wireless LAN and Bluetooth 5.2.
- Interfaces: It supports USB 1.1 with device and host support, SPI, I²C, UART, and 12-bit 500ksps ADC.
- GPIO Pins: It has 26 multi-function GPIO pins, including 3 that can be used for ADC.
- PWM Channels: It offers 24 controllable PWM channels.
- Power Modes: It includes low-power sleep and dormant modes for energy efficiency.
- Programming: It supports C/C++ and Python programming, with drag-and-drop programming using mass storage over USB.
- Security: It features robust security measures, including ARM TrustZone for Cortex-M, optional boot signing, and protected OTP storage.
The Raspberry Pi Pico 2 W is ideal for a wide range of projects, from IoT applications to hobbyist projects.
Raspberry PI Pico Series documentation
Regards,
William
Hi William. I bought a pico2W last week. I have tried to use it with micropython. Unfortunately I don’t think the most recent UF2 file works properly. I have a pimorino display module and they seemed to have created a UF2 file that does works up to a point. I haven’t tried it with C yet.