View Single Post
      06-25-2019, 06:06 PM   #1
ejw2011
Second Lieutenant
ejw2011's Avatar
94
Rep
287
Posts

Drives: x3 F25 35i, x1 F48 28i
Join Date: Aug 2011
Location: Planet Earth

iTrader: (1)

Activate Rear Fog lights

Hi fellow bimmers,

I wanted to contribute the following code via bimmercode for those interested adding rear fog light illumination or rear fog lights as additional brake lights or dual function capability.

This was coded via expert mode bimmercode android version.
Tested, no errors, and working. Enjoy.

Activate rear fog lights with light control switch with rear fog light switch (must have switch):

Code 1:
BDC_Body: -->

1) 3068 --> NSL_Verbaut = Verbault
2) 3064 --> Mapping_Nebelschlussl_L_Output --> NSL_L (hex 1C)
3) 3064 --> " " _L_function --> nebelschlusslicht
(hex 0E)
4) 3064 --> Mapping_Nebelschlussl_R_Output --> NSL_R (HEX 1D)
5) 3064 --> " " _R_function --> nebelschlusslicht
(hex 0E)
6) 3064 --> Mapping_Nebelschlussl_L_PWM1 --> 87
7) 3064 --> Mapping_Nebelschlussl_R_PWM1 --> 87

Activate rear fog lights as additional brake lights without having a rear fog light switch:

Code 2:
BDC_Body -->

1) 3064 --> Mapping_Nebelschlussl_L_Output --> NSL_L (hex 1C)
2) 3064 --> " " _L_function --> (hex 0C)
3) 3064 --> Mapping_Nebelschlussl_R_Output --> NSL_R (HEX 1D)
4) 3064 --> " " _R_function --> (hex 0C)
5) 3064 --> Mapping_Nebelschlussl_L_PWM1 --> 64
6) 3064 --> Mapping_Nebelschlussl_R_PWM1 --> 64

Activate dual function for rear fog lights and/or brake lights with rear fog light switch (must have switch):

Code 3:
BDC_Body -->

1) Do Code 1 shown above.
2) 3065 LceLampMapping4 -->
Mapping_Bremsl_2_L_output --> nsl_L
Mapping_Bremsl_2_R_output --> nsl_R

I did code 3 and is working as rear fog light only when switch is activated and working as additional brake lights when switch is not activated.
Appreciate 7
iceman7117.00
//TMT128.50
x1noob3.00
00max0019.00
X1604M55.50