• This repository has been archived on 12/Sep/2023
  • Stars
    star
    136
  • Rank 267,670 (Top 6 %)
  • Language
    Kotlin
  • Created over 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Custom Infotainment UI for older Mercedes vehicles (2000-2007), inspired loosely by the 2021 S Class MBUX UI

MBUX-Port

Project

A hobby project of mine to get MBUX working on my W203 Mercedes, using an android tablet made by XTRONS to run the UI, with an Arduino linked to both CAN C + B as a decoder and encoder box, encoding can frames as Serial and sending them to the android tablet over USB Serial. It can even make the car run DOOM

Click here for youtube series

This series goes through the entire installation progress, as well as docmenting some stages you can go through to add features or change features yourself!

What works?

Currently, I have been able to process and de-code every can frame on the cars bus, allowing for reading and writing any possible valid frame to the cars ECU network.

UI Wise, it is still in early development, but allows for showing some interesting metrics that are not avaliable over ODB2

What cars are supported?

I've only tested on my W203 C200 CDI, but in theory, any W203/211/219/209 should work as their underlying CANBUS architecture is the same

What you'll need

  • Android headunit - preferably rooted
  • Arduino Uno
  • Canbus shields (2x). Each MUST have a 16Mhz clock
  • Wires to run from the back of the cars IC to the Arduino (Located in the glovebox)
  • Serial - USB cable for Arduino

Directory overview

  • UNO_CODE - Code for Arduino uno. See README within the folder for more details
  • app - Code for android application

Useful files

  • parse_dat_v3.py - Processes data files from XSMonitor into CAN descriptor files
  • db_converter.py - Converts files generated by parse_dat_v3.py into Kotlin object classes

More Repositories

1

OpenVehicleDiag

A rust based cross-platform ECU diagnostics and car hacking application, utilizing the passthru protocol
Rust
783
star
2

razer-laptop-control

Project to create driver/software to control performance of razer laptops
Rust
345
star
3

mercedes-hacking-docs

Documents on hacking and reverse engineering Mercedes vehicles
193
star
4

ecu_diagnostics

A Rust crate for ECU diagnostic protocols (UDS / KWP)
Rust
161
star
5

W203-canbus

Open source project for W211/W219 W203/W209 Mercs - bluetooth audio control and more!
C++
124
star
6

ultimate_nag52

An open source TCM for Daimlers 722.6 gearbox. Resource repository
100
star
7

Macchina-J2534

J2534 drivers for various Macchina hardware
C++
76
star
8

openStar

Opensource diagnostic software for Daimler vehicles, inspired by Xentry and DAS, written in Rust
Rust
49
star
9

ultimate-nag52-fw

Ultimate NAG52 firmware repository
C++
47
star
10

canviewer-rs

A Realtime CAN network viewer with DBC support
Rust
39
star
11

mb-w211-pc

A fully custom infotainment system for my W211 E55 AMG based on a PC with a custom daughter board!
Rust
24
star
12

j2534-arduino-win

Windows code for J2534 Arduino
C++
21
star
13

MacchinaM2-J2534-Rust

Cross platform J2534 API for Macchinas M2 UTD module
C++
20
star
14

rx8-reverse-engineering

Mazda RX8 hacking / reverse engineering notes and example code
20
star
15

m2-utd-passthru

Passthru API (j2534) Driver for Macchina M2 Under the dash
C++
18
star
16

J2534-Rust

Cross platform J2534 definition for Rust
Rust
12
star
17

ultimate-nag52-config-app

Ultimate-NAG52 configuration app
Rust
10
star
18

arduino-xentry-passthru

Xentry passthru with Arduino (Arduino code)
C++
7
star
19

722_6_arduino_mod

Modification to the 722.6xx automatic transmission via CanBus that allows for a more sportier appeal
C++
7
star
20

m2-utd-dpdu

D-PDU API driver for Macchina m2 under the dash
C
6
star
21

arduino-xentry-passthru-driver

Xentry passthru with Arduino (Windows code)
C++
6
star
22

EGS52_emu

Mercedes EGS52 ECU emulator
Rust
4
star
23

msts-rs

Rust based port of Microsoft Train Simulator 2001 (MSTS)
Rust
4
star
24

razerbiosunlock

Unlocks options in Razer AMI BIOS's
Python
4
star
25

ecu_debug_query_spec

An experimental specification for querying an ECU for debugging purposes over KWP or UDS
4
star
26

serial-rs

A cross-platform serial library for Rust based on pyserial
Rust
4
star
27

razer-control-center

Cross platform control center for Razer hardware - Written in Rust
Rust
4
star
28

rnd-ash

3
star
29

dpdu-rust

An implementation of the core D-PDU (ISO 22900-2) library in Rust
Rust
3
star
30

rusty_hex_edit

Hex editor written in Rust, geared torwards ECU tuning
Rust
2
star
31

serialport-rs

Rust
1
star