Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 1.78 KB

README.md

File metadata and controls

67 lines (50 loc) · 1.78 KB

DES Project - Instrument Cluster

PiRacer instrument cluster Qt application running on RPi and receiving speed data from a speed sensor via CAN

Project Intro

Instrument_ Cluster

Architecture

Alt text

Equipment

Raspberry Pi 4B

  • Raspberry Pi OS Lite 64bit (Linux 6.1 kernel)
  • 2-Channel CAN-BUS(FD) Shield for Raspberry Pi (MCP2518FD)
  • 7.9inch DSI LCD (400 x 1280, 60Hz)
  • PiRacer AI Kit (PiRacer Standard)
  • Joystick

Arduino UNO

  • CAN-BUS Shield V2.0 (MCP2515)
  • Speed Sensor (LM393)

Technology

  • SSH (Secure Shell Protocol)
  • I2C (Inter-Integrated Circuit)
  • SPI (Serial Peripheral Interface)
  • CAN bus communication (Controller Area Network)
  • D-Bus as IPC (Inter Process Communication)

Language

  • C++
  • Python3
  • QML
  • Arduino Sketch
  • Shell Script

Tool

  • Qt Creator (with qmake)
  • Qt Designer
  • Arduino IDE
  • Raspberry Pi Imager
  • Visual Studio Code
  • draw.io

Table of Contents

7. Dbus