F30POST
F30POST
2012-2015 BMW 3-Series and 4-Series Forum
BMW Garage BMW Meets Register Search Today's Posts Mark Forums Read
BMW 3-Series and 4-Series Forum (F30 / F32) | F30POST > Technical Forums > F30 DIYs and Coding Discussions > Front Blinker Bulb Brightness
ARMA SPEED
Post Reply
 
Thread Tools Search this Thread
      09-14-2021, 01:08 PM   #1
TommyZ3
New Member
0
Rep
10
Posts

Drives: 2016 BMW 428XI GC
Join Date: Aug 2021
Location: Ontario

iTrader: (0)

Front Blinker Bulb Brightness

Hey everyone,

So I ordered some led blinker bulbs for the headlights. I hate the fade in/out look of the standard halogen blinkers that come with the car. I couldn't find a decent py24w amber led so I took a gamble at ordering an set off of ebay. Looks like most people are complaining about one of the bulbs dying or prematurely becoming dimmer then the other. I'm fairly familiar with leds so I was thinking it has something to do with the voltage overheating the controller circuit inside.

Anyways, does anyone know how to turn down the voltage (brightness) of the blinkers. I'm thinking its somewhere in 3062 or 3063 of the FEM but I don't know which abbreviation I'm looking for lol.

Thanks in advance

P.S. I'm aware I gotta code led aktiv and remove the checks
Appreciate 0
      09-16-2021, 04:25 AM   #2
TheNine90
Banned
575
Rep
2,047
Posts

Drives: bmw
Join Date: Aug 2021
Location: Workshop

iTrader: (0)

3063 MAPPING_SIDEMARKER_L_PWM_LEVEL_1
Look in that option and change the PWM voltage to reduce or increase brightness. Normally the other PWM levels are set to pwm_1. The only thing you should change is the voltage of pwm level 1 and check if brightness changes.
Appreciate 0
      09-16-2021, 07:49 AM   #3
TommyZ3
New Member
0
Rep
10
Posts

Drives: 2016 BMW 428XI GC
Join Date: Aug 2021
Location: Ontario

iTrader: (0)

Quote:
Originally Posted by TheNine90 View Post
3063 MAPPING_SIDEMARKER_L_PWM_LEVEL_1
Look in that option and change the PWM voltage to reduce or increase brightness. Normally the other PWM levels are set to pwm_1. The only thing you should change is the voltage of pwm level 1 and check if brightness changes.
Just what I was looking for. Thanks appreciate it.
Appreciate 0
      09-16-2021, 08:23 PM   #4
TommyZ3
New Member
0
Rep
10
Posts

Drives: 2016 BMW 428XI GC
Join Date: Aug 2021
Location: Ontario

iTrader: (0)

I took a look in 3063 but no such option exists. Just pen level 4 and 5. Could pwm 1 be located somewhere else or is there a different way of coding the brightness of the front blinkers?
Appreciate 0
      09-17-2021, 05:33 AM   #5
TheNine90
Banned
575
Rep
2,047
Posts

Drives: bmw
Join Date: Aug 2021
Location: Workshop

iTrader: (0)

It supposed to be there, can you check 3062. Can you send the cafd file for the fem to check
Appreciate 0
      09-17-2021, 02:39 PM   #6
TommyZ3
New Member
0
Rep
10
Posts

Drives: 2016 BMW 428XI GC
Join Date: Aug 2021
Location: Ontario

iTrader: (0)

Quote:
Originally Posted by TheNine90 View Post
It supposed to be there, can you check 3062. Can you send the cafd file for the fem to check
Attached the FEM cafd but I had to zip it for the upload. I did a little bit of digging myself and came across MAPPING_BLINKEN_V_L_PWM_LEVEL_1 in 3062 and MAPPING_BLINKEN_V_R_PWM_LEVEL_1 in 3063. If the v in the code stands for vorne then I think that's the code I'm looking for but I'm not too sure about the German abbreviations.
Attached Files
File Type: zip FEM CAFD_00000794_014_040_152.zip (3.1 KB, 37 views)
Appreciate 0
      09-18-2021, 09:29 AM   #7
TheNine90
Banned
575
Rep
2,047
Posts

Drives: bmw
Join Date: Aug 2021
Location: Workshop

iTrader: (0)

You could try inject the cafd file from your psdzdata and see if the option comes up in the new cafd file
Appreciate 0
      09-20-2021, 10:39 AM   #8
TommyZ3
New Member
0
Rep
10
Posts

Drives: 2016 BMW 428XI GC
Join Date: Aug 2021
Location: Ontario

iTrader: (0)

Quote:
Originally Posted by TheNine90 View Post
You could try inject the cafd file from your psdzdata and see if the option comes up in the new cafd file
I've already got a new cafd. I injected a new one about 3 weeks ago when I vo coded oem led fog lights. The old one didn't have a pwm 1 option neither does the new one. I'm wondering if its another option I should be looking for.
Appreciate 0
      09-22-2021, 07:02 AM   #9
TheNine90
Banned
575
Rep
2,047
Posts

Drives: bmw
Join Date: Aug 2021
Location: Workshop

iTrader: (0)

Quote:
Originally Posted by TommyZ3 View Post
I've already got a new cafd. I injected a new one about 3 weeks ago when I vo coded oem led fog lights. The old one didn't have a pwm 1 option neither does the new one. I'm wondering if its another option I should be looking for.
This Cafd version 14_40_152 does not contain the option of MAPPING_SIDEMARKER_L_PWM_LEVEL_1, i have checked with my psdzdata. This option is related to brightness of the side marker and not the blinkers.
You could code MAPPING_BLINKEN_V_R_PWM_LEVEL_1 and MAPPING_BLINKEN_V_L_PWM_LEVEL_1 since this seems to indicate front right and left blinkers.
Appreciate 0
      09-22-2021, 01:08 PM   #10
TommyZ3
New Member
0
Rep
10
Posts

Drives: 2016 BMW 428XI GC
Join Date: Aug 2021
Location: Ontario

iTrader: (0)

Quote:
Originally Posted by TheNine90 View Post
This Cafd version 14_40_152 does not contain the option of MAPPING_SIDEMARKER_L_PWM_LEVEL_1, i have checked with my psdzdata. This option is related to brightness of the side marker and not the blinkers.
You could code MAPPING_BLINKEN_V_R_PWM_LEVEL_1 and MAPPING_BLINKEN_V_L_PWM_LEVEL_1 since this seems to indicate front right and left blinkers.
I was starting to think it would be MAPPING_BLINKEN_V_R_PWM_LEVEL_1 and MAPPING_BLINKEN_V_L_PWM_LEVEL_1 based on what the "v" translates to. I find it kind of weird that one is in 3062 and the other in 3063. None the less I should have the leds delivered within a day or two now so I'll code it and reply with how it went. Thanks for the help.
Appreciate 0
Post Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 01:22 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