# Hardware overview
Source: [https://docs.qualcomm.com/doc/80-88500-5/topic/platform_hardware_overview.html](https://docs.qualcomm.com/doc/80-88500-5/topic/platform_hardware_overview.html)
The Qualcomm Robotics RB5 development kit includes the Qualcomm QRB5165 system-on-module (SoM), which includes the main processor, SDRAM, Flash memory, and wireless connectivity components. The SoM is mounted on the Robotics RB5 development kit mainboard, which also includes multiple connectors to support a variety of different peripheral interfaces and stackable mezzanine cards.
Figure : RB5 development board with optional accessories

The following tables list hardware components of the SoM and the RB5 development kit:
Table : Hardware components of the QRB5165 SoM
| SoM component | Name | Details |
| :---: | :---: | :---: |
| Processor | Qualcomm QRB5165 | Qualcomm^®^ Kryo™ CPU 585
Qualcomm^®^ Adreno™ GPU 650
Qualcomm^®^ Hexagon™ DSP
Qualcomm Spectra™ 480 image-processing engine
Qualcomm^®^ Adreno™ VPU 665 video encode/decode
Qualcomm^®^ Adreno™ DPU 995 display
Qualcomm^®^ Sensing Hub
Qualcomm^®^ Secure Processing Unit SPU240
Qualcomm^®^ Neural Processing Unit NPU230 |
| SDRAM memory | – | 8 GB LPDDR5 2750 MHz Package-on-Package (PoP) |
| UFS Flash memory | – | 128 GB UFS |
| WLAN/Bluetooth^®^ wireless technology | Qualcomm QCA639X | 2.4 GHz/5 GHz, 2 × 2 MIMO, 802.11a/b/g/n/ac/ax |
Table : Hardware components of the development kit
| Mainboard component | Name | Details |
| :---: | :---: | :---: |
| DSI to HDMI bridge | Lontium LT9611UCX | 4K at 60-Hz HDMI support with I2S audio |
| USB hub | Genesys GL3590 | USB 3.1 Gen2 10 Gb 4-port hub controller |
| USB to LAN | ASIX AX88179 | USB 3.0 Gb to 1 Gb Ethernet controller |
| Audio amplifiers x2 | Qualcomm WSA8815 | Class-D SoundWire audio amplifier |
| CAN bus controller | Microchip MCP2518FD | External CAN controller with SPI |
| Sensor | TDK ICM-42688-P | 3-axis gyroscope and 3-axis accelerometer |
| Onboard digital microphone | TDK T5818 | PDM digital MEMS microphone |
| USB connector | USB Type-C | USB Type-C with display port (direct connect to processor) |
| USB connector | USB Type-A (host mode) | USB 3.1 Gen 2 through USB hub |
| HDMI | HDMI Type-A | Up to 4K at 60 Hz with audio |
| Power | DC power input | +12 V from wall supply |
| microSD card | microSD card | microSD card tray |
| Antenna | Antenna 0 | 2.4/5 GHz printed antenna |
| Antenna | Antenna 1 | 2.4/5 GHz printed antenna |
| Debug UART | microUSB connector | Connector with FTDI USB to UART converter |
| Ethernet | RJ45 Ethernet connector | Ethernet through USB 3.0 (1 Gb) |
## Identify a hardware variant
The hardware in RB5 is available in two variants:
- Package-on-Package (POP)
- Non-POP
To flash an appropriate build, you need to identify the appropriate RB5 hardware variant.
To identify the hardware variant, run the following command:
adb shell `cat /sys/devices/soc0/soc_id`Copy to clipboard
An output of 455 denotes that the hardware is a POP variant, and an output of 496 denotes a
non-POP variant.
- **[What is included](https://docs.qualcomm.com/doc/80-88500-5/topic/what_is_included_in_the_box.html)**
- **[What you will need](https://docs.qualcomm.com/doc/80-88500-5/topic/Additional-equipment.html)**
- **[RB5 mainboard](https://docs.qualcomm.com/doc/80-88500-5/topic/rb5_mainboard.html)**
- **[Thermal management](https://docs.qualcomm.com/doc/80-88500-5/topic/thermal_management.html)**
- **[RB5 mezzanine boards](https://docs.qualcomm.com/doc/80-88500-5/topic/rb5_mezzanine_boards.html)**
Last Published: Nov 25, 2025
[Previous Topic
Introduction](https://docs.qualcomm.com/bundle/publicresource/80-88500-5/topics/introduction_to_rb5_development_kit.md) [Next Topic
What is included](https://docs.qualcomm.com/bundle/publicresource/80-88500-5/topics/what_is_included_in_the_box.md)