F30POST
F30POST
2012-2015 BMW 3-Series and 4-Series Forum
BMW Garage BMW Meets Register Today's Posts
BMW 3-Series and 4-Series Forum (F30 / F32) | F30POST > Technical Forums > F30 DIYs and Coding Discussions > [CODING] Disable license plate lights when shifting into reverse - PERFECT FOR NIGHT
Studio RSR
Post Reply
 
Thread Tools Search this Thread
      12-08-2022, 10:58 AM   #1
psyki
E36fiend
United_States
285
Rep
637
Posts

Drives: 2014 435i xDrive
Join Date: May 2019
Location: Sammamish, WA

iTrader: (1)

Garage List
2014 435i xDrive  [0.00]
2014 X5  [0.00]
[CODING] Disable license plate lights when shifting into reverse - PERFECT FOR NIGHT

On the F3X platform the rear bumper is visible on the backup camera view, and at night the license plate lights reflect off the bumper making it very hard to see. Using e-sys I coded the rear electronics module (REM) to turn those lights off when I put the car into reverse. Shifting back into drive or any other shifter position turns the lights back on, they only turn off in reverse.

Much easier to see now!



This may be possible using one of the phone apps but I used e-sys. Here are the coding parameters:

Code:
[REM] MAPPING_UNIVERSAL_2_OUTPUT Werte=00(off) to Werte=22(kzl)
[REM] MAPPING_UNIVERSAL_2_PART_OF_WL not_active to hard_on
[REM] MAPPING_UNIVERSAL_2_FUNCTION Werte=0C(bremslicht) to Werte=0F(rfs)
[REM] MAPPING_UNIVERSAL_2_PRIORITY Werte=02(priority_2) to Werte=00(priority_0)
[REM] MAPPING_UNIVERSAL_2_FIXED_PWM Werte=00(pwm) to Werte=01(fixed)

To adjust the KZL (license plate light) brightness, change the following value in hex.
[REM] MAPPING_UNIVERSAL_2_PWM_LEVEL_1 Werte=00(off) to Werte=00 to 64(100%)
*You may use "UNIVERSAL_3" or above if "UNIVERSAL_2" is allocated for another mapping.
Appreciate 4
capt_slow556.00
Frankly30137.00
Simon8995.50
      12-09-2022, 05:09 AM   #2
Ibo24
New BMW owner
Ibo24's Avatar
Belgium
139
Rep
621
Posts

Drives: BMW 316d, BMW F40 116d
Join Date: Jan 2012
Location: Belgium

iTrader: (0)

Garage List
That’s a great find!

Do you happen to know how to make the LED DRL lights go dim while using turnsignal on a PRE-LCI ?

I did manage to make them dim whilest using my warning blinkers. (I think I did it though)
Appreciate 0
      12-10-2022, 02:01 AM   #3
psyki
E36fiend
United_States
285
Rep
637
Posts

Drives: 2014 435i xDrive
Join Date: May 2019
Location: Sammamish, WA

iTrader: (1)

Garage List
2014 435i xDrive  [0.00]
2014 X5  [0.00]
Quote:
Originally Posted by Ibo24 View Post
That’s a great find!

Do you happen to know how to make the LED DRL lights go dim while using turnsignal on a PRE-LCI ?

I did manage to make them dim whilest using my warning blinkers. (I think I did it though)
Thanks! Makes a huge difference. I didn't come up with the mod personally but rediscovered my YouTube post recently so thought I'd share it here.

Are you talking about the front or rear DRL? You mean the angel eyes? What exactly is your intent?
Appreciate 0
      12-10-2022, 08:38 AM   #4
Billfitz
Lieutenant General
Billfitz's Avatar
United_States
8246
Rep
16,091
Posts

Drives: '15 328iX GT
Join Date: Jan 2015
Location: New Hampshire

iTrader: (0)

That's one way to fix the problem when you've got a white or light colored car. Another is to put a bit of black electrical tape over the bottom of the camera lens, so that it doesn't see the bumper.
Appreciate 0
      12-11-2022, 02:49 AM   #5
psyki
E36fiend
United_States
285
Rep
637
Posts

Drives: 2014 435i xDrive
Join Date: May 2019
Location: Sammamish, WA

iTrader: (1)

Garage List
2014 435i xDrive  [0.00]
2014 X5  [0.00]
Quote:
Originally Posted by Billfitz View Post
That's one way to fix the problem when you've got a white or light colored car. Another is to put a bit of black electrical tape over the bottom of the camera lens, so that it doesn't see the bumper.
My car is grey, plus I think this is a more elegant solution
Appreciate 0
      12-11-2022, 08:33 AM   #6
Billfitz
Lieutenant General
Billfitz's Avatar
United_States
8246
Rep
16,091
Posts

Drives: '15 328iX GT
Join Date: Jan 2015
Location: New Hampshire

iTrader: (0)

Sure, if you're able to code it. Most are not. For them this is a simple alternative.
Appreciate 0
      01-26-2024, 07:58 AM   #7
thatgarrett
Second Lieutenant
thatgarrett's Avatar
United_States
788
Rep
207
Posts

Drives: 2012 335i Sport
Join Date: Dec 2022
Location: USA

iTrader: (2)

