This repository was archived by the owner on Oct 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Luis Filipe Carvalho edited this page Aug 20, 2025
·
5 revisions
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.
- [UI Overview](#) – General layout of the dashboard.
- [Communication Layer](#) – Zenoh messaging and data received from JetsonNano.
- [Display Features](#) – Speedometer, warning lights, lane indicators, etc.
- [System Setup](#) – Installation guide, dependencies, and configuration.
-
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.
RaspberryPi/
├── src/ # UI logic
├── qml/ # Qt/QML interface files
├── comms/ # Zenoh client, message parsing
└── assets/ # Icons, images, UI resources
Project Developed by Team02 @ SEA:ME Portugal - 2024 Cohort
A master-level curriculum empowering developers with practical, peer-driven expertise in embedded systems, autonomous driving, and mobility ecosystems.