Raspberry Pi Pico Arduino core 4.0 adds support for RP2350 boards

Raspberry Pi RP2350 Arduino

Earle F. Philhower, III has just released the Raspberry Pi Pico Arduino core 4.0 with support for a range of Raspberry Pi RP2350 boards beside the official Raspberry Pi Pico 2. Shortly after the RP2040-based Raspberry Pi Pico board was released, we got two Arduino SDKs, the first being the community-supported Raspberry Pi Pico Arduino core maintained by Earle, and the second being the official Arduino Core Mbed 2.0 for boards as such as Arduino Nano Connect RP2040. We are again likely to have two Arduino SDKs for the RP2350 starting with the Raspberry Pi Pico Arduino core. Key changes in Raspberry Pi Pico Arduino core 4.0: Adds Raspberry Pi RP2350 support (Arm only; RISC-V cores are not supported at this stage) Migrates to Pico SDK 2.0 since it is required for RP2350 support and includes a new OpenOCD and Picotool. Tested features: SPI, I2C, LittleFS, EEPROM, PWMAudio, LWIP-based networking, […]

HDMI to screw terminal adapters could be useful for Raspberry Pi RP2040 and RP2350 boards

HDMI screw terminal adapter

The very idea of an HDMI to screw terminal adapters maybe seem moronic at first, but in an era of programmable IOs (PIO), and high-speed serial transmit (HSTX), those could end up being useful for boards or modules based on Raspberry Pi RP2040 or RP2350 since they’ve all be shown to support DVI output through HDMI connectors. There are a few boards that integrate an HDMI port such as the Olimex RP2040-PICO-PC, Solder Party RP2xxx Stamp Carrier XL, or Adafruit Feather RP2040 among others, but most boards don’t include an HDMI port. What they do typically have are GPIO headers, and an HDMI to screw terminal adapter would allow users to easily add an HDMI port to their existing board without soldering simply by using jumper wires, or with a bit more work an old HDMI cable. All HDMI to screw terminal adapters are pretty basic with an HDMI male […]

Pimoroni Explorer board is a Raspberry Pi RP2350-based learning platform with 2.8-inch LCD, breadboard sensors and more

Pimoroni Explorer Starter Kit

The Pimoroni Explorer board is an electronic prototyping board built around the Raspberry Pi RP2350 chip with a 2.8-inch LCD screen, a speaker connector, and various I/Os, which makes it easy to build circuits, prototype projects, and even make small robots. It also features a mini breadboard, tactile buttons, and crocodile clip terminals, making it suitable for both beginners and experienced makers. The RP2350 MCU was recently released by Raspberry Pi Limited along with the $5 Raspberry Pi Pico 2 board. Since that initial release, we have seen many RP2350-based development boards like the Cytron MOTION 2350 Pro, the Bus Pirate 5XL and 6, and many other development boards released, feel free to check those out if you are looking for development boards built around the RP2350 MCU.   Pimoroni Explorer board specifications Microcontroller  – Raspberry Pi RP2350B MCU CPU Dual-core Arm Cortex-M33 @150MHz with Arm Trustzone for secure boot Dual-core 32-bit […]

Bus Pirate 5XL and 6 hardware debugging tools utilize Raspberry Pi RP2350A and RP2350B microcontrollers

Dangerous Prototypes Bus Pirate

The Bus Pirate 5XL and 6 are open-source hardware debugging tools respectively based on Raspberry Pi RP2350A and RP2350B and designed to simplify interaction with various bus protocols like 1-Wire, I2C, SPI, UART, several LEDs, and more. The idea is to send commands to a chip or sensor and get the response, without writing a single line of code making it ideal for hardware hacking and tinkering. The devices feature buffered I/O pins with voltage and current measurement, a programmable power supply with current limiting, an RGB LCD  for pin status and info, and an auxiliary header for connecting logic analyzers. All these features make this device useful for applications like debugging circuits, prototyping projects, and reverse engineering devices. The new devices are updates to the Bus Pirate 5 based on Raspberry Pi RP2040 MCU. You’ll find Bus Pirate specifications for the three models in the table below. The original […]

A closer look at Raspberry Pi RP2350’s HSTX high-speed serial transmit interface

Raspberry Pi RP2530 HSTX interface

The Raspberry Pi RP2350 microcontroller adds an HSTX (High-Speed Serial Transmit) interface adding the PIOs (Programmable IOs) introduced on the Raspberry Pi RP2040 three years ago. The RP2350 MCU now has three PIOs and one HSTX interface going over 8x GPIOs. So let’s try to better understand what HSTX is exactly, what it is used for, and how it differs from PIOs. We’ll also check out some programming examples in C and MicroPython. The high-speed serial transmit (HSTX) interface is detailed in the RP2350 datasheet starting on page 1118 where it reads “The high-speed serial transmit (HSTX) interface streams data from the system clock domain to up to 8 GPIOs at a rate independent of the system clock”. Reading further, we also learn that it runs at 150 MHz enabling up to 300 Mbps per pin with DDR output operation, or a combined 2,400 Mbps over 8 pins if I […]

Google Pigweed SDK now supports Raspberry Pi RP2350 microcontroller

Raspberry Pi Pico 2 (RP2350) with Enviro+ pack hat.

Google Pigweed, a collection of open-source libraries for embedded software development, now supports the Raspberry Pi RP2350 MCU and comes as a software development kit (Google Pigweed SDK). These libraries, also called modules, are building blocks that make embedded software development faster and more reliable. It targets tiny 32-bit microcontrollers such as STMicro STM32L452, Nordic Semi nRF52832, and the Raspberry Pi Pico line of microcontrollers. The library components have shipped in Google Pixels, Nest thermostats, robots, satellites, and drones. On August 8, the Pigweed project was released as a software development kit (SDK) in developer preview with official support for Raspberry Pi RP2350 and the associated Pico 2 development board. The new release uses the Bazel build system – a feature upstreamed into the Pico SDK by the Google Pigweed team – and a complete, open-source Clang/LLVM toolchain. The Google Pigweed SDK includes sample code, modules, and a comprehensive tutorial […]

SparkFun Pro Micro – RP2350 development board comes with 16MB flash, 8MB PSRAM

SparkFun RP2350 Pro Micro DEV

The SparkFun Pro Micro – RP2350 is a compact and powerful development board built around the RP2350 chip from Raspberry Pi and equipped with 16MB flash and 8MB PSRAM. It follows the updated Pro Micro design and includes a USB-C connector, Qwiic connector, WS2812B RGB LED, Boot and Reset buttons, resettable PTC fuse, and both PTH and castellated solder pads. Last week, besides the Raspberry Pi Pico 2, we wrote about more boards with the Raspberry Pi RP2350, like the XIAO RP2350, Solder Party’s RP2350 Stamp, and Cytron MOTION 2350 Pro. Feel free to check them out if you are interested in these boards. SparkFun Pro Micro – RP2350 specification Microcontroller  – Raspberry Pi RP2350A MCU CPU Dual-core Arm Cortex-M33 @150MHz with Arm Trustzone for secure boot Dual-core 32-bit Hazard3 RISC-V @ 150MHz Up to two cores can be used at the same time Memory – 520 KB on-chip SRAM […]

Challenger+ RP2350 WiFi6/BLE5 board combines Raspberry Pi RP2350 MCU with ESP32-C6 WiFi 6 and Bluetooth 5.4 LE module

Raspberry Pi RP2350 board ESP32-C6 WiFi module

You don’t need to wait for the Raspberry Pi Pico 2 W to get a Raspberry Pi RP2350 board with WiFi and Bluetooth thanks to the Challenger+ RP2350 WiFi6/BLE5 board that combines an RP2350A microcontroller with an ESP32-C6 module offering 2.4 GHz WiFi 6 and Bluetooth 5.4 LE connectivity. The board follows the Adafruit Feather form factor with 28-pin through holes for I/Os making it compatible with FeatherWings add-on boards. It comes with a USB-C port for power and programming, and a JST connector plus a charging circuit for people wanting to connect a LiPo battery. Challenger+ RP2350 WiFi6/BLE5 specifications: Microcontroller – Raspberry Pi RP2350A MCU CPU Dual-core Arm Cortex-M33 processor @ 150MHz Dual-core 32-bit RISC-V processor @ 150MHz Only two cores can be used at a given time Memory – 520KB internal RAM 8KB OTP Storage Package – QFN-60; 7×7 mm Memory – 8MB PSRAM Storage – 8MB SPI […]

Exit mobile version
Youyeetoo X1 x86 SBC