Garage List
2012 BMW 335i  [8.60]
Coded this yesterday and made a huge difference even on my darker colored car, highly recommend for anyone with a backup camera, thanks for sharing the coding steps!
Appreciate 0
      01-26-2024, 01:29 PM   #8
Billfitz
Lieutenant General
Billfitz's Avatar
United_States
8246
Rep
16,091
Posts

Drives: '15 328iX GT
Join Date: Jan 2015
Location: New Hampshire

iTrader: (0)

Another piece of the puzzle is the backup lights. The camera adjusts its brightness to the brightest spot in its field of view. If you have stock halogen backup bulbs that's going to be the bumper. I have these, which are four times as bright as halogen, so the bumper isn't the brightest spot. Even better, I can see where I'm going. https://www.amazon.com/dp/B01H54SP6O...t_details&th=1
Appreciate 0
      01-27-2024, 12:26 PM   #9
mrpingu
Lieutenant
182
Rep
595
Posts

Drives: 2018 F48 X1 xDrive 18D
Join Date: Nov 2022
Location: Norway

iTrader: (0)

Garage List
Quote:
Originally Posted by Ibo24 View Post
That’s a great find!

Do you happen to know how to make the LED DRL lights go dim while using turnsignal on a PRE-LCI ?

I did manage to make them dim whilest using my warning blinkers. (I think I did it though)
It’s all written in this thread: https://f30.bimmerpost.com/forums/sh...1304926&page=2
__________________
Retrofits done: 2TB, 235, 313, 430, 459, 508, 5DP 322
Appreciate 0
      01-28-2024, 06:33 AM   #10
mrpingu
Lieutenant
182
Rep
595
Posts

Drives: 2018 F48 X1 xDrive 18D
Join Date: Nov 2022
Location: Norway

iTrader: (0)

Garage List
Quote:
Originally Posted by Billfitz View Post
Another piece of the puzzle is the backup lights. The camera adjusts its brightness to the brightest spot in its field of view. If you have stock halogen backup bulbs that's going to be the bumper. I have these, which are four times as bright as halogen, so the bumper isn't the brightest spot. Even better, I can see where I'm going. https://www.amazon.com/dp/B01H54SP6O...t_details&th=1
Do you need to code these or these plug and play and no flicker?
__________________
Retrofits done: 2TB, 235, 313, 430, 459, 508, 5DP 322
Appreciate 0
      01-28-2024, 08:26 AM   #11
Billfitz
Lieutenant General
Billfitz's Avatar
United_States
8246
Rep
16,091
Posts

Drives: '15 328iX GT
Join Date: Jan 2015
Location: New Hampshire

iTrader: (0)

There is no such thing as plug and play LED, no matter what the advertising says. They must be coded. With Bimmercode it's a one click job. If you don't have Bimmercode you should, I've coded at least fifteen different items, not including LED on all of my lamps.
Appreciate 0
      01-31-2024, 07:46 AM   #12
mrpingu
Lieutenant
182
Rep
595
Posts

Drives: 2018 F48 X1 xDrive 18D
Join Date: Nov 2022
Location: Norway

iTrader: (0)

Garage List
Ordered similiar LED bulbs waiting for them to come.

Also did this coding on F48. I only had to use UNIVERSAL 3 as I was not sure if 2 was in use or not. Really makes a difference. I coded them to ‘20’ so 32% brightness instead of totally off.
Appreciate 0
      01-31-2024, 08:47 AM   #13
Simon89
First Lieutenant
Simon89's Avatar
United Kingdom
96
Rep
328
Posts

Drives: F30 330D XDrive
Join Date: Oct 2018
Location: York

iTrader: (0)

This would be great for the UK until it comes to MOT, we'd need to remember to revert coding otherwise it could cause a fail.
__________________
13' F30 330D XDrive
Appreciate 1
psyki285.00
      01-31-2024, 10:01 AM   #14
mrpingu
Lieutenant
182
Rep
595
Posts

Drives: 2018 F48 X1 xDrive 18D
Join Date: Nov 2022
Location: Norway

iTrader: (0)

Garage List
Quote:
Originally Posted by Simon89 View Post
This would be great for the UK until it comes to MOT, we'd need to remember to revert coding otherwise it could cause a fail.
You can like me code it on 20 instead of totally off. I think they won’t even notice as they probably check if the light is working not how bright.
Appreciate 1
Billfitz8246.00
      04-05-2024, 07:54 AM   #15
Bas_Met_Wielen
Private
Bas_Met_Wielen's Avatar
Netherlands
382
Rep
50
Posts

Drives: BMW 328i GT
Join Date: Nov 2021
Location: Netherlands

iTrader: (0)

Quote:
Originally Posted by Billfitz View Post
There is no such thing as plug and play LED, no matter what the advertising says. They must be coded. With Bimmercode it's a one click job. If you don't have Bimmercode you should, I've coded at least fifteen different items, not including LED on all of my lamps.
Excuse me for being a noob, but what needs to be coded exactly?
I do have BimmerCode but i have only used this for the obvious things, like folding mirrors and turning off auto start/stop.

Thanks in advance!


EDIT: I did some searching and found the answer on the BimmerCode site, thanks!

Last edited by Bas_Met_Wielen; 04-05-2024 at 09:42 AM..
Appreciate 0
Post Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -5. The time now is 12:51 PM.




f30post
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and trademark are properties of BIMMERPOST