Skip to content

malibuw/malibu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

malibu

Custom control suite to replace the BCM in a 2019 Chevy Malibu using a PC.

This project integrates a React-based Tesla-style center display, a digital gauge cluster, and a unified backend system to manage relays, sensors, CAN bus data, and vehicle functions. It enables full replacement of the vehicle's BCM with a custom PC and software suite.

Features

  • Tesla-style center screen UI built with React
  • Digital gauge cluster with real-time data
  • Python backend for vehicle control and CAN bus communication
  • Custom relay control logic
  • Modular architecture for future upgrades
  • GPIO and sensor input support (e.g., Arduino, Raspberry Pi)
  • Designed for use in custom automotive PC builds

File Structure

malibu/
├── backend/
│   ├── canbus/
│   ├── gpio/
│   ├── sensors/
│   └── main.py
├── frontend/
│   ├── public/
│   └── src/
│       ├── components/
│       ├── screens/
│       └── App.jsx
├── docs/
│   └── schematics.md
├── hardware/
│   ├── relay_control/
│   └── microcontroller/
├── config/
│   └── settings.json
└── README.md

Requirements

  • Node.js (Frontend)
  • Python 3.9+ (Backend)
  • SocketCAN or compatible CAN interface
  • Optional: Arduino/RPi for GPIO inputs

About

Custom control suite to replace the BCM in a 2019 Chevy Malibu using a PC. Includes a React-based Tesla-style screen, digital gauge cluster, and backend systems to manage relays, sensors, CAN bus, and vehicle functions from a unified GitHub repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages