Waveshare
RP2350 1.64" AMOLED Development Board – 280x456, QSPI, Accelerometer & Gyroscope
· MPN: 31337
Accelerometers & IMUs
All Products
Displays
New Arrivals
Displays & User Interface
LCD & OLED Displays
Raspberry Pi
Brands and Manufacturers
Microcontrollers & Development Boards
Raspberry Pi Pico
Pico
Touchscreens
Sensors & Input
Displays & Screens
Prototyping & Wiring
Microcontrollers
Raspberry Pi Microcontrollers
Waveshare
$39.15
|
In stock at supplier
Elevate Your Development Experience with the RP2350 1.64" AMOLED Display Development Board!🚀 Product Overview:The RP2350 1.64" AMOLED Display Development Boa...
Get notified when back in stock
Estimated Delivery
Arrives
Disclaimer
Secure checkout
Elevate Your Development Experience with the RP2350 1.64" AMOLED Display Development Board!
🚀 Product Overview:
The RP2350 1.64" AMOLED Display Development Board is a cutting-edge IoT development platform designed by Waveshare and powered by the versatile RP2350A microcontroller chip developed by Raspberry Pi. This feature-rich board is poised to inspire and drive innovation in wearable devices, Internet of Things applications, and any scenario demanding high-quality display and advanced motion sensing capabilities.
🌟 Key Features:
- Dynamic Display: Immerse yourself in the vibrant colors and incredible contrast of a 1.64-inch AMOLED capacitive touch display, with a high resolution of 280×456 pixels and a palette of 16.7 million colors, powered by the integrated CO5300 display driver.
- Touch Sensitivity: Experience seamless interaction with your projects, thanks to the onboard FT3168 capacitive touch chip, offering a responsive and intuitive touch interface.
- Dual-core, Dual-architecture Power: Harness the flexibility and efficiency of the RP2350A microcontroller, featuring a dual-core, dual-architecture design with ARM Cortex-M33 and Hazard3 RISC-V processors, running up to a nimble 150 MHz.
- Capacious Memory: With 520KB of SRAM and 16MB of onboard Flash memory, your applications will have ample space to run smoothly and efficiently.
- Advanced Sensing: Equipped with a QMI8658 6-axis IMU encompassing a 3-axis gyroscope and 3-axis accelerometer for remarkable motion tracking and orientation sensing.
- Flexible Connectivity: The QSPI interface enables high-speed connections, while a plethora of GPIO pins, multiple I2C and UART interfaces, ADC, and PWM channels offer vast peripheral integration.
- Power Options: The board comes with a lithium battery charging/discharging header, alongside a Type-C connector for programming and power.
- Programming Ease: Drag-and-drop programming is supported, alongside a comprehensive SDK and compatibility with C/C++, MicroPython, and Arduino IDE.
🔧 Onboard Components:
- Type-C USB connector for versatile connectivity and power
- RST and BOOT buttons for system management
- 16MB NOR-Flash for reliable data storage
- Micro TF card slot for additional storage options
- Brass standoffs provide a sturdy and reliable construction
- Charge indicator and power indicator for real-time status monitoring
🖥️ AMOLED Display Parameters:
- Panel: AMOLED
- Size: 1.64 inch
- Resolution: 280 × 456
- Display Colors: 16.7M
- Brightness: 350 cd/m²
- Contrast Ratio: 60000:1
📚 Resource & Support:
- Wiki: Get comprehensive documentation and tutorials at www.waveshare.com/wiki/RP2350-Touch-AMOLED-1.64
- Pico Product Selection Guide: Compare different variants to choose the perfect board for your project.
📦 Package Content:
- RP2350-Touch-AMOLED-1.64-M x1
✅ Ideal for developers, hobbyists, and educators seeking a high-quality display with the power of dual-core processing and motion sensing, the RP2350 1.64" AMOLED Display Development Board is ready to bring your most ambitious projects to life with unmatched clarity and performance. Add it to your toolkit today and see your inventions come to light!
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.
- Flash memory
- Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
- 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.
- Gyroscope
- A gyroscope measures rotation, such as how fast a board is turning around its X, Y, and Z axes. This matters for projects like gesture controls, balancing robots, and motion tracking where tilt or rotation changes need to be detected.
- 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.
- IDE
- Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
- IMU
- An IMU (Inertial Measurement Unit) combines motion sensors, typically an accelerometer and gyroscope and sometimes a magnetometer, to measure movement and orientation. It can sense motion, tilt, vibration, rotation, and changes in direction, which is useful for tasks such as navigation, stabilisation, gesture detection, and asset tracking.
- 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.
- 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.
- 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.
- RST
- RST (reset) is a control pin used to restart or reinitialise a device to a known state. Connecting an RST pin to a microcontroller lets the host reset the device, which can help with reliable start-up or recovery.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- 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.
Find this product in
Displays & Screens
Microcontrollers
Raspberry Pi
Related Tutorials
Free guides on learn.littlebird.com.au