Skip to Content

Raspberry Pi 5 (4 GB RAM)

The Raspberry Pi 5 is the latest flagship model in the Raspberry Pi series, succeeding the Raspberry Pi 4. It delivers a 2-3x CPU performance boost, enhanced multimedia capabilities, multiple memory configurations, and improved connectivity. It integrates with the RP1 I/O controller, offering expanded USB 3.0 bandwidth and additional PCIe interfaces for faster data transmission.

Package Includes:

  • 1 x Raspberry Pi 5 (4GB RAM)

399.00 AED 399.00 AED Tax Included
399.00 AED Tax Included

Not Available For Sale

This combination does not exist.

Terms and Conditions
30-day money-back guarantee
Shipping: 2-3 Business Days

 

Features:

  • Processor: Broadcom BCM2712 (64-bit Quad-Core Arm Cortex-A76, 2.4GHz, 512KB L2 cache, 2MB L3 cache)
  • RAM: 4GB LPDDR4X
  • Connectivity:
    • Gigabit Ethernet (with PoE support)
    • Dual-band 802.11ac Wi-Fi (2.4GHz/5GHz)
    • Bluetooth 5.0, BLE
    • USB 3.0 x 2 (5Gbps), USB 2.0 x 2
    • Micro HDMI x 2 (supports 4Kp60)
    • MicroSD card slot
    • 40-pin GPIO header
    • 2 × 4-lane MIPI DSI/CSI interfaces
    • USB Type-C (5V/5A input)
    • Power button
    • Real-Time Clock (RTC), powered by external battery
    • PCIe 2.0 x1 interface
    • UART header for debugging

What's On Board:

Raspberry Pi 5 Board Overview

How to Use:

  1. Preparation: SD card and card reader
  2. Download the System: Click here to download
  3. Format the SD Card: Use SDFormatter.exe
  4. Program the Image: Use Win32DiskImager.exe
  5. Start Raspberry Pi 5: Insert the SD card and connect a 5V 5A Type-C adapter
  6. Connect Peripherals: Attach mouse, keyboard, and display

UART Login:

The Raspberry Pi 5 includes a dedicated UART connector for debugging (up to 921,600bps), configurable via EEPROM. Provides early boot and Linux console access.

UART Connector

UART connector includes 3 pins.

RTC (Real-Time Clock):

  • Powered using J5 (BAT) connector with external backup battery
  • Runs while powered and retains time when powered off

RTC Hardware

Official RTC Documentation

Software Debug:

  • Default RTC device: /dev/rtc0
  • Use date to view system time

Hwclock Commands:

  • sudo hwclock -w: Set hardware clock from system clock
  • sudo hwclock -s: Set system clock from hardware clock
  • sudo hwclock --set --date="9/8/2023 16:45:05": Set RTC time manually
  • sudo hwclock -r: Read RTC time
  • sudo hwclock --verbose: Show detailed RTC info

Auto Wakeup (Low-Power Mode):

sudo -E rpi-eeprom-config --edit

# Add the following lines:
POWER_OFF_ON_HALT=1
WAKE_ON_GPIO=0

# Test auto wakeup in 10 minutes:
echo +600 | sudo tee /sys/class/rtc/rtc0/wakealarm
sudo halt

RTC Battery Charging Configuration:

# Edit config.txt
sudo nano /boot/firmware/config.txt

# Add:
dtparam=rtc_bbat_vchg=3000000

The value 3000000 (3V) disables charging when voltage exceeds 3V, and enables trickle charge below 3V.

Dimensions:

Raspberry Pi 5 Dimensions

Resources: