View Single Post
      01-16-2021, 09:12 PM   #6
amutti
Private First Class
96
Rep
165
Posts

Drives: 2021 Convertible M240i Xdrive
Join Date: Aug 2020
Location: US

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 (VLD) from the vehicle order modifies two settings in FEM_BODY:
  • C_AFS_ENA
  • LUT_FLC_FORWARDLIGHTING_Y
while removing 5AP (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.
Well... the light move as described now... we'll see. Thanks!
Appreciate 1