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: Rear Light Bars Remapped For Turn Signals - Still Enabled for Tails
proTUNING Freaks
Post Reply
 
Thread Tools Search this Thread
      09-18-2019, 09:23 PM   #89
SLF80
Private First Class
United_States
51
Rep
147
Posts

Drives: 2014 F80
Join Date: Jul 2016
Location: Los Angeles, CA

iTrader: (0)

Quote:
Originally Posted by Tim@codemybimmer View Post
The thread about the Eyebrows remapped for turn signals over here - http://f30.bimmerpost.com/forums/sho....php?t=1264291 got me thinking...

Is it possible to remap an addition function for the Rear Light Bars to function as turn signals without removing the taillight function?

The answer...

YES!

Simply remap the following:

MAPPING_TAGFAHRL_H2_L_OUTPUT > sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H2_R_OUTPUT > sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H_L_OUTPUT > sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H_R_OUTPUT > sl-r
MAPPING_TAGFAHRL_H_R_FUNCTION > werte 07

So in order for the light bars to be repurposed as turn signals (still function as taillights at night) - we're remapping the supposed DRL functions for the taillights to be used as turn signals instead.


This is a bad idea
Appreciate 1
      09-20-2019, 08:31 PM   #90
MAKH 5
First Lieutenant
MAKH 5's Avatar
United_States
89
Rep
353
Posts

Drives: 2020 M340i RWD [Portimao Blue]
Join Date: May 2019
Location: NYC

iTrader: (0)

Quote:
Originally Posted by shammy786 View Post
Quote:
Originally Posted by Nitrof23MT View Post
I coded my F23...the LED bar works as a blinker but my inner brake light is flashing with the blinker. The picture attached shows what the blinker looks like when it is flashing. Can anyone help me figure out how to get this bulb not to flash with my blinker? It would be much appreciated Everything else though is working as intended.


I used this code:

REAR LIGHT BARS REMAPPED FOR TURN SIGNALS

MAPPING_TAGFAHRL_H2_L_OUTPUT > sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H2_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H2_R_OUTPUT > sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H2_R_PRIORITY > Priority 1
--
MAPPING_TAGFAHRL_H_L_OUTPUT > sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H_R_OUTPUT > sl-r
MAPPING_TAGFAHRL_H_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H_R_PRIORITY > Priority 1
--
MAPPING_STANDL_H1_L_PRIORITY > Priority 3
MAPPING_STANDL_H1_R_PRIORITY > Priority 3
--
MAPPING_STANDL_H2_L_PRIORITY > Priority 4
MAPPING_STANDL_H2_R_PRIORITY > Priority 4
--
Turn off L/R Rear Orange Turn signal
MAPPING_BLINKER_H_L_PWM_LEVEL_1 > 00
MAPPING_BLINKER_H_R_PWM_LEVEL_1 > 00


Are your tail light bars on ALL the time as well as flashing when indicating?
I would love to do the same thing. Lost that functionality when this was coded in. Has anyone figured this out. Or by changing the parameters for this mod are we relinquishing the ability to do that?
Appreciate 0
      09-21-2019, 05:59 PM   #91
Nitrof23MT
New Member
0
Rep
14
Posts

Drives: 228ix convert, 528i, x3 35i
Join Date: Sep 2018
Location: midwest

iTrader: (0)

Quote:
Originally Posted by shammy786 View Post
Quote:
Originally Posted by Nitrof23MT View Post
I coded my F23...the LED bar works as a blinker but my inner brake light is flashing with the blinker. The picture attached shows what the blinker looks like when it is flashing. Can anyone help me figure out how to get this bulb not to flash with my blinker? It would be much appreciated Everything else though is working as intended.


I used this code:

REAR LIGHT BARS REMAPPED FOR TURN SIGNALS

MAPPING_TAGFAHRL_H2_L_OUTPUT > sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H2_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H2_R_OUTPUT > sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H2_R_PRIORITY > Priority 1
--
MAPPING_TAGFAHRL_H_L_OUTPUT > sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H_R_OUTPUT > sl-r
MAPPING_TAGFAHRL_H_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H_R_PRIORITY > Priority 1
--
MAPPING_STANDL_H1_L_PRIORITY > Priority 3
MAPPING_STANDL_H1_R_PRIORITY > Priority 3
--
MAPPING_STANDL_H2_L_PRIORITY > Priority 4
MAPPING_STANDL_H2_R_PRIORITY > Priority 4
--
Turn off L/R Rear Orange Turn signal
MAPPING_BLINKER_H_L_PWM_LEVEL_1 > 00
MAPPING_BLINKER_H_R_PWM_LEVEL_1 > 00


Are your tail light bars on ALL the time as well as flashing when indicating?
Unfortunately they do not. I was more concerned with the blinking inner brake light that blinks with my coded LED light bar. Doesn't look very clean... I never figured that out. Did you get yours to stay on?
Appreciate 0
      10-12-2019, 09:28 AM   #92
mickyle1995
Private First Class
47
Rep
118
Posts

Drives: bmw 4 series f32 420d
Join Date: Apr 2019
Location: birmingham, england

iTrader: (0)

Quote:
Originally Posted by Nitrof23MT View Post
Quote:
Originally Posted by Nitrof23MT View Post
I coded my F23...the LED bar works as a blinker but my inner brake light is flashing with the blinker. The picture attached shows what the blinker looks like when it is flashing. Can anyone help me figure out how to get this bulb not to flash with my blinker? It would be much appreciated Everything else though is working as intended.


I used this code:

REAR LIGHT BARS REMAPPED FOR TURN SIGNALS

MAPPING_TAGFAHRL_H2_L_OUTPUT > sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H2_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H2_R_OUTPUT > sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H2_R_PRIORITY > Priority 1
--
MAPPING_TAGFAHRL_H_L_OUTPUT > sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H_R_OUTPUT > sl-r
MAPPING_TAGFAHRL_H_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H_R_PRIORITY > Priority 1
--
MAPPING_STANDL_H1_L_PRIORITY > Priority 3
MAPPING_STANDL_H1_R_PRIORITY > Priority 3
--
MAPPING_STANDL_H2_L_PRIORITY > Priority 4
MAPPING_STANDL_H2_R_PRIORITY > Priority 4
--
Turn off L/R Rear Orange Turn signal
MAPPING_BLINKER_H_L_PWM_LEVEL_1 > 00
MAPPING_BLINKER_H_R_PWM_LEVEL_1 > 00
Well I figured out my own question about the inner brake light blinking for a 2 series pre LCi tail lamp. I changed the top two paragraphs from what I originally coded. It is not perfect though....if you leave it in automatic headlights everything functions so I was good with that for now. Do not think the DRL in the rear are on all the time so I will take a look at that eventually.

MAPPING_TAGFAHRL_H2_L_OUTPUT > sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION > tagfahrilcht 0x04
MAPPING_TAGFAHRL_H2_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H2_R_OUTPUT > sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION > tagfahrilcht 0x04
MAPPING_TAGFAHRL_H2_R_PRIORITY > Priority 1
--
MAPPING_TAGFAHRL_H_L_OUTPUT > sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H_R_OUTPUT > sl-r
MAPPING_TAGFAHRL_H_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H_R_PRIORITY > Priority 1
--
MAPPING_STANDL_H1_L_PRIORITY > Priority 3
MAPPING_STANDL_H1_R_PRIORITY > Priority 3
--
MAPPING_STANDL_H2_L_PRIORITY > Priority 4
MAPPING_STANDL_H2_R_PRIORITY > Priority 4
--
Turn off L/R Rear Orange Turn signal
MAPPING_BLINKER_H_L_PWM_LEVEL_1 > 00
MAPPING_BLINKER_H_R_PWM_LEVEL_1 > 00
where it says werte (number) mine does have the option was this a custom value?
Appreciate 0
      10-12-2019, 03:16 PM   #93
mickyle1995
Private First Class
47
Rep
118
Posts

Drives: bmw 4 series f32 420d
Join Date: Apr 2019
Location: birmingham, england

iTrader: (0)

Quote:
Originally Posted by mickyle1995 View Post
Quote:
Originally Posted by Nitrof23MT View Post
Quote:
Originally Posted by Nitrof23MT View Post
I coded my F23...the LED bar works as a blinker but my inner brake light is flashing with the blinker. The picture attached shows what the blinker looks like when it is flashing. Can anyone help me figure out how to get this bulb not to flash with my blinker? It would be much appreciated Everything else though is working as intended.


I used this code:

REAR LIGHT BARS REMAPPED FOR TURN SIGNALS

MAPPING_TAGFAHRL_H2_L_OUTPUT > sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H2_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H2_R_OUTPUT > sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H2_R_PRIORITY > Priority 1
--
MAPPING_TAGFAHRL_H_L_OUTPUT > sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H_R_OUTPUT > sl-r
MAPPING_TAGFAHRL_H_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H_R_PRIORITY > Priority 1
--
MAPPING_STANDL_H1_L_PRIORITY > Priority 3
MAPPING_STANDL_H1_R_PRIORITY > Priority 3
--
MAPPING_STANDL_H2_L_PRIORITY > Priority 4
MAPPING_STANDL_H2_R_PRIORITY > Priority 4
--
Turn off L/R Rear Orange Turn signal
MAPPING_BLINKER_H_L_PWM_LEVEL_1 > 00
MAPPING_BLINKER_H_R_PWM_LEVEL_1 > 00
Well I figured out my own question about the inner brake light blinking for a 2 series pre LCi tail lamp. I changed the top two paragraphs from what I originally coded. It is not perfect though....if you leave it in automatic headlights everything functions so I was good with that for now. Do not think the DRL in the rear are on all the time so I will take a look at that eventually.

MAPPING_TAGFAHRL_H2_L_OUTPUT > sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION > tagfahrilcht 0x04
MAPPING_TAGFAHRL_H2_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H2_R_OUTPUT > sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION > tagfahrilcht 0x04
MAPPING_TAGFAHRL_H2_R_PRIORITY > Priority 1
--
MAPPING_TAGFAHRL_H_L_OUTPUT > sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H_R_OUTPUT > sl-r
MAPPING_TAGFAHRL_H_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H_R_PRIORITY > Priority 1
--
MAPPING_STANDL_H1_L_PRIORITY > Priority 3
MAPPING_STANDL_H1_R_PRIORITY > Priority 3
--
MAPPING_STANDL_H2_L_PRIORITY > Priority 4
MAPPING_STANDL_H2_R_PRIORITY > Priority 4
--
Turn off L/R Rear Orange Turn signal
MAPPING_BLINKER_H_L_PWM_LEVEL_1 > 00
MAPPING_BLINKER_H_R_PWM_LEVEL_1 > 00
where it says werte (number) mine does have the option was this a custom value?
doesn't*
Appreciate 0
      10-12-2019, 07:52 PM   #94
borhanlin
New Member
0
Rep
8
Posts

Drives: BMW F10 528ixDrive
Join Date: Nov 2017
Location: Taiwan

iTrader: (0)

Unfortunately, these parameters are not found in FRM.

-----------------------------------------------------------
REAR LIGHT BARS REMAPPED FOR TURN SIGNALS

MAPPING_TAGFAHRL_H2_L_OUTPUT > sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H2_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H2_R_OUTPUT > sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H2_R_PRIORITY > Priority 1
--
MAPPING_TAGFAHRL_H_L_OUTPUT > sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H_R_OUTPUT > sl-r
MAPPING_TAGFAHRL_H_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H_R_PRIORITY > Priority 1
--
MAPPING_STANDL_H1_L_PRIORITY > Priority 3
MAPPING_STANDL_H1_R_PRIORITY > Priority 3
--
MAPPING_STANDL_H2_L_PRIORITY > Priority 4
MAPPING_STANDL_H2_R_PRIORITY > Priority 4
--
Turn off L/R Rear Orange Turn signal
MAPPING_BLINKER_H_L_PWM_LEVEL_1 > 00
MAPPING_BLINKER_H_R_PWM_LEVEL_1 > 00
-----------------------------------------------------------

Can only FRM F10 have an opportunity to achieve it?

Thank you
Appreciate 0
      10-16-2019, 10:26 AM   #95
mickyle1995
Private First Class
47
Rep
118
Posts

Drives: bmw 4 series f32 420d
Join Date: Apr 2019
Location: birmingham, england

iTrader: (0)

heres a tutorial https://m.youtube.com/watch?feature=...;v=bpPu2_DjQTs
Appreciate 0
      12-29-2019, 08:01 PM   #96
Souheil
Registered
Canada
0
Rep
3
Posts

Drives: 2013 BMW 320i Xdrive
Join Date: Mar 2019
Location: Canada

iTrader: (0)

Quote:
Originally Posted by SalpacinoBMW View Post
So with some help from Mwahab (thank you) and some messing around with the settings, i finally figured out how to get this to work with the Automatic and all light settings (Automatic, Off, Parking Lights, Headlamps). Looks like i just needed to set the priority fields. Below is the complete coding needed to get the Rear Light Bars Remapped For Turn Signals and turn off the actual rear corner orange turn signals.


REAR LIGHT BARS REMAPPED FOR TURN SIGNALS

MAPPING_TAGFAHRL_H2_L_OUTPUT > sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H2_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H2_R_OUTPUT > sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H2_R_PRIORITY > Priority 1
--
MAPPING_TAGFAHRL_H_L_OUTPUT > sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H_R_OUTPUT > sl-r
MAPPING_TAGFAHRL_H_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H_R_PRIORITY > Priority 1
--
MAPPING_STANDL_H1_L_PRIORITY > Priority 3
MAPPING_STANDL_H1_R_PRIORITY > Priority 3
--
MAPPING_STANDL_H2_L_PRIORITY > Priority 4
MAPPING_STANDL_H2_R_PRIORITY > Priority 4
--
Turn off L/R Rear Orange Turn signal
MAPPING_BLINKER_H_L_PWM_LEVEL_1 > 00
MAPPING_BLINKER_H_L_PWM_LEVEL_r > 00
LAST CODE IS AN ERROR. LAST CODE SHOULD BE “MAPPING_BLINKER_H_R_PWM_LEVEL_1>00”
“_H_R_” instead of “_H_L_” and “LEVEL_1” instead of “LEVEL_r”
Appreciate 0
      01-10-2020, 10:44 AM   #97
F36GC_NYC
Captain
United_States
160
Rep
741
Posts

Drives: 2016 EB 435GC xdrive
Join Date: Nov 2019
Location: Queens, NYC

iTrader: (0)

Quote:
Originally Posted by Tim@codemybimmer View Post
The thread about the Eyebrows remapped for turn signals over here - http://f30.bimmerpost.com/forums/sho....php?t=1264291 got me thinking...

Is it possible to remap an addition function for the Rear Light Bars to function as turn signals without removing the taillight function?

The answer...



YES!

Simply remap the following:

MAPPING_TAGFAHRL_H2_L_OUTPUT > sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H2_R_OUTPUT > sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H_L_OUTPUT > sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H_R_OUTPUT > sl-r
MAPPING_TAGFAHRL_H_R_FUNCTION > werte 07

So in order for the light bars to be repurposed as turn signals (still function as taillights at night) - we're remapping the supposed DRL functions for the taillights to be used as turn signals instead.
will this work for the f36?
__________________
2016 435i xDrive F36 M Sport - ER CP | ER Catless DP | VRSF 5" FMIC | bm3 stage 2 93 oct | black double slotted grill | AWE axle back exhaust w/102mm diamond black tips | 437m wheels
Appreciate 0
      04-27-2020, 01:01 PM   #98
aliorala
New Member
0
Rep
16
Posts

Drives: F30 (2013)
Join Date: Apr 2020
Location: TURKEY

iTrader: (0)

Quote:
Originally Posted by SalpacinoBMW View Post
So with some help from Mwahab (thank you) and some messing around with the settings, i finally figured out how to get this to work with the Automatic and all light settings (Automatic, Off, Parking Lights, Headlamps). Looks like i just needed to set the priority fields. Below is the complete coding needed to get the Rear Light Bars Remapped For Turn Signals and turn off the actual rear corner orange turn signals.


REAR LIGHT BARS REMAPPED FOR TURN SIGNALS

MAPPING_TAGFAHRL_H2_L_OUTPUT > sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H2_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H2_R_OUTPUT > sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H2_R_PRIORITY > Priority 1
--
MAPPING_TAGFAHRL_H_L_OUTPUT > sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H_R_OUTPUT > sl-r
MAPPING_TAGFAHRL_H_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H_R_PRIORITY > Priority 1
--
MAPPING_STANDL_H1_L_PRIORITY > Priority 3
MAPPING_STANDL_H1_R_PRIORITY > Priority 3
--
MAPPING_STANDL_H2_L_PRIORITY > Priority 4
MAPPING_STANDL_H2_R_PRIORITY > Priority 4
--
Turn off L/R Rear Orange Turn signal
MAPPING_BLINKER_H_L_PWM_LEVEL_1 > 00
MAPPING_BLINKER_H_L_PWM_LEVEL_r > 00
hi,
can we do it for angel eyes?
Appreciate 0
      06-22-2020, 09:08 AM   #99
Enemy75
New Member
0
Rep
5
Posts

Drives: Bmw F10
Join Date: Sep 2014
Location: Warsaw

iTrader: (0)

Hello,
I have a Mini but I and browsing the internet to find experts in coding tail lights and came across this thread. I am wondering if you are able to help me.
My project is to convert basic bulb tail lights in m MINI F56 to expanded pre_LCi version with LED ring. I am trying to figure out what is the best way to do it.
In the current lamp i have 5 wires: ground, reverse bulb, direction indicator bulb and two wires that go to two bulbs that are regular lights and braking lights as well. They are both powered with 6V and voltage rises to 12V when brake pedal is hit.
The LED lamp has the same bulb pattern and additional LED ring. The ring is currently not working as there is no wire to it and an empty spare slot in the plug.
My first thought was that I should code the car with the LED light option (S5A4) and add extra wire from BDC to LED ring in the lamp, but i still have front halogen lights so I am affraid that this will cause a lot of faults to come up. I also found another car that has halogen front lights and LED rear lights and decoded its VIN - there was no LED option on the list.

So, the second option would be to plug one of the existing wires with to LED ring and split the other to both bulb to work only as braking light. But then I would need to code the car to power LED wire with a constant current and the other wire (the splitted one) to supply 12V power only when braking. In this option I am also affraid if it is safe to split the cable to operate with two bulbs.

Third option and I think this is the best one would be leaving wires as is but to code tail light bulbs only to work when braking so eliminating the double function of regular light. I would need to add an extra wire and program it to work with LED ring. If this is doable i need your guidance how to remap tail lights.


What would be your recommendation?

Thank you!

Last edited by Enemy75; 06-23-2020 at 01:51 AM..
Appreciate 0
      02-08-2021, 10:24 PM   #100
amancuso
Lieutenant Colonel
amancuso's Avatar
724
Rep
1,755
Posts

Drives: 330it, 428ix, 430i
Join Date: Oct 2008
Location: Lawrenceville, GA

iTrader: (1)

Quote:
Originally Posted by rlmesq View Post
This old thread just popped up...

I really doubt that these values would work on an LCI 4 series. I went through the process to activate rear fog lights on my USA car. The values for the 3 series don't work on my 2019 F32.
Answer to an old post. The reason it doesn't work is because NA/US spec tails do not have the LEDs in the assembly for the rear fog lamp.
__________________
2016 428ix, r, 2018 430iC, 2018 330it
Appreciate 0
      04-18-2021, 02:05 PM   #101
