View Single Post
      05-25-2020, 03:59 PM   #2491
SDriver18i
Private First Class
SDriver18i's Avatar
No_Country
80
Rep
139
Posts

Drives: BMW X1 s18i 2019
Join Date: May 2019
Location: *

iTrader: (0)

Allo!

I'm here from the X1-F48 forums.

A member named Takabo researched a lot and managed to help me in getting this to work on the X1.
I have written the code below, I'm really hoping this works on the X3.

I would appreciate pictures and videos if this works.

I have also emailed Stephan the code. Lets hope, if this works, that it gets implemented in BimmerCode for almost any car!

Also included in this code is the ability to turn your rear DRL's as turn signals. There is another code for this, however, the other one would turn off the daylight rear DRL's, this one however, makes both work together!


Example:


Note: The fast blinking is from Hypeblink, which has since been coded out, if you do this code, it should blink at normal interval speed.

BimmerCode > BDC or FEM > Expert Mode

Rear DRL during DayLight:

Enable rear daylight

++ Daylight left tail light

BDC_BODY> 3064 LceLampMapping3, F7>
MAPPING_TAGFAHRL_1_H_L_OUTPUT = sl_l = 14 (initial state: off = 00)
OPTIONS (sl_l = 14, nsl_l = 1C, bfd_l = 1A, off = 00)

++ Daylight right outtail light
BDC_BODY> 3064 LceLampMapping3, F7>
MAPPING_TAGFAHRL_1_H_R_OUTPUT = sl_r = 15 (initial state: off = 00)
OPTIONS (sl_r = 15, nsl_r = 1D, bfd_r = 1B, off = 00)

++ Daylight left inner tail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_TAGFAHRL_2_H_L_OUTPUT = sl_2_l = 16 (initial state: off = 00)
OPTIONS (bl_l = 18, sl_2_l = 16, off = 00)

++ Daylight right inner tail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_TAGFAHRL_2_H_R_OUTPUT = sl_2_r = 17 (Initial state: off = 00)
OPTIONS (bl_r = 19, sl_2_r = 17, off = 00)

REAR DRL CODE ENDS HERE



Turn signal using rear daylight

++ Daylight left tail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_UNIVERSAL_5_OUTPUT = UNKNOWN = 14 (Initial state: off = 00)
MAPPING_UNIVERSAL_5_FUNCTION = UNKNOWN = 06 (Initial state: off = 00)
MAPPING_UNIVERSAL_5_PRIORITY = UNKNOWN = 00 (Initial state: priority_3 = 03)
MAPPING_UNIVERSAL_5_PWM_1 = 100% = 64 (Initial state: 0V = 00)
MAPPING_UNIVERSAL_5_FIXED_PWM = fixed = 01 (Initial state: do not touch)
MAPPING_UNIVERSAL_5_ DIMMED = not_active = 00 (Initial state: do not touch)
++ Daylight right outtail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_UNIVERSAL_6_OUTPUT = UNKNOWN = 15 (Initial state: off = 00)
MAPPING_UNIVERSAL_6_FUNCTION = UNKNOWN = 07 (Initial state: off = 00)
MAPPING_UNIVERSAL_6_PRIORITY = UNKNOWN = 00 (Initial state: priority_3 = 03)
MAPPING_UNIVERSAL_6_PWM_1 = 100% = 64 (Initial state: 0V = 00)
MAPPING_UNIVERSAL_6_FIXED_PWM = fixed = 01 (Initial state: do not touch)
MAPPING_UNIVERSAL_6_ DIMMED = not_active = 00 (Initial state: do not touch)
++ Daylight left inner tail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_UNIVERSAL_3_OUTPUT = sl_2_l = 16 (initial state: off = 00)
MAPPING_UNIVERSAL_3_PART_OF = off = 00 (Initial state: WLH_FMH_RL = B0)
MAPPING_UNIVERSAL_3_FUNCTION = blinken_l = 06 (Initial state: off = 00)
MAPPING_UNIVERSAL_3_PRIORITY = UNKNOWN = 00 (Initial state: priority_1 = 01)
MAPPING_UNIVERSAL_3_PWM_1 = 100% = 64 (Initial state: 0V = 00)
MAPPING_UNIVERSAL_3_FIXED_PWM = fixed = 01 (Initial state: do not touch)
MAPPING_UNIVERSAL_3_ DIMMED = not_active = 00 (Initial state: do not touch)
++ Daylight right inner tail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_UNIVERSAL_4_OUTPUT = sl_2_r = 17 (Initial state: off = 00)
MAPPING_UNIVERSAL_4_PART_OF = off = 00 (Initial state: WLH_FMH_RL = B0)
MAPPING_UNIVERSAL_4_FUNCTION = blinken_r = 07 (initial state: off = 00)
MAPPING_UNIVERSAL_4_PRIORITY = UNKNOWN = 00 (Initial state: priority_1 = 01)
MAPPING_UNIVERSAL_4_PWM_1 = 100% = 64 (Initial state: 0V = 00)
MAPPING_UNIVERSAL_4_FIXED_PWM = fixed = 01 (Initial state: do not touch)
MAPPING_UNIVERSAL_4_ DIMMED = not_active = 00 (Initial state: do not touch)

Quote:
Originally Posted by satz View Post
rear LEDs
Quote:
Originally Posted by stammix View Post
people
Quote:
Originally Posted by Jeepersjoey View Post
results
Quote:
Originally Posted by satz View Post
Bimmercode
Quote:
Originally Posted by titomi View Post
expert mode
Quote:
Originally Posted by JD-X4M40i View Post
help
Appreciate 1
live14.00