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 > BMW Recall – F30 F31– Front Side Marker Lights. Can it be fixed by coding?
proTUNING Freaks
Post Reply
 
Thread Tools Search this Thread
      10-25-2015, 06:29 AM   #1
valley_nomad
Private First Class
28
Rep
109
Posts

Drives: 2013 F30 328i
Join Date: May 2012
Location: Silicon Valley

iTrader: (0)

BMW Recall – F30 F31– Front Side Marker Lights. Can it be fixed by coding?

I got a letter from BMW regarding the following safty recall

"BMW Recall – 3-Series Sedan and Wagon– Front Side Marker Lights, F30 F31, 15V520000"

I was trying to fix it by myself because I don't want to lose all the coding I have done. But when I checked FEM_BODY 3063 MAPPING_SIDEMARKER_L_OUTPUT and MAPPING_SIDEMARKER_R_OUTPUT, I found that their values were set to fra_v_l and fra_v_r respectively, which means something else prevents side marker lights from being on. Does anyone know if the problem can be corrected by coding? If so, how?

Last edited by valley_nomad; 10-25-2015 at 06:43 AM..
Appreciate 0
      10-26-2015, 02:20 AM   #2
valley_nomad
Private First Class
28
Rep
109
Posts

Drives: 2013 F30 328i
Join Date: May 2012
Location: Silicon Valley

iTrader: (0)

After a quick check I found that someone made a mistake in several v14 FEM_BODY CAFDs such that the voltage for front side marker lights in US version 3 series with Halogen headlights was programmed to zero volt instead of desired 8.2 volt. More specifically, the value for function parameters MAPPING_SIDEMARKER_L_PWM_LEVEL_STANDARD and MAPPING_SIDEMARKER_R_PWM_LEVEL_STANDARD was set to off (00) instead of 8.2V (52).

Update: Success! After I changed those values, the amber front side marker lights start working again.
So if your car is one of 7500+ 3 series on this recall list and do want the feature without sending it back to BMW dealership, you can code it as below:

FEM_BODY / 3063 / MAPPING_SIDEMARKER_L_PWM_LEVEL_STANDARD = 8.2 V (werte=52)
FEM_BODY / 3063 / MAPPING_SIDEMARKER_R_PWM_LEVEL_STANDARD = 8.2 V (werte=52)

Also make sure:
FEM_BODY / 3063 / MAPPING_SIDEMARKER_L_OUTPUT = fra_v_l (werte=0D)
FEM_BODY / 3063 / MAPPING_SIDEMARKER_R_OUTPUT = fra_v_r (werte=0E)

There are several other PWM LEVEL values which can provide different luminance for the marker lights

Last edited by valley_nomad; 10-26-2015 at 08:54 PM..
Appreciate 0
      10-29-2015, 09:10 AM   #3
Adamr916
Captain
Adamr916's Avatar
United_States
132
Rep
700
Posts

Drives: 2014 328d
Join Date: Sep 2014
Location: Houston, Texas

iTrader: (1)

Did it stop the tien signals from working, or just them running? I've coded out the running lights and just have the turn signal now and haven't had any issue that I can tell
Appreciate 0
      10-29-2015, 09:33 AM   #4
IndotagSwizz
Major
IndotagSwizz's Avatar
525
Rep
1,232
Posts

Drives: F30 320i
Join Date: Jan 2014
Location: Miami

iTrader: (0)

I got the letter in the mail as well but I don't actually care I think it looks better that way, I'm leaving mines off
__________________
Appreciate 0
      10-29-2015, 12:15 PM   #5
tboooe
Brigadier General
tboooe's Avatar
925
Rep
3,089
Posts