Renan
New Member
0
Rep
9
Posts

Drives: 320i f30
Join Date: Apr 2021
Location: Brazil

iTrader: (0)

Quote:
Originally Posted by shadowx360 View Post
Anyone know how to turn the rear LED strips into brake lights as well? Stock brake lights are so dim and even converted to LED, the brake lights are somewhat hidden behind the strips.

EDIT: Solved it https://f30.bimmerpost.com/forums/sh...7&postcount=15
I saw it’s possible to use fog as brakes, and bars as turn or with brakes when running lights are off, it’s possibles to remap the brakes to blink with the turns ? I saw a video and think it’s possible ?
Appreciate 0
      04-18-2021, 02:12 PM   #102
Renan
New Member
0
Rep
9
Posts

Drives: 320i f30
Join Date: Apr 2021
Location: Brazil

iTrader: (0)

Quote:
Originally Posted by hsk1610 View Post
I am trying to use the rear turn signals as fogs since this mod lets me use the rear leds (which currently are set as the rear fogs) as the turn signals.
How you set the fogs as turn, i need to set the brakes as turn u can send the codes ?
Appreciate 0
      05-20-2021, 05:47 AM   #103
adipetrovici
Registered
0
Rep
3
Posts

Drives: BMW F30 328i
Join Date: May 2021
Location: Bucharest

iTrader: (0)

Many news here? I want the correctly codes for rear bars as blinkers for f30 2013 328i EU thx!
Appreciate 0
      12-27-2021, 04:19 AM   #104
DenWorks
New Member
Turkey
0
Rep
10
Posts

Drives: 2010 E90 N47
Join Date: Jun 2021
Location: İstanbul

iTrader: (0)

Does it applicable for E90 lci tails ?
Appreciate 0
      01-15-2022, 09:14 AM   #105
sukhparm.7
Second Lieutenant
sukhparm.7's Avatar
Canada
48
Rep
225
Posts

Drives: 2015 335i Msport
Join Date: Aug 2017
Location: Barrie

iTrader: (0)

Quote:
Originally Posted by hsk1610 View Post
I coded the led light bar to link with the turn signals but looks a little tacky with all 3 lights going off. Is there a way to turn off the regular turn signal so I can just use the lower led light bars as turn signals?
I had mine like that, normal turn signal turned off.
When it's really bright out you can barely see the bars blinking.
My buddy who's was driving behind me warned me that he couldn't see my signal most of the time.
If you are still interested here's a link
Appreciate 0
      01-15-2022, 09:17 AM   #106
hsk1610
Lieutenant
108
Rep
524
Posts

Drives: 2013 328i xDrive
Join Date: Sep 2013
Location: Chicago, IL

iTrader: (0)

ah thank you. Haven't played around with ESys in some time. Not sure if my token is still valid. Otherwise, I might have to try that App.
Appreciate 0
      03-04-2022, 12:55 AM   #107
F36Vader
Second Lieutenant
F36Vader's Avatar
Canada
235
Rep
279
Posts

Drives: 435i Gran Coupe
Join Date: Jun 2014
Location: Toronto

iTrader: (1)

Quote:
Originally Posted by Mwahab View Post
Quote:
Originally Posted by Ibo24 View Post
Anyone got a proper video when working in day, link is down.
Yes here is mine
https://www.facebook.com/TheGarageEg...5287706544286/

It can be coded, and we can disable the yellow signals too.
Just disable blinken values
Had to revive…
Anyone figure how to do this belly dance
__________________

2015 435i xDrive Gran Coupe - Black Sapphire, M Sport, MPPK, MPE
RIP; 2015 C63 AMG Coupe - Obsidian Black, 507 Edition
RIP; 2009 335i Sedan - Titanium Silver, Sport pkg, Premium pkg, FBO
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 03:36 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