Raspberry Pi Pico RP2350 with 0.96 LCD

20,000 د.ع

Build powerful embedded projects with this Raspberry Pi Pico RP2350 Development Board, featuring the next-generation RP2350 microcontroller from Raspberry Pi combined with a vibrant 0.96-inch LCD screen. This compact board delivers exceptional performance for IoT applications, robotics, wearable devices, and advanced embedded systems, integrating a high-resolution display directly onto the Pico form factor.

In stock

Compare
SKU: DIYS10768 Category:

Description

Raspberry Pi Pico RP2350 Microcontroller with 0.96-inch LCD Screen – IoT Development Board

Build powerful embedded projects with this Raspberry Pi Pico RP2350 Development Board, featuring the next-generation RP2350 microcontroller from Raspberry Pi combined with a vibrant 0.96-inch LCD screen. This compact board delivers exceptional performance for IoT applications, robotics, wearable devices, and advanced embedded systems, integrating a high-resolution display directly onto the Pico form factor.

The board is built around the RP2350 microcontroller, a high-performance 32-bit dual-core Arm Cortex-M33 processor with additional RISC-V cores, running at up to 150 MHz . It features 520KB of SRAM, 16MB of onboard flash memory, and extensive peripheral support including PIO (Programmable Input/Output) for flexible I/O handling . The integrated 0.96-inch IPS LCD screen (typically 160×80 or 80×160 resolution) provides crisp, full-color visuals for displaying sensor data, system status, graphical interfaces, and real-time information without requiring external display wiring .

This board maintains the standard Raspberry Pi Pico pinout, ensuring compatibility with existing Pico shields, expansion boards, and accessories while adding the convenience of an onboard display . The USB-C connector provides modern connectivity for programming and power, while the 3.3V logic levels ensure compatibility with a wide range of sensors and peripherals . Whether you’re building a portable data logger, a smart home dashboard, a retro gaming handheld, or an educational IoT device, this RP2350-based Pico with integrated LCD screen offers a complete development platform in a compact, ready-to-use package .

Key Features

RP2350 High-Performance Microcontroller

Powered by the Raspberry Pi RP2350 chip, featuring a 32-bit dual-core Arm Cortex-M33 processor running at up to 150 MHz, with additional RISC-V cores for flexible architecture support, delivering exceptional processing power for demanding applications .

Integrated 0.96-inch IPS LCD Screen

Features a high-quality 0.96-inch IPS LCD display mounted directly on the board, providing crisp, full-color visuals with wide viewing angles for user interfaces, data visualization, and real-time feedback without external display wiring .

Ample Memory Resources

Equipped with 520KB of onboard SRAM and 16MB of flash memory, providing ample space for complex programs, graphical assets, and data logging applications .

Extensive Peripheral Support

Supports multiple I2C, SPI, UART interfaces, and Programmable I/O for flexible handling of standard and custom protocols, making it ideal for sensor interfacing and device control .

USB-C Connectivity

Features a modern USB-C port for programming, power, and serial communication, ensuring easy integration with modern computers and peripherals .

Standard Pico Pinout

Maintains the standard 40-pin Raspberry Pi Pico header layout (with castellated edges for SMT), ensuring compatibility with existing Pico shields, HATs, and expansion boards .

3.3V Logic Level

Operates at 3.3V logic levels, compatible with a wide range of sensors, modules, and peripherals commonly used in embedded projects .

Wide Power Supply Range

Can be powered via USB-C or through the VSYS pin (1.8V to 5.5V), making it suitable for battery-powered portable applications .

Onboard Debugging Support

Includes SWD (Serial Wire Debug) pins for advanced debugging and programming, supporting professional development workflows .

Rich Peripheral Integration

Features multiple programmable I/O (PIO) state machines for flexible protocol implementation, making it ideal for custom interfaces like WS2812 LED control, SPI devices, and custom sensor communication .

Specifications

Parameter Value
Microcontroller Raspberry Pi RP2350
Processor Dual-core Arm Cortex-M33 + optional RISC-V cores
Clock Speed Up to 150 MHz
SRAM 520 KB
Flash Memory 16 MB (onboard)
Display 0.96-inch IPS LCD
Display Resolution 160 x 80 or 80 x 160 (varies by version)
Display Interface SPI
Input Voltage 1.8V – 5.5V (via VSYS)
Logic Level 3.3V
Digital I/O Pins 26 (multipurpose)
Analog Input Pins 4 (12-bit ADC)
PWM Channels 16
UART 2
I2C 2
SPI 2
PIO State Machines 6 (Programmable I/O)
USB USB-C (USB 1.1 Host/Device)
Debug Interface SWD (Serial Wire Debug)
Dimensions Standard Pico form factor
Mounting Through-hole or SMT (castellated edges)

Pin Configuration

The board follows the standard Raspberry Pi Pico pinout:

Pin Group Pins Functions
GPIO GP0-GP28 Digital I/O, PWM, I2C, SPI, UART
Analog GP26-GP29 12-bit ADC inputs
Power VBUS, VSYS, 3V3, 3V3_EN, GND Power supply and enable
Debug SWCLK, SWDIO Serial Wire Debug
USB USB-C Programming and power

Wiring Diagram

Basic Power

text
USB-C Cable -----> Board USB-C Port
(Provides 5V power and programming)

Or External Battery:
3.7V Li-Po ----> VSYS pin
GND ----------> GND pin

Connecting a Sensor (I2C Example)

text
Pico RP2350                I2C Sensor
-----------                ----------
3.3V            ----->     VCC
GND             ----->     GND
GP4 (SDA)       ----->     SDA
GP5 (SCL)       ----->     SCL

MicroPython Code Example

python
from machine import Pin, SPI, I2C
import time

# Initialize LED for feedback
led = Pin(25, Pin.OUT)

# For LCD display (using SPI)
# Refer to display-specific libraries for complete implementation

def blink_led():
    led.toggle()
    
# Main loop
while True:
    led.value(1)
    print("Pico RP2350 Running")
    time.sleep(0.5)
    led.value(0)
    time.sleep(0.5)

C/C++ Code Example (Arduino IDE / C SDK)

c
#include "pico/stdlib.h"

int main() {
    stdio_init_all();
    
    // Initialize LED pin (GP25 is built-in LED on standard Pico)
    const uint LED_PIN = 25;
    gpio_init(LED_PIN);
    gpio_set_dir(LED_PIN, GPIO_OUT);
    
    printf("RP2350 Pico with LCD Ready\n");
    
    while (true) {
        gpio_put(LED_PIN, 1);
        printf("LED ON\n");
        sleep_ms(500);
        
        gpio_put(LED_PIN, 0);
        printf("LED OFF\n");
        sleep_ms(500);
    }
    
    return 0;
}

Common Applications

  • IoT data loggers and sensor nodes

  • Smart home control panels

  • Portable measurement instruments

  • Retro gaming handhelds

  • Wearable technology

  • Educational robotics

  • Human-machine interfaces

  • Real-time monitoring systems

  • Battery-powered remote sensors

  • Custom automation controllers

Package Contents

  • 1 x Raspberry Pi Pico RP2350 Development Board with 0.96-inch LCD Screen

لوحة تطوير Raspberry Pi Pico RP2350 مع شاشة LCD 0.96 بوصة – لوحة تطوير إنترنت الأشياء

ابنِ مشاريع مدمجة قوية باستخدام لوحة تطوير Raspberry Pi Pico RP2350، التي تتميز بمعالج RP2350 من الجيل التالي من Raspberry Pi مع شاشة LCD 0.96 بوصة ملونة . تقدم هذه اللوحة المدمجة أداءً استثنائيًا لتطبيقات إنترنت الأشياء والروبوتات والأجهزة القابلة للارتداء والأنظمة المدمجة المتقدمة، مع دمج شاشة عالية الدقة مباشرة على شكل Pico .

تم بناء اللوحة حول معالج RP2350، وهو معالج 32 بت ثنائي النواة Arm Cortex-M33 عالي الأداء مع نوى RISC-V إضافية، يعمل بتردد يصل إلى 150 ميجاهرتز . يتميز بذاكرة وصول عشوائي سعة 520 كيلوبايت وذاكرة فلاش مدمجة سعة 16 ميجابايت، ودعم محيطي واسع بما في ذلك PIO للمعالجة المرنة للإدخال/الإخراج . توفر شاشة IPS LCD 0.96 بوصة المدمجة صورًا ملونة حادة لعرض بيانات المستشعرات وحالة النظام والواجهات الرسومية والمعلومات في الوقت الفعلي دون الحاجة إلى أسلاك عرض خارجية .

تحافظ هذه اللوحة على تخطيط دبابيس Raspberry Pi Pico القياسي، مما يضمن التوافق مع دروع Pico الحالية ولوحات التوسعة والملحقات مع إضافة راحة شاشة مدمجة . يوفر موصل USB-C اتصالاً حديثًا للبرمجة والطاقة، بينما تضمن مستويات المنطق 3.3V التوافق مع مجموعة واسعة من أجهزة الاستشعار والمحيطات . سواء كنت تبني مسجل بيانات محمول أو لوحة تحكم منزلية ذكية أو جهاز ألعاب محمول أو جهاز إنترنت الأشياء تعليميًا، فإن لوحة Pico RP2350 هذه مع شاشة LCD مدمجة توفر منصة تطوير كاملة في حزمة مدمجة وجاهزة للاستخدام .