Drives: F36 428i GC, E36 M3 - gone :(
Join Date: Dec 2014
Location: The OC!

iTrader: (1)

Quote:
Originally Posted by IndotagSwizz View Post
I got the letter in the mail as well but I don't actually care I think it looks better that way, I'm leaving mines off
+1!!! Mine have been off since the first week I got my car!
__________________
My build thread

2015 428i GC - Alpine White - Coral Red - M Sport
Appreciate 0
      04-24-2017, 11:25 AM   #6
Gabreigns
Major
Gabreigns's Avatar
494
Rep
1,076
Posts

Drives: F3x
Join Date: Jul 2015
Location: USA

iTrader: (0)

Quote:
Originally Posted by valley_nomad View Post
After a quick check I found that someone made a mistake in several v14 FEM_BODY CAFDs such that the voltage for front side marker lights in US version 3 series with Halogen headlights was programmed to zero volt instead of desired 8.2 volt. More specifically, the value for function parameters MAPPING_SIDEMARKER_L_PWM_LEVEL_STANDARD and MAPPING_SIDEMARKER_R_PWM_LEVEL_STANDARD was set to off (00) instead of 8.2V (52).

Update: Success! After I changed those values, the amber front side marker lights start working again.
So if your car is one of 7500+ 3 series on this recall list and do want the feature without sending it back to BMW dealership, you can code it as below:

FEM_BODY / 3063 / MAPPING_SIDEMARKER_L_PWM_LEVEL_STANDARD = 8.2 V (werte=52)
FEM_BODY / 3063 / MAPPING_SIDEMARKER_R_PWM_LEVEL_STANDARD = 8.2 V (werte=52)

Also make sure:
FEM_BODY / 3063 / MAPPING_SIDEMARKER_L_OUTPUT = fra_v_l (werte=0D)
FEM_BODY / 3063 / MAPPING_SIDEMARKER_R_OUTPUT = fra_v_r (werte=0E)

There are several other PWM LEVEL values which can provide different luminance for the marker lights
How do you reduce the brightness of the side marker light as you mentioned? Not to turn it off completely but make it dim. But full intensity when the turn signals are on.
Appreciate 0
      04-24-2017, 12:01 PM   #7
Almaretto
Major General
Almaretto's Avatar
2374
Rep
8,364
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by Gabreigns View Post
How do you reduce the brightness of the side marker light as you mentioned? Not to turn it off completely but make it dim. But full intensity when the turn signals are on.
Pick a lower value
Appreciate 0
      05-25-2017, 04:17 AM   #8
yaclexx
New Member
2
Rep
27
Posts

Drives: 335i
Join Date: Mar 2014
Location: Miami

iTrader: (0)

can you turn off the side markers in a car with halogen lights and not FEM_BODY module?
Just want them on when turning.
Appreciate 0
      05-25-2017, 11:52 AM   #9
Almaretto
Major General
Almaretto's Avatar
2374
Rep
8,364
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by yaclexx View Post
can you turn off the side markers in a car with halogen lights and not FEM_BODY module?
Just want them on when turning.
No F20/F3x/F8x would exist/function without fem_body ECU.

Basic rule: if not TMS/LHM or FLE exist, then code in FEM.
Appreciate 0
      05-25-2017, 12:17 PM   #10
yaclexx
New Member
2
Rep
27
Posts

Drives: 335i
Join Date: Mar 2014
Location: Miami

iTrader: (0)

Quote:
Originally Posted by Almaretto View Post
No F20/F3x/F8x would exist/function without fem_body ECU.

Basic rule: if not TMS/LHM or FLE exist, then code in FEM.
this is a 2017 f25 sDrive28i
It does have FEM but I cant find the parameters to change to get the side markers to be off all the time.
Appreciate 0
      05-25-2017, 12:30 PM   #11
Almaretto
Major General
Almaretto's Avatar
2374
Rep
8,364
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by yaclexx View Post
this is a 2017 f25 sDrive28i
It does have FEM but I cant find the parameters to change to get the side markers to be off all the time.
This is an F30 thread.

F25 uses same architecture as F010 (eg, FRM, CAS, etc). Similar rules still apply: use LHM/TMS if present; if not change in FRM.
Appreciate 0
      05-12-2018, 04:11 PM   #12
doddy550
Registered
2
Rep
3
Posts

Drives: BMW 330d (F30) 2017
Join Date: May 2018
Location: Chester, UK

iTrader: (0)

Quote:
Originally Posted by Gabreigns View Post
How do you reduce the brightness of the side marker light as you mentioned? Not to turn it off completely but make it dim. But full intensity when the turn signals are on.
Is anyone else experiencing a flickering with these settings? I've tried different voltages, but changes the brightness only, but doesn't stop the flickering.
Appreciate 0
      05-12-2018, 04:38 PM   #13
Gabreigns
Major
Gabreigns's Avatar
494
Rep
1,076
Posts

Drives: F3x
Join Date: Jul 2015
Location: USA

iTrader: (0)

Quote:
Originally Posted by doddy550 View Post
Quote:
Originally Posted by Gabreigns View Post
How do you reduce the brightness of the side marker light as you mentioned? Not to turn it off completely but make it dim. But full intensity when the turn signals are on.
Is anyone else experiencing a flickering with these settings? I've tried different voltages, but changes the brightness only, but doesn't stop the flickering.
Agreed. I was never able to do this successfully. I instead just turned them off when headlights are on. But work as regular turn signals on full brightness.
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 04:36 AM.




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