Enabling BMW Driving Assistant View (Tesla-Style): G20 Coding
How to enable the driving assistant view on the BMW G20 instrument cluster that displays the vehicle's surroundings using OBDThink. Step-by-step coding for pre-07/19 vehicles.
— Tekin Code
Enabling BMW Driving Assistant View (Tesla-Style) (G20)
Some BMW G20s have a "driving assistant view" on the instrument cluster that displays the vehicle's surroundings and lanes (similar to Tesla's visualization). On vehicles with compatible hardware but this view disabled by default, you can enable it with OBDThink.
What Does This Feature Do?
The instrument cluster visualizes the surroundings detected by the driving assistant sensors (lanes, nearby vehicles). It's especially useful when using lane-keeping assist / adaptive cruise control.
Important Compatibility Note
These steps have been specifically reported to work on vehicles manufactured **before 07/2019**. If your vehicle doesn't have the relevant driving assistant hardware (cameras/sensors), the view will not function.
Requirements
• OBDThink app
• OBD adapter or ENET cable
• BMW G20 with compatible driving assistant hardware
Step-by-Step Coding (DKOMBI – Instrument Cluster)
Set the following parameters in the DKOMBI module to **`aktiv`** and code:
• `CB_FZG_UMGEBUNG_FAS` → **`aktiv`**
• `CB_PRESELECT_NAVI_ANSICHT_FZG_UMGEBUNG` → **`aktiv`**
• `PIA_FZG_UMGEBUNG_FAS` → **`aktiv`**
Verification
Turn the ignition off and back on. You should now be able to select the new "vehicle surroundings / assistant" view on the instrument cluster.
Common Issues
• **View didn't appear:** The most common reason is that the vehicle doesn't have the required driving assistant hardware/modules.
• **Wrong model year:** On newer vehicles, parameter names or structure may differ.
Warnings
Coding will have no effect if hardware is incompatible. You perform these procedures at your own risk.
Conclusion
On compatible G20s, this coding adds a modern and functional view to your instrument cluster. Simply enable three parameters in DKOMBI using OBDThink.
Frequently Asked Questions
**Does this work on every G20?**
No, it requires driving assistant hardware and a compatible model year.
**Does it affect driving safety?**
This is only a visualization; it doesn't change how the assistant systems operate.