AI agents & screen readers: for a machine-readable, text-only catalogue, start at /llms.txt. Products are available as Markdown (/products.md, /products/{handle}.md) and JSON (/products.json, /products/{handle}.json).
Store

Waveshare

$36.05 |
Only 4 left
No reviews yet

The product is a high-performance, highly integrated microcontroller development board designed by Waveshare. It integrates high-capacity Flash and onboard ...

Stock availability

Ready to ship from Sydney
4 in stock
Genuine AU stock · Ships from Sydney AU warranty GST tax invoice
Estimated Delivery
Arrives
Order now — ships Thu 6 Aug
Disclaimer
View Markdown
Secure checkout

The product is a high-performance, highly integrated microcontroller development board designed by Waveshare. It integrates high-capacity Flash and onboard 1.54inch e-paper display, features ultra-low power consumption and ambient light readability, suitable for portable devices and long-Batt-life scenarios. Integrated with an RTC chip, SHTC3 temperature and humidity sensor, TF card slot, low-power audio codec chip circuit, and Lithium Batt recharge and discharge management circuit. Reserved interfaces including USB, UART, I2C, and GPIO for easy functionality expansion and sensor connectivity, providing a flexible and reliable development platform for IoT terminals, electronic tags, portable displays, and other applications.
  • RP2350A microcontroller chip designed by Raspberry Pi in the United Kingdom
  • Adopts unique dual-core and dual-architecture design: dual ARM Cortex-M33 or dual Hazard3 RISC-V processors support, flexible clock running up to 150 MHz
  • Built-in 520KB Static RAM, with onboard 16MB Flash
  • Type-C port for easier use
  • Onboard 1.54inch e-paper display, 200 × 200 resolution, features high contrast and wide viewing angle
  • USB 1.1 with device and host support
  • Low-power sleep and dormant modes
  • Drag-and-drop programming using mass storage over USB
  • Adapting 7 × GPIO pins and USB+/- pins
  • 1 × I2C, 1 × UART, 2 × 12-bit ADC, 6 × controllable PWM channels
  • Accurate clock and timer on-chip
  • Built-in temperature sensor for real-time monitoring of chip temperature
  • 12 × programmable I/O (PIO) state machines for custom peripheral support

Specifications
display panel | e-paper displayDisplay size | 1.54inch
resolution | 200 × 200grey scale | 2
Communication interface | SPIfull refresh time | 2s
display color | black, whitepartial refresh time | 0.3s
Viewing Angle | >170°Display Type | Passively reflective
Onboard audio codec chip

Supports high-quality audio processing, providing clear and high-quality audio input and output
Advantages of EINK

E-paper display utilizes microcapsule electrophoretic technology for displaying, the principle is: charged particles suspended in clear fluid will move to sides of microcapsule when electric field is applied, making the microcapsule become visible by reflecting ambient light, just as traditional printed paper.
E-paper display will clearly display images/texts under lamplight or natural light, requires no backlight, and features nearly up to 180° viewing angle. It is usually used as e-reader due to its paper-like effect.
Application Scenarios

Suitable for Desktop Temperature & Humidity Clock and e-Reader, etc

Desktop Temperature & Humidity Clock
 

E-Reader
dual-core, dual-architecture

The unique dual-core, dual-architecture capability of RP2350 allows users to choose between a pair of industry-standard Arm Cortex-M33 cores, and a pair of open-hardware Hazard3 cores, up to 150MHz operating frequency
Supports C/C++, MicroPython, Arduino

Comprehensive SDK, dev resources, and tutorials to help you easily get started
 
What's On Board
  1. RP2350
    Dual-core and dual-architecture design, up to 150 MHz operating frequency
  2. TF card slot
  3. BOOT button
  4. Batt recharge and discharge management chip
  5. PWR button
  6. SHTC3 temperature and humidity sensor
    provides ambient temperature and humidity measurement, enabling environmental monitoring function
  7. USB Type-C port
    for downloading programs, USB 1.1 with device and host support
  8. Microphone
 
  1. MX1.25 2PIN Lithium Batt header
    for 3.7V Lithium Batt, supports charging and discharging, up to 500mA peak charging current
  2. ES8311
    low power audio codec chip
  3. NS4150B
    audio power amplifier chip
  4. 2 × 6PIN 2.54mm pitch female pin header
  5. MX1.25 speaker header
  6. 16MB NOR Flash
  7. Touch panel connector
  8. Dual-color LED
    a programmable indicator and Batt charging indicator
  9. E-paper display connector
  10. PCF85063
    RTC chip with timekeeping function
Outline Dimensions
Resources & Services

Jargon buster

Plain-language definitions for the technical terms used above.

ADC
An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
Arm Cortex-M33
A 32-bit, low-power Arm microcontroller core designed for real-time, timing-sensitive control tasks such as reading sensors or driving motors. It can act as a chip's main controller, or in some systems-on-chip run alongside larger application cores that handle an operating system like Linux.
GPIO
General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
I2C
I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
IoT
Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
LED
A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
microcontroller
A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
MicroPython
A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
PWM
Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
RAM
RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
RISC-V
RISC-V is an open, royalty-free processor instruction-set architecture used in chips ranging from tiny microcontrollers to Linux-capable application processors. The choice of RISC-V determines which compilers, software tools, and performance or low-power features are available, separate from the more common Arm or x86 architectures.
RP2350
A microcontroller chip from Raspberry Pi used as the main processor on some development boards. Knowing the board is built around an RP2350 helps you check software support, pin capabilities and whether it suits MicroPython projects.
RTC
A Real-Time Clock keeps track of time even when the main processor is asleep or powered down, usually with a small backup battery. It matters for data logging and tracking projects that need accurate timestamps.
SPI
A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
Type-C
USB Type-C (USB-C) is a small, reversible USB connector used for charging, power, and data transfer on many modern devices. A Type-C port or plug indicates the cable and charger connection needed to power, charge, or communicate with a device.
UART
UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
USB 1.1
USB 1.1 is an older USB standard with much slower data transfer than USB 2.0 and later versions. Compatibility with it allows connection to very old computers, though data-heavy tasks such as video may be limited at that speed.
USB Type-C
USB Type-C is a small, reversible USB connector used for power, data and sometimes video on many modern devices. The connector itself does not guarantee a particular speed or voltage, so check the supported USB version, data rate and whether it carries more than 5V via USB Power Delivery.
Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.