CarTechnoloGY
F30 Taillight as Signal coding - Printable Version

+- CarTechnoloGY (https://cartechnology.co.uk)
+-- Forum: Discussions All about Software and Hardware (https://cartechnology.co.uk/forumdisplay.php?fid=310)
+--- Forum: Automotive Help & Discussions / Software and Hardware (https://cartechnology.co.uk/forumdisplay.php?fid=40)
+---- Forum: BMW - Mini - Rolls Royce (https://cartechnology.co.uk/forumdisplay.php?fid=61)
+---- Thread: F30 Taillight as Signal coding (/showthread.php?tid=89148)



F30 Taillight as Signal coding - kaan12345 - 21-02-2024

Hey guys, i watched a video on instagram. The car’s signals were flashing alternately, right and left.  One of guy commented below the post “its possible with coding” i researched but i didnt find. I hope someone knows how to do it

https://www.instagram.com/reel/C3Qrk4mC3jk/?igsh=bTAxN2t2bjdzM213


RE: F30 Taillight as Signal coding - stecom90 - 21-02-2024

It's not a "police mode" ?


RE: F30 Taillight as Signal coding - ____ANGEL___ - 21-02-2024

Why front lights are turning off? Also the indicator on the mirror is flashing. Car is coded like american models, the turn indicators on the front and on the mirrors are always on, rear indicators in america are red... i don't think is only coding.


RE: F30 Taillight as Signal coding - Powerlab - 22-02-2024

Kısa devre (short circuit) at it best biggrin
Headlights are off, turn signal is short biggrin


RE: F30 Taillight as Signal coding - grizzle - 24-02-2024

Sinyal kolu ile yapıyor.Komple stop yanıp sönmesi yani corvette stop istiyosan aşağıdaki gibi.

Use turn signal switch and for corvette style taillights,code REM:

MAPPING_TAGFAHRL_H2_L_OUTPUT sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION 06
MAPPING_TAGFAHRL_H2_R_OUTPUT sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION 07
MAPPING_TAGFAHRL_H_L_OUTPUT sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION 06
MAPPING_TAGFAHRL_H_R_OUTPUT sl_r
MAPPING_TAGFAHRL_H_R_FUNCTION 07
MAPPING_BLINKER_H_L_PWM_LEVEL_1 00 Delete Left Amber Bulb
MAPPING_BLINKER_H_R_PWM_LEVEL_1 00 Delete Right Amber Bulb


RE: F30 Taillight as Signal coding - emhtuning - 24-02-2024

(24-02-2024, 21:46 PM)grizzle Wrote:  Sinyal kolu ile yapıyor.Komple stop yanıp sönmesi yani corvette stop istiyosan aşağıdaki gibi.

Use turn signal switch and for corvette style taillights,code REM:

MAPPING_TAGFAHRL_H2_L_OUTPUT sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION 06
MAPPING_TAGFAHRL_H2_R_OUTPUT sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION 07
MAPPING_TAGFAHRL_H_L_OUTPUT sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION 06
MAPPING_TAGFAHRL_H_R_OUTPUT sl_r
MAPPING_TAGFAHRL_H_R_FUNCTION 07
MAPPING_BLINKER_H_L_PWM_LEVEL_1 00 Delete Left Amber Bulb
MAPPING_BLINKER_H_R_PWM_LEVEL_1 00 Delete Right Amber Bulb

I doubt this list is enough , I remember long time ago that i had to do a lot more than that to achieve tallights as Turn signal ( I don't have the coding list at the moment), something had to do with the "priority"


RE: F30 Taillight as Signal coding - grizzle - 25-02-2024

(24-02-2024, 22:55 PM)emhtuning Wrote:  
(24-02-2024, 21:46 PM)grizzle Wrote:  Sinyal kolu ile yapıyor.Komple stop yanıp sönmesi yani corvette stop istiyosan aşağıdaki gibi.

Use turn signal switch and for corvette style taillights,code REM:

MAPPING_TAGFAHRL_H2_L_OUTPUT sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION 06
MAPPING_TAGFAHRL_H2_R_OUTPUT sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION 07
MAPPING_TAGFAHRL_H_L_OUTPUT sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION 06
MAPPING_TAGFAHRL_H_R_OUTPUT sl_r
MAPPING_TAGFAHRL_H_R_FUNCTION 07
MAPPING_BLINKER_H_L_PWM_LEVEL_1 00 Delete Left Amber Bulb
MAPPING_BLINKER_H_R_PWM_LEVEL_1 00 Delete Right Amber Bulb

I doubt this list is enough , I remember long time ago that i had to do a lot more than that to achieve tallights as Turn signal ( I don't have the coding list at the moment), something had to do with the "priority"

Yes.I Forgot Priority.Added bottom.

MAPPING_TAGFAHRL_H2_L_OUTPUT sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION 06
MAPPING_TAGFAHRL_H2_L_PRIORITY 1
MAPPING_TAGFAHRL_H2_R_OUTPUT sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION 07
MAPPING_TAGFAHRL_H2_R_PRIORITY 1
MAPPING_TAGFAHRL_H_L_OUTPUT sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION 06
MAPPING_TAGFAHRL_H_L_PRIORITY 1
MAPPING_TAGFAHRL_H_R_OUTPUT sl_r
MAPPING_TAGFAHRL_H_R_FUNCTION 07
MAPPING_TAGFAHRL_H_R_PRIORITY 1
MAPPING_STANDL_H1_L_PRIORITY 3
MAPPING_STANDL_H1_R_PRIORITY 3
MAPPING_STANDL_H2_L_PRIORITY 4
MAPPING_STANDL_H2_R_PRIORITY 4

MAPPING_BLINKER_H_L_PWM_LEVEL_1 - 00 00
MAPPING_BLINKER_H_R_PWM_LEVEL_1 - 00 00