المميزات الرئيسية

معالج RP2350 عالي الأداء

مدعوم بمعالج Raspberry Pi RP2350، الذي يتميز بمعالج Arm Cortex-M33 ثنائي النواة 32 بت يعمل بتردد يصل إلى 150 ميجاهرتز، مع نوى RISC-V إضافية لدعم بنية مرنة، مما يوفر قدرة معالجة استثنائية للتطبيقات المتطلبة .

شاشة IPS LCD مدمجة 0.96 بوصة

تتميز بشاشة LCD IPS عالية الجودة مقاس 0.96 بوصة مثبتة مباشرة على اللوحة، مما يوفر صورًا ملونة حادة بزوايا رؤية واسعة لواجهات المستخدم وتصور البيانات والتغذية الراجعة في الوقت الفعلي دون الحاجة إلى أسلاك عرض خارجية .

موارد ذاكرة وفيرة

مزودة بذاكرة وصول عشوائي سعة 520 كيلوبايت وذاكرة فلاش سعة 16 ميجابايت، مما يوفر مساحة وافرة للبرامج المعقدة والمواد الرسومية وتطبيقات تسجيل البيانات .

دعم محيطي واسع

يدعم واجهات I2C و SPI و UART متعددة، بالإضافة إلى وحدات PIO للمعالجة المرنة للبروتوكولات القياسية والمخصصة، مما يجعله مثاليًا لربط أجهزة الاستشعار والتحكم في الأجهزة .

اتصال USB-C

يتميز بمنفذ USB-C حديث للبرمجة والطاقة والاتصال التسلسلي، مما يضمن سهولة التكامل مع أجهزة الكمبيوتر والمحيطات الحديثة .

تخطيط دبابيس Pico القياسي

يحافظ على تخطيط الرأس القياسي 40 دبوس من Raspberry Pi Pico، مما يضمن التوافق مع دروع Pico الحالية ولوحات التوسعة والملحقات .

مستوى منطق 3.3V

يعمل بمستويات منطق 3.3V، متوافق مع مجموعة واسعة من أجهزة الاستشعار والوحدات والمحيطات المستخدمة في المشاريع المدمجة .

نطاق جهد تغذية واسع

يمكن تشغيله عبر USB-C أو عبر دبوس VSYS، مما يجعله مناسبًا للتطبيقات المحمولة التي تعمل بالبطارية .

دعم تصحيح أخطاء مدمج

يتضمن دبابيس SWD لتصحيح الأخطاء والبرمجة المتقدمة، مما يدعم سير العمل التطويري الاحترافي .

تكامل محيطي غني

يتميز بآلات حالة PIO متعددة للتنفيذ المرن للبروتوكولات، مما يجعله مثاليًا للواجهات المخصصة مثل التحكم في LED WS2812 وأجهزة SPI والاتصال بأجهزة استشعار مخصصة .

المواصفات الفنية

المعلمة القيمة
المتحكم Raspberry Pi RP2350
المعالج Arm Cortex-M33 + RISC-V
تردد الساعة حتى 150 ميجاهرتز
ذاكرة الوصول العشوائي 520 كيلوبايت
ذاكرة الفلاش 16 ميجابايت
الشاشة 0.96 بوصة IPS LCD
واجهة الشاشة SPI
جهد الدخل 1.8V – 5.5V
مستوى المنطق 3.3V
دبابيس الإدخال/الإخراج 26
مدخلات تماثلية 4
الواجهات I2C, SPI, UART, PIO
USB USB-C
الأبعاد شكل Pico القياسي

التطبيقات الشائعة

  • مسجلات البيانات وعقد استشعار إنترنت الأشياء

  • لوحات التحكم المنزلية الذكية

  • أجهزة قياس محمولة

  • أجهزة ألعاب محمولة

  • التكنولوجيا القابلة للارتداء

  • الروبوتات التعليمية

  • واجهات الإنسان والآلة

  • أنظمة المراقبة في الوقت الفعلي

  • أجهزة استشعار عن بعد تعمل بالبطارية

  • وحدات تحكم أتمتة مخصصة

محتويات العلبة

  • 1 × لوحة تطوير Raspberry Pi Pico RP2350 مع شاشة LCD 0.96 بوصة

Reviews

There are no reviews yet.

Be the first to review “Raspberry Pi Pico RP2350 with 0.96 LCD”

Your email address will not be published. Required fields are marked *