1. Understanding the MBUX System

  • Navigation: The Mercedes-Benz User Experience (MBUX) system is found in many new Mercedes models. To access navigation, press the "Navi" button on your touchscreen or select it from the menu. Enter your destination using the touchpad, voice command, or the touchscreen.
  • Apple CarPlay/Android Auto: Connect your smartphone via USB and enable CarPlay or Android Auto in the MBUX settings for a familiar smartphone experience.

Required Hardware:

  1. Laptop: Windows 10 (64-bit recommended) or Windows 7. Avoid Windows 11 due to driver conflicts unless you are an expert.
  2. Diagnostic Interface: You need a genuine or high-quality clone of a Mercedes multiplexer.
    • OpenPort 2.0 (J2534): The most common for DIYers. Works with Vediamo via "Vediamo with EDIC" or "J2534" passthrough.
    • C4 or C6 Multiplexer (Star Diagnostic): The gold standard. Plug-and-play with Vediamo.
  3. Cables: A stable USB cable (do not use Bluetooth or WiFi for flashing).

5. Customization and Settings

  • Vehicle Settings: Access vehicle settings through the MBUX system to customize your driving experience, such as adjusting suspension, responsiveness, and lighting.

Part 6: Tutorial – Reading & Coding (Enable Keyless Go)

Now you are online. Let's read the current coding and modify it.

Core Capabilities:

  1. Variant Coding: Changing how a module behaves (e.g., from "LED low beams" to "Bi-Xenon").
  2. Actuations: Turning on fuel pumps, fans, or locks manually (bypassing the ignition).
  3. Read/Write EEPROM: Changing VIN numbers, immobilizer data, or component protection (advanced use only).

Warning: Vediamo does not have safety nets. You can brick a $2,000 ECU if you write the wrong hex value. Follow this tutorial precisely.


Introduzione

Vediamo è un ambiente di sviluppo e diagnostica usato principalmente per la programmazione, diagnosi e test dei controllori elettronici (ECU) nei veicoli Mercedes-Benz. Questo tutorial fornisce una panoramica pratica per iniziare con Vediamo, compresi i requisiti software/hardware, la configurazione base, flussi di lavoro comuni e suggerimenti di sicurezza.

Step 3: Load the CBF File

Vediamo cannot read the ECU until you tell it which ECU and what language to speak.

  1. Click the Folder with Magnifying Glass icon.
  2. Navigate to your CBF folder.
  3. Find the file for your engine. Example: A2769020000_ME97.cbf (This is a fictional name – use the one matching your VIN).
  4. Double-click it. It will load into the left-hand tree.