View Single Post
      11-03-2021, 02:25 PM   #129
_paulie_335i_
Registered
0
Rep
2
Posts

Drives: BMW 335i
Join Date: Apr 2021
Location: Florida

iTrader: (0)

Quote:
Originally Posted by Gabrola View Post
Attachment 1660754

The taillights are a direct fit in place of the pre-LCI ones but need a 6-pin connector instead of the 8-pin connector.

The old connector had 3-pins for the 3 brake light bulbs while the new one only needs one. While some people have opted to solder the 3 brake light wires together and connect them using a single pin. I opted to only use one of the pins, specifically the inner brake light pin since that is the one used for the brake force display function. The other two pins remain in the old connector and is left dangling next to the new connector in case the installation needs to be reversed for whatever reason.

Parts List:
  • Left Taillight: 63217420991
  • Right Taillight: 63217420992
  • 6-Pin Connectors (2x): 61132359993

Tools:
  • 10mm Socket and Driver
  • Pick tool or narrow flat-head screwdriver
  • ENET Cable and coding software (E-Sys)
  • Electrical tape
  • Masking tape (optional)

Instructions:
  1. Cover the area right below the taillight with masking tape because you risk scratching the bumper when pulling it out.
  2. Open the trunk and open the two plastic covers covering the two 10mm nuts on the taillight and unscrew them.
  3. Give the taillight a good tug and it will come out. The outer side is held in with a snap-in rubber ball thing so it needs a good tug.
  4. Remove the 8-pin connector from the taillight. First unlock the connector by pulling on gray locking tab and then pull on the connector to remove it.
  5. Put the old taillight aside.
  6. Now open the small pin-locking plastic pieces on both sides of the connector locking the pins in place.
  7. Remove all pins from the 8-pin connector except the two non-BFD brake light pins. To remove the pins just unlock them by pushing on them using a pick tool through the newly exposed area.
  8. Remove the purple locking tab from the new 6-pin connector and correctly insert the pins into it according to the pinning guide. Don't forget to insert the purple locking tab again.
  9. Now wrap the old 8-pin connector with the brake light pins with electrical tape so no water can get in there and corrode the pins.
  10. Plug in the new connector into the new taillight and install the taillight. Make sure while installing the tallight that the rubber drip rail is not bent and is correctly sealed against the body of the car.
  11. Repeat for the other side.
  12. Code the car

Pinout:
Pre-LCI Left:
Pin 1 Gray / Blue = Reversing Light
Pin 2 Gray / Violet = LED Bar
Pin 3 Gray / Yellow = Fog Light
Pin 4 Black / White = Turn Signal
Pin 5 Yellow / Black = Brake Light
Pin 6 Brown = Ground (-)
Pin 7 Black / Yellow = Brake Light
Pin 8 Gray / Pink = BFD/Brake Light

LCI Left:
Pin 1 Gray / Pink = BFD/Brake Light
Pin 2 Black / White = Turn Signal
Pin 3 Brown = Ground (-)
Pin 4 Gray / Violet = LED Bar
Pin 5 Gray / Blue = Reversing Light
Pin 6 Gray / Yellow = Fog Light

Pre-LCI Right:
Pin 1 Black / Gray = Turn Signal
Pin 2 Gray / Yellow = Fog Light
Pin 3 Gray / Black = LED Bar
Pin 4 Gray / Blue = Reversing Light
Pin 5 Gray / Pink = BFD/Brake Light
Pin 6 Black / Blue = Brake Light
Pin 7 Brown = Ground (-)
Pin 8 Yellow / Violet = Brake Light

LCI Right:
Pin 1 Gray / Pink = BFD/Brake Light
Pin 2 Black / Gray = Turn Signal
Pin 3 Brown = Ground (-)
Pin 4 Gray / Black = LED Bar
Pin 5 Gray / Blue = Reversing Light
Pin 6 Gray / Yellow = Fog Light

Coding:

REM:
3061 LceOutputChannels:
SL_L_KALTUEBERWACHUNG = nicht_aktiv
SL_L_WARMUEBERWACHUNG = nicht_aktiv
SL_L_IS_LED = aktiv
SL_R_KALTUEBERWACHUNG = nicht_aktiv
SL_R_WARMUEBERWACHUNG = nicht_aktiv
SL_R_IS_LED = aktiv

SL_2_L_KALTUEBERWACHUNG = nicht_aktiv
SL_2_L_WARMUEBERWACHUNG = nicht_aktiv
SL_2_L_IS_LED = aktiv
SL_2_R_KALTUEBERWACHUNG = nicht_aktiv
SL_2_R_WARMUEBERWACHUNG = nicht_aktiv
SL_2_R_IS_LED = aktiv

BL_L_KALTUEBERWACHUNG = nicht_aktiv
BL_L_WARMUEBERWACHUNG = nicht_aktiv
BL_L_IS_LED = aktiv
BL_R_KALTUEBERWACHUNG = nicht_aktiv
BL_R_WARMUEBERWACHUNG = nicht_aktiv
BL_R_IS_LED = aktiv

BFD_L_KALTUEBERWACHUNG = nicht_aktiv
BFD_L_WARMUEBERWACHUNG = nicht_aktiv
BFD_L_IS_LED = aktiv
BFD_R_KALTUEBERWACHUNG = nicht_aktiv
BFD_R_WARMUEBERWACHUNG = nicht_aktiv
BFD_R_IS_LED = aktiv

NSL_L_KALTUEBERWACHUNG = nicht_aktiv
NSL_L_WARMUEBERWACHUNG = nicht_aktiv
NSL_L_IS_LED = aktiv
NSL_R_KALTUEBERWACHUNG = nicht_aktiv
NSL_R_WARMUEBERWACHUNG = nicht_aktiv
NSL_R_IS_LED = aktiv

FRA_H_L_KALTUEBERWACHUNG = nicht_aktiv
FRA_H_L_WARMUEBERWACHUNG = nicht_aktiv
FRA_H_L_IS_LED = aktiv
FRA_H_R_KALTUEBERWACHUNG = nicht_aktiv
FRA_H_R_WARMUEBERWACHUNG = nicht_aktiv
FRA_H_R_IS_LED = aktiv

3062 LceLampMapping1:
MAPPING_BREMSL_L_PWM_LEVEL_1 = 13.7V (89)
MAPPING_BREMSL_R_PWM_LEVEL_1 = 13.7V (89)
MAPPING_BRAKEFORCED_L_PWM_LEVEL_1 = 13.7V (89)
MAPPING_BRAKEFORCED_R_PWM_LEVEL_1 = 13.7V (89)
MAPPING_BLINKER_H_L_PWM_LEVEL_1 = 13.7V (89)
MAPPING_BLINKER_H_R_PWM_LEVEL_1 = 13.7V (89)

3063 LceLampMapping2:
MAPPING_NEBELSCHLUSSL_L_PWM_LEVEL_1 = 13.7V (89)
MAPPING_NEBELSCHLUSSL_R_PWM_LEVEL_1 = 13.7V (89)

Images:

Attachment 1660755

Attachment 1660756

Attachment 1660757
Will this work with 2015 335i F30
Appreciate 0