View Single Post
      08-09-2021, 10:24 PM   #18
Velocifero
Meat Popcicle
Velocifero's Avatar
United_States
10
Rep
18
Posts

Drives: 2015 X5 xDrive35d xLine
Join Date: Oct 2016
Location: NOVA

iTrader: (0)

Quote:
Originally Posted by CKr View Post
The following Bimmercode instructions have been documented many times in other threads, but here's what I have in my notes, based on my own findings (again, no different than what others have found) via VO coding with E-Sys:

For LCI cars equipped with adaptive LEDs removing 8S4 (decoding VLD) from the vehicle order (abbreviated as "VO") modifies two settings in FEM_BODY:
  • C_AFS_ENA
  • LUT_FLC_FORWARDLIGHTING_Y
while removing 5AP (decoding of anti-dazzle) modifies one additional setting in FEM_BODY:
  • C_HBA_ENA

You can modify all three of these settings with Bimmercode, so there's no need to use E-sys to do the coding. Disclaimer: I can't help you if you run into issues with Bimmercode.

First, connect to car and enter expert mode
  1. Using an iPhone, open Bimmercode and connect to your car
  2. Scroll down and tap Front Electronic Module
  3. Tap Expert mode at the bottom of the screen
  4. Scroll down and tap 3073 LaMaster1

Second, enable VLD

First we'll enable C_AFS_ENA
  1. Scroll down and tap C_AFS_ENA
  2. Tap F020_enable (0x01) - you might also find that F030_enable (0x01) was automatically checked, this is expected.
  3. Tap < to go up one level
Second we'll enable LUT_FLC_FORWARDLIGHTING_Y
  1. Scroll down and tap LUT_FLC_FORWARDLIGHTING_Y
  2. Tap F020_mit_AFS You'll see 0x9C 0x9C 0x9C below F020_mit_AFS
  3. Tap < to go up one level

Third, enable anti-dazzle
  1. Scroll down and tap C_HBA_ENA
  2. Tap F020_enable (0x01) - you might also find that F030_enable (0x01) was automatically checked, this is expected.
  3. Tap < to go up one level

Finally, code to car
  1. Tap Code
Note that some older instructions will also tell you to enable C_HBA_ADAPT_SHUT_ENA, but I've found that this setting is not modified when VO coding or coding the car with Euro settings. This settings is likely used for the older adaptive HID headlights. With that said, you can enable this setting if you like, it does not seem to throw any errors.

Again, nobody has been able to confirm that anti-dazzle behaves correctly on LCI vehicles equipped with adaptive LEDs.

How do I know if the coding worked?

To verify that VLD is enabled:
  • Start your car's engine and turn on headlights using the automatic setting
  • Put your car in drive, you should see your left beam pan to the left
  • Put your car in reverse, you should see your left beam pan toward the right
For a manual transmission, putting the car in reverse causes the left headlight to pan right, and taking the car out of reverse causes the left headlight to pan left.
Just wanted to let you know these steps helped me do this on my F15 X5. Thank you! I've copied them over and adapted them for that model: https://f15.bimmerpost.com/forums/sh...20&postcount=3
Appreciate 1
CKr27.00