Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.
Luis Filipe Carvalho edited this page Aug 20, 2025 · 5 revisions

RaspberryPi

The RaspberryPi module implements the instrument cluster and human-machine interface (HMI). It communicates with the vehicle control system to display critical driving information in real time.

Documentation Pages


Technical Highlights

  • Language / Frameworks: C++ with Qt/QML.

  • Platform: Raspberry Pi 4, optimized for real-time updates.

  • UI Features:

    • Speed and RPM indicators.
    • Lane position and alerts.
    • Traffic light / sign notifications.

Repo Structure

RaspberryPi/
├── src/                # UI logic
├── qml/                # Qt/QML interface files
├── comms/              # Zenoh client, message parsing
└── assets/             # Icons, images, UI resources