waveshare RP2350-PiZero

Waveshare RP2350-PiZero Development Board User Manual

Model: RP2350-PiZero

1. Introduction

The Waveshare RP2350-PiZero is a high-performance and cost-effective microcontroller development board. It is designed around the Raspberry Pi RP2350B dual-core microcontroller, offering flexible processing capabilities for various embedded applications.

Key features include:

  • Dual-Core and Dual-Architecture Design: Powered by dual ARM Cortex-M33 or dual Hazard3 RISC-V processors, with clock speeds up to 150 MHz.
  • Expandable Memory: Features 520KB of Static RAM (SRAM) and 16MB of onboard Flash memory. Reserved solder pads are available for PSRAM chip expansion.
  • Comprehensive Connectivity: Includes a DVI interface for HDMI screens, a TF card slot for storage, and a PIO-USB port for versatile connections.
  • Mobile-Friendly Power: Equipped with a Type-C connector for power and data, and a lithium battery recharge/discharge header for portable applications.
  • Extensive I/O: Provides 5 multi-function GPIO pins, SPI, I2C, UART, ADC, PWM, and 12 programmable I/O state machines for peripheral customization.
Waveshare RP2350-PiZero Development Board overview

Figure 1: Overview of the Waveshare RP2350-PiZero Development Board.

Video 1: An official overview of the RP2350-PiZero Development Board, highlighting its dual-core architecture, memory, and various interfaces. This video provides a visual introduction to the board's capabilities and features.

2. Package Contents

The standard package for the RP2350-PiZero Development Board includes the following items:

  • RP2350-PiZero Development Board x1
RP2350-PiZero Development Board package content

Figure 2: Contents of the RP2350-PiZero Development Board package.

3. Board Layout and Components

Understanding the layout of the RP2350-PiZero board is crucial for proper setup and operation. Refer to the diagram below for component identification.

RP2350-PiZero Development Board labeled diagram

Figure 3: Labeled diagram of the RP2350-PiZero Development Board components.

  1. RP2350B: Dual-core and dual-architecture design, up to 150 MHz operating frequency.
  2. USB Type-C connector: For programming, USB 1.1 device and host support.
  3. PIO-USB port: For using as a USB host or device via PIO.
  4. DVI interface (Mini HDMI connector): For driving DVI screens with an HDMI cable.
  5. TF card slot: Supports SPI and SDIO interface communication.
  6. 16MB NOR-Flash.
  7. PSRAM chip solder pads: Compatible with mainstream PSRAM chips for user expansion (soldering required).
  8. RUN button: Resets the board.
  9. BOOT button: Press and hold while resetting to enter download mode.
  10. Lithium battery header: PH2.0 header, for connecting a 3.7V Lithium battery, allows recharging/discharging the battery.
  11. 40PIN GPIO header: Compatible with some Raspberry Pi HATs.
  12. Debug interface.

4. Specifications

FeatureDescription
Model NameRP2350-PiZero
CPU Speed150 MHz
Processor BrandARM (Cortex-M33) / Hazard3 RISC-V
RAM Memory520KB SRAM
Onboard Flash16MB
ConnectivityDVI, TF card slot, USB Type-C, PIO-USB, GPIO, I2C, UART, SPI
Operating SystemLinux (supported development environments)
Power FeaturesType-C power, Lithium battery recharge/discharge header
Dimensions65.00mm x 30.00mm (approximate, refer to Figure 4)
RP2350-PiZero Development Board outline dimensions

Figure 4: Outline dimensions of the RP2350-PiZero Development Board.

5. Setup

5.1 Initial Power and Connectivity

  1. Power Supply: Connect the RP2350-PiZero to a 5V power source using the USB Type-C connector. Alternatively, a 3.7V Lithium battery can be connected to the PH2.0 header.
  2. TF Card: Insert a formatted TF card into the TF card slot if external storage is required.
  3. DVI Display: Connect a DVI-compatible display using an HDMI cable to the Mini HDMI (DVI) interface.
  4. USB Peripherals: Use the PIO-USB port to connect USB host or device peripherals as needed.
  5. GPIO Connections: Utilize the 40PIN GPIO header for connecting various sensors, actuators, or Raspberry Pi HATs.

5.2 Software Development Environment

The RP2350-PiZero supports multiple development environments:

  • Pico C/C++ SDK: The official Raspberry Pi C SDK can be used from the command line or integrated development environments like VSCode and Eclipse.
  • MicroPython: A full implementation of the Python 3 programming language for embedded hardware.
  • Arduino IDE: An open-source electronic prototyping platform.

Note: The DVI and PIO-USB functions are primarily supported in a C environment and cannot be used simultaneously.

RP2350-PiZero Development Board software support

Figure 5: Supported software development environments for the RP2350-PiZero.

5.3 Firmware Upload

To upload firmware, connect the board to your computer via the USB Type-C port. Press and hold the BOOT button, then press the RUN button to enter download mode. The board will appear as a mass storage device, allowing you to drag and drop firmware files.

6. Operating the Board

6.1 General Operation

Once programmed, the RP2350-PiZero will execute the loaded firmware upon power-up or reset. The dual-core architecture allows for complex tasks and real-time processing.

6.2 Using Peripherals

  • GPIO: Configure the 5 multi-function GPIO pins for digital input/output, PWM, or other specialized functions as defined by your program.
  • SPI, I2C, UART: These serial communication interfaces are available for connecting various modules and sensors. Refer to the RP2350B datasheet and SDK documentation for specific pin assignments and usage.
  • ADC: The 2 x 12-bit ADC channels allow for analog signal input.
  • PWM: Utilize the 16 controllable PWM channels for applications requiring pulse-width modulation.
  • DVI Output: The DVI interface provides video output to compatible displays.
  • PIO-USB: This programmable I/O USB port can be configured for custom USB device or host functionalities.
RP2350-PiZero Development Board with connected displays

Figure 6: Examples of the RP2350-PiZero connected to various displays via its DVI and PIO-USB interfaces.

6.3 Low-Power Modes

The RP2350-PiZero supports low-power sleep and dormant modes, which can be utilized to optimize power consumption in battery-powered applications.

7. Maintenance

To ensure the longevity and reliable operation of your RP2350-PiZero Development Board, follow these maintenance guidelines:

  • Handle with Care: Avoid dropping the board or subjecting it to physical shock.
  • Static Electricity: Always handle the board in an anti-static environment to prevent damage from electrostatic discharge.
  • Cleanliness: Keep the board free from dust, dirt, and moisture. Use a soft, dry brush or compressed air for cleaning. Avoid liquid cleaners.
  • Storage: Store the board in a cool, dry place away from direct sunlight and extreme temperatures.
  • Power Off: Disconnect power before connecting or disconnecting any peripherals or making changes to the wiring.

8. Troubleshooting

This section addresses common issues you might encounter with the RP2350-PiZero Development Board.

8.1 Board Not Powering On

  • Ensure the USB Type-C cable is securely connected to a reliable 5V power source.
  • If using a battery, verify it is charged and correctly connected to the PH2.0 header.
  • Check the power indicator LED on the board (if present) for activity.

8.2 Firmware Upload Issues

  • Confirm the board is in download mode (hold BOOT, press RUN, then release RUN and BOOT).
  • Ensure the USB cable is a data cable, not just a charging cable.
  • Try a different USB port or cable.
  • Verify that the correct firmware file is being used and that it is compatible with the RP2350B.

8.3 Peripheral Conflicts (e.g., SPI)

Some users have reported conflicts when using the TF card (which uses SPI1) simultaneously with other SPI devices connected to the 40-pin header, as these may also utilize SPI1. This can lead to errors where SPI1 is reported as already in use.

  • Check Pin Assignments: Carefully review the pinout diagrams and your code to ensure that different peripherals are not attempting to use the same SPI bus or pins simultaneously.
  • Software Configuration: In environments like CircuitPython, direct SDIO support on the RPi might be limited, leading to SPI conflicts. Consider alternative libraries or configurations if available for your chosen development environment.
  • Hardware Alternatives: If simultaneous operation is critical, consider using peripherals that utilize different communication interfaces or alternative pin configurations if your project allows.

8.4 General Debugging Tips

  • Use the dedicated debug interface for advanced debugging with appropriate tools.
  • Refer to the Waveshare Wiki and Raspberry Pi RP2350 documentation for detailed technical information and community support.

9. Warranty Information

The Waveshare RP2350-PiZero Development Board comes with a 1-year warranty from the date of purchase. This warranty covers manufacturing defects and ensures the product meets its specified performance. For warranty claims or service, please contact Waveshare customer support with your proof of purchase.

10. Support and Resources

For additional information, technical documentation, and community support, please refer to the following resources:

  • Waveshare Official Wiki: Access comprehensive resources, SDKs, and open-source tutorials to facilitate development. Visit the Waveshare RP2350-PiZero Wiki Page for detailed guides and examples.
  • Raspberry Pi Documentation: For in-depth information on the RP2350 microcontroller, refer to the official Raspberry Pi documentation.
  • Customer Support: For specific inquiries or technical assistance, contact Waveshare customer support through their official channels.

Related Documents - RP2350-PiZero

Preview Waveshare ESP32-S3-Touch-LCD-4.3 Development Board: Features & Guide
Explore the Waveshare ESP32-S3-Touch-LCD-4.3, a powerful microcontroller development board featuring a 4.3-inch capacitive touch display, WiFi, BLE 5, and multiple interfaces like CAN, RS485, and I2C. Learn about its hardware, setup, and sample demos for HMI development.
Preview Waveshare Jetson Nano Dev Kit: Overview, Setup, and Resources
A comprehensive guide to the Waveshare Jetson Nano Developer Kit, covering its overview, hardware specifications, software setup using SDK Manager, camera configuration, and troubleshooting.
Preview USB-TO-TTL-FT232 UART Serial Module - Waveshare
Comprehensive guide for the Waveshare USB-TO-TTL-FT232 module, featuring the FT232RNL chip. This document details its features, onboard interface, pinout, dimensions, and provides step-by-step instructions for driver installation and usage on Windows, Linux, and macOS. Includes links to drivers and software.
Preview Pico-Relay-B: 8-Channel Relay Module User Guide
User guide for the Waveshare Pico-Relay-B, an industrial 8-channel relay module for Raspberry Pi Pico. Learn about its features, specifications, setup, and programming with detailed instructions and examples.
Preview WaveShare X210II Rev1.0 Hardware Manual
Detailed hardware manual for the WaveShare X210II Rev1.0 development board, covering its features, core components, pin definitions, baseboard interfaces, and startup procedures.
Preview Waveshare e-Paper Driver HAT User Manual: Connect SPI E-Paper Displays to Raspberry Pi, Arduino, STM32
User manual for the Waveshare e-Paper Driver HAT, detailing its features, product parameters, interface specifications, and supported e-Paper models. Includes setup guides for Raspberry Pi, Arduino, and STM32 development boards.