Bimmerpost
3
/
4 Series
BMW Garage BMW Meets Register Today's Posts
Technical Topics DIYs and Coding Discussions G20 EU spec Welcome Light

Post Reply
 
Thread Tools Search this Thread
      09-03-2023, 12:29 AM   #45
Calvindubois
Private First Class
Calvindubois's Avatar
United_States
42
Rep
104
Posts

Drives: 2023 BMW 330e LCI M - Sport
Join Date: Jul 2023
Location: Magnolia, Texas

iTrader: (0)

Garage List
Talking Thank you

Looking forward to the discovery! I need this on my US 330e LCI
Appreciate 0
      09-04-2023, 11:54 AM   #46
the3mw
Private First Class
the3mw's Avatar
United_States
78
Rep
160
Posts

Drives: 330ix
Join Date: Aug 2022
Location: CA

iTrader: (0)

I tested

I exactly copied and pasted staging 1 and staging2
to FLM2 left and right.

and now it is long ass welcome light that I would even forget it is still welcoming.

I do not understand why my welcome light is for about 40sec.
about at timestamp 0:24 it "does" the real welcome animation part(Left to Right) it supposed to do in the beginning.

and when i lock the doors, the animation is perfect.


I made compilation of all the presets that 2023 bmw 330ix has in cafd. hope it helps.. I still couldn't figure out which part to edit to make the outcome as what I want. But if we figure out the logic.. we can customize our headlight animation for sure..


it was pain in my ass to code every single items.. and test it out..

Last edited by the3mw; 09-10-2023 at 03:01 PM..
Appreciate 2
      09-29-2023, 01:18 AM   #47
Azni
New Member
0
Rep
7
Posts

Drives: F83 M4 Convertible
Join Date: Sep 2010
Location: Seoul, Korea

iTrader: (0)

Subscribed
Appreciate 0
      10-04-2023, 09:22 AM   #48
BimmerCod
Registered
0
Rep
1
Posts

Drives: BMW X3 G01 M40i
Join Date: Oct 2023
Location: Europa

iTrader: (0)

There's no solution?
Appreciate 0
      11-17-2023, 10:00 PM   #49
alep85
First Lieutenant
179
Rep
300
Posts

Drives: 2011 335i, 2023 M340i xDrive
Join Date: Oct 2011
Location: United States

iTrader: (1)

Quote:
Originally Posted by BimmerCod View Post
There's no solution?
So far, no. MichaelNRW any luck with your research?
Appreciate 0
      11-21-2023, 12:26 PM   #50
RT1250Ryder
Enlisted Member
RT1250Ryder's Avatar
23
Rep
39
Posts

Drives: G20 LCI M340i
Join Date: Nov 2023
Location: Mid-Atlantic

iTrader: (0)

I'm subscribed to this thread as well. Really like the EU spec'ed welcome animation.
Appreciate 0
      11-21-2023, 04:36 PM   #51
the3mw
Private First Class
the3mw's Avatar
United_States
78
Rep
160
Posts

Drives: 330ix
Join Date: Aug 2022
Location: CA

iTrader: (0)

Just watch the video up there and try it.
It works.
Appreciate 0
      11-21-2023, 05:05 PM   #52
alep85
First Lieutenant
179
Rep
300
Posts

Drives: 2011 335i, 2023 M340i xDrive
Join Date: Oct 2011
Location: United States

iTrader: (1)

Quote:
Originally Posted by the3mw View Post
Just watch the video up there and try it.
It works.
People are looking specifically for the EU spec one (at least not without significant delay in start). While your research unearthed a lot of potentially interesting options, that is different than the original thread.
Appreciate 0
      11-21-2023, 05:12 PM   #53
the3mw
Private First Class
the3mw's Avatar
United_States
78
Rep
160
Posts

Drives: 330ix
Join Date: Aug 2022
Location: CA

iTrader: (0)

Quote:
Originally Posted by alep85 View Post
People are looking specifically for the EU spec one (at least not without significant delay in start). While your research unearthed a lot of potentially interesting options, that is different than the original thread.
I found out that’s just me. I don’t know why.
But for me if I don’t unlock from key fob,(opening by getting closer) it just works the same as eu without delay
You just gotta try it.
If you read the thread carefully, everyone has different outputs from the same coding.
Why don't you try it and share?
Attached Images
 

Last edited by the3mw; 11-21-2023 at 05:18 PM..
Appreciate 0
      11-22-2023, 02:22 AM   #54
MichaelNRW
B58 Power
MichaelNRW's Avatar
492
Rep
628
Posts

Drives: 05/2022 M340i xDrive Touring
Join Date: Feb 2018
Location: Germany

iTrader: (0)

Garage List
Quote:
Originally Posted by alep85 View Post
So far, no. MichaelNRW any luck with your research?
Sorry, still had no time :-(
Currently the car is a garage queen.
__________________
05/2022: BMW G21 ///M340i xDrive Touring - Individual Verde Ermes
Appreciate 0
      11-26-2023, 06:48 AM   #55
vet23
New Member
No_Country
2
Rep
22
Posts

Drives: G30 530D
Join Date: Dec 2015
Location: KRD

iTrader: (0)

I wonder if there's a solution for the g30
Appreciate 0
      12-31-2023, 09:44 AM   #56
Hyperion42
New Member
11
Rep
6
Posts

Drives: G21
Join Date: Jul 2023
Location: Germany

iTrader: (0)

Quote:
Originally Posted by the3mw View Post
I made compilation of all the presets that 2023 bmw 330ix has in cafd. hope it helps.. I still couldn't figure out which part to edit to make the outcome as what I want. But if we figure out the logic.. we can customize our headlight animation for sure..
Found myself some more free time to take another look at this, taking the BimmerUtility Staging1 preset values and your videos.

Starting with Wert_18, as it is dead simple. This one does not have any animations. Unlocking instantly turns on the low beams, and it switches them off after about 20 seconds.

Data looks like this:
Code:
Raw: 01 00 01 01 00

Section 01:
Definition 01: 0x01 0x00
Maybe this means "play animation 0x01 for 0x00 time units", or more plausible "fade to state 0x01 in 0x00 time units". There is not enough data in there to index any kind of light source.

Then, take a look at Wert_01. It is more complicated then Wert_18 for sure, but looks somewhat identical to Wert_18 in its effect. Unlocking instantly turns on the low beams, locking turns them off.

Code:
Raw: 01 00 01 02 0A 04 01 01 9B 00

Section 01:
Definition 01: 0x02 0x0A

Section 04: (Why 04? Where is 02 and 03?)
Definition 01: 0x9B 0x00
When applying the same reasoning as above, this means: "fade to state 0x02 in 0x0A time units". 0x0A is 10 decimal, and it definitely is not a 10 second animation. No animation is actually visible at all, either because 10 time units is too small (doubtful) or my interpretation of the data is wrong.


Moving on to Wert_3, where I actually started to count the frames. The video has 30 frames/second, thus 1 frame is about 33 ms.
Code:
40 frames / 1320 ms: No light visible
3 frames / 99 ms: animation to low DLR, inner tube only
3 frames / 99 ms: animation to full DLR or even lowbeam(?), all tubes
7 frames / 231 ms: animation to medium DLR, all tubes
170 frames / 5610 ms: stays the same
3 frames / 99 ms: animation to low DLR, all butes
1 frame / 33 ms: animation to medium DLR, all tubes
at least 80 frames, but cuts off: stays the same
This one also does not have any locking animation.

Taking a look at the data:
Code:
Raw: 01 00 0C 23 00 32 00 0A 64 32 64 32 64 32 64 32 64 32 64 32 64 32 64 32 64 05 00

Section 01:
Definition 01: 0x23 0x00
Definition 02: 0x32 0x00
Definition 03: 0x0A 0x64
Definition 04: 0x32 0x64
Definition 05: 0x32 0x64
Definition 06: 0x32 0x64
Definition 07: 0x32 0x64
Definition 08: 0x32 0x64
Definition 09: 0x32 0x64
Definition 10: 0x32 0x64
Definition 11: 0x32 0x64
Definition 12: 0x05 0x00
But I am stumped. I don't believe anymore that the animations are part of the Staging 1 data, but instead are an index and offset to where ever the animations are defined. Maybe not even in coding. I just can't make sense of the Staging 1 data right now.

If we say that for the first two definitions of section 1, we see 0x23 and 0x32 and use that as a time unit where no animation is visible, this would be 85 decimal time units. 1320 ms divided by 85 is about 16-ish, which is close to the magic number of 16.7ms meaning the animation would run with 60 fps. But, again, doubtful...

As a final one, Wert_02 has a very similar data to Wert_03 and looks kind of similar, but has more sections:
Code:
Raw: 01 00 0C 23 00 32 00 0A 64 32 64 32 64 32 64 32 64 32 64 32 64 32 64 32 64 05 00 02 00 04 01 05 2B 0A 2B 14 2B 1E 03 00 03 2B 14 2B 0A 2C 00

Section 01:
IDENTICAL TO Wert_03, see above

Section 02:
Definition 01: 0x01 0x05
Definition 02: 0x2B 0x0A
Definition 03: 0x2B 0x14
Definition 03: 0x2B 0x1E

Section 03:
Definition 01: 0x2B 0x14
Definition 02: 0x2B 0x0A
Definition 03: 0x2C 0x00
Just in case anyone wants to frame count Wert_02...

Last edited by Hyperion42; 12-31-2023 at 10:30 AM..
Appreciate 1
the3mw78.00
      12-31-2023, 02:52 PM   #57
FRKNACKL
New Member
0
Rep
5
Posts

Drives: bmw 320i g20
Join Date: Dec 2023
Location: türkiye

iTrader: (0)

Quote:
Originally Posted by MichaelNRW View Post
Hi there,

as already discussed in other threads i had the opportunity to download the data of a G20 LCI EU spec.
I already had the data of a G80 and G82 EU spec and will share them aswell.

Some context for this.
BMW seems to made some difference between the EU and some US spec car regarding the Welcome Light or headlight animation when unlocking.

The G20 PreLCI can only control both DRLs as a pair while the G80 and G20 LCI can control them individually.
This was a side effect of developing the turn signal into the tubes of the headlight instead of having a separate turn signal above the tubes.
This side effect was used for the nice animation we know from the G20 LCI EU spec.

Now comes the good news, it´s not hard coded into the software!
You can code this with E-Sys.
I´m not sure about Bimmercode or other solutions, as you need to paste the data into the FLM2 ECUs.

1. G20 PreLCI EU spec - Welcome Light
View post on imgur.com


Code:
Staging1_Data
01, 00, 0F, 32, 00, 32, 00, 19, 00, 19, 00, 19, 00, 3F, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 32, 32, 00, 02, 00, 05, 32, 00, 32, 00, 19, 00, 0C, 14, 3C, 43, 03, 00, 03, 3C, 2B, 3B, 14, 0C, 00, 04, 00, 03, 32, 00, 0C, 14, 3C, 2E, 05, 00, 06, 32, 2E, 32, 2E, 32, 2E, 3C, 2B, 3B, 14, 0C, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00

Staging2_Data
00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00
As you can see the animation is pretty boring and only needs a third of the first data field.

2. G20 LCI EU spec - Welcome Light
View post on imgur.com


Code:
Staging1_Data
01, 00, 0F, 19, 00, 28, 00, 3C, 00, 3C, 00, 3C, 00, 3F, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 32, 32, 00, 02, 00, 0B, 5A, 00, 21, 1E, 05, 1E, 03, 64, 03, 1E, 0D, 1E, 03, 64, 03, 1E, 0A, 1E, 21, 64, 4B, 1E, 03, 00, 0B, 5A, 00, 21, 1E, 08, 1E, 03, 64, 03, 1E, 08, 1E, 03, 64, 03, 1E, 0D, 1E, 21, 64, 4B, 1E, 04, 00, 0B, 2D, 1E, 14, 1E, 08, 1E, 06, 1E, 09, 5F, 03, 62, 03, 64, 03, 62, 02, 60, 53, 00, 03, 00, 05, 00, 0A, 2D, 1E, 23, 1E, 06, 1E, 09, 5F, 03, 62, 03, 64, 03, 62, 02, 60, 4B, 00, 03, 00, 06, 00, 03, 41, 00, 32, 43, 80, 43, 07, 00, 03, 01, 43, 64, 43, 96, 00, 08, 00, 0B, 01, 00, 21, 1E, 05, 1E, 03, 64, 03, 1E, 0D, 1E, 03, 64, 03, 1E, 0A, 1E, 21, 64, 4B, 1E, 09, 00, 0B, 01, 00, 21, 1E, 08, 1E, 03, 64, 03, 1E, 08, 1E, 03, 64, 03, 1E, 0D, 1E, 21, 64, 4B, 1E, 0A, 00, 03, 01, 00, 32, 43, 80, 43, 0B, 00, 02, 01, 00, 05, 64, 0C, 00, 0B, 5A, 00, 21, 1E, 03, 1E, 03, 64, 03, 1E, 12, 1E, 03, 64, 03, 1E, 08, 1E, 21, 64, 4B, 1E, 0D, 00, 0A, 5A, 00, 21, 1E, 03, 64, 03, 1E, 17

Staging2_Data
1E, 03, 64, 03, 1E, 05, 1E, 21, 64, 4B, 1E, 0E, 00, 0B, 01, 00, 21, 1E, 03, 1E, 03, 64, 03, 1E, 12, 1E, 03, 64, 03, 1E, 08, 1E, 21, 64, 4B, 1E, 0F, 00, 0A, 01, 00, 21, 1E, 03, 64, 03, 1E, 17, 1E, 03, 64, 03, 1E, 05, 1E, 21, 64, 4B, 1E, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00
You can see that my PreLCI isn´t able to show the animation correctly, because the headlights weren´t made for this fast transition and they don´t share a common tact.
But this data should work for the G20 LCI US spec!
I would highly appreciate if someone could provide me the original G20 LCI US spec data.

3. G80 EU spec - Welcome Light
View post on imgur.com


Code:
Staging1_Data
01, 00, 0F, 3C, 00, 3C, 00, 3C, 00, 3C, 00, 3C, 00, 3F, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 32, 32, 00, 02, 00, 15, 19, 00, 28, 00, 05, 00, 19, 0A, 05, 12, 05, 1C, 05, 2B, 05, 3A, 05, 4C, 05, 5B, 05, 64, 05, 64, 05, 59, 05, 4A, 05, 3F, 05, 3A, 05, 36, 05, 33, 05, 31, 04, 30, 04, 30, 03, 00, 15, 19, 00, 28, 00, 05, 00, 05, 00, 05, 00, 19, 0A, 05, 17, 05, 2A, 05, 41, 05, 55, 05, 64, 05, 64, 05, 59, 05, 4A, 05, 3F, 05, 3A, 05, 36, 05, 33, 05, 31, 04, 30, 04, 30, 04, 00, 10, 19, 30, 32, 30, 0A, 37, 0A, 3C, 0A, 48, 08, 55, 08, 5E, 03, 63, 03, 64, 05, 64, 0A, 5F, 08, 4C, 08, 3A, 07, 28, 05, 19, 08, 00, 05, 00, 0E, 19, 30, 32, 30, 0A, 37, 0A, 3C, 0A, 48, 0A, 53, 05, 5E, 0A, 64, 0F, 62, 0A, 4B, 0A, 3A, 09, 26, 07, 14, 07, 00, 06, 00, 02, 96, 00, 55, 64, 07, 00, 08, 3C, 64, 3C, 64, 0A, 64, 2D, 63, 1C, 5A, 19, 4B, 23, 19, 05, 00, 08, 00, 13, 19, 00, 28, 00, 05, 00, 05, 00, 05, 00, 05, 00, 19, 05, 05, 14, 05, 3A, 05, 55, 05, 64, 05, 64, 05, 5A, 05, 3C, 05, 1E, 05, 0F, 05, 05

Staging2_Data
05, 02, 05, 00, 09, 00, 13, 19, 00, 28, 00, 05, 00, 05, 00, 05, 00, 05, 00, 19, 05, 05, 14, 05, 3A, 05, 55, 05, 64, 05, 64, 05, 5A, 05, 3C, 05, 1E, 05, 0F, 05, 05, 05, 02, 05, 00, 0A, 00, 10, 32, 00, 1E, 14, 0F, 28, 08, 3C, 09, 4D, 07, 5A, 03, 62, 03, 64, 05, 64, 08, 61, 05, 5A, 08, 4E, 07, 3B, 07, 27, 06, 14, 05, 00, 0B, 00, 0E, 32, 00, 1E, 14, 0F, 28, 08, 3C, 09, 4D, 07, 5A, 03, 62, 03, 64, 05, 64, 08, 64, 14, 50, 12, 28, 06, 14, 05, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00
4. G82 EU spec - Welcome Light
View post on imgur.com


Code:
Staging1_Data
01, 00, 0F, 3C, 00, 3C, 00, 3C, 00, 3C, 00, 3C, 00, 3F, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 32, 32, 00, 02, 00, 15, 19, 00, 28, 00, 05, 00, 19, 0A, 05, 12, 05, 1C, 05, 2B, 05, 3A, 05, 4C, 05, 5B, 05, 64, 05, 64, 05, 59, 05, 4A, 05, 3F, 05, 3A, 05, 36, 05, 33, 05, 31, 04, 30, 04, 30, 03, 00, 15, 19, 00, 28, 00, 05, 00, 05, 00, 05, 00, 19, 0A, 05, 17, 05, 2A, 05, 41, 05, 55, 05, 64, 05, 64, 05, 59, 05, 4A, 05, 3F, 05, 3A, 05, 36, 05, 33, 05, 31, 04, 30, 04, 30, 04, 00, 10, 19, 30, 32, 30, 0A, 37, 0A, 3C, 0A, 48, 08, 55, 08, 5E, 03, 63, 03, 64, 05, 64, 0A, 5F, 08, 4C, 08, 3A, 07, 28, 05, 19, 08, 00, 05, 00, 0E, 19, 30, 32, 30, 0A, 37, 0A, 3C, 0A, 48, 0A, 53, 05, 5E, 0A, 64, 0F, 62, 0A, 4B, 0A, 3A, 09, 26, 07, 14, 07, 00, 06, 00, 02, 96, 00, 55, 64, 07, 00, 08, 3C, 64, 3C, 64, 0A, 64, 2D, 63, 1C, 5A, 19, 4B, 23, 19, 05, 00, 08, 00, 13, 19, 00, 28, 00, 05, 00, 05, 00, 05, 00, 05, 00, 19, 05, 05, 14, 05, 3A, 05, 55, 05, 64, 05, 64, 05, 5A, 05, 3C, 05, 1E, 05, 0F, 05, 05

Staging2_Data
05, 02, 05, 00, 09, 00, 13, 19, 00, 28, 00, 05, 00, 05, 00, 05, 00, 05, 00, 19, 05, 05, 14, 05, 3A, 05, 55, 05, 64, 05, 64, 05, 5A, 05, 3C, 05, 1E, 05, 0F, 05, 05, 05, 02, 05, 00, 0A, 00, 10, 32, 00, 1E, 14, 0F, 28, 08, 3C, 09, 4D, 07, 5A, 03, 62, 03, 64, 05, 64, 08, 61, 05, 5A, 08, 4E, 07, 3B, 07, 27, 06, 14, 05, 00, 0B, 00, 0E, 32, 00, 1E, 14, 0F, 28, 08, 3C, 09, 4D, 07, 5A, 03, 62, 03, 64, 05, 64, 08, 64, 14, 50, 12, 28, 06, 14, 05, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00
The G80/G82 EU spec animation is identical and takes up almost the complete data fields.
This would be another option for the G20 LCI US spec drivers.

The next step would be an analyses of the data and how the animation is made.
Maybe we could write our own headlight animations?


kind regards
Michael


Hello. Is yellow drl a module or is it possible with coding?
Appreciate 0
      01-01-2024, 06:18 PM   #58
the3mw
Private First Class
the3mw's Avatar
United_States
78
Rep
160
Posts

Drives: 330ix
Join Date: Aug 2022
Location: CA

iTrader: (0)

Quote:
Originally Posted by FRKNACKL View Post
Hello. Is yellow drl a module or is it possible with coding?
you have to swap out the board for the drl.
Appreciate 0
      02-07-2024, 08:26 PM   #59
polancd
Registered
3
Rep
1
Posts

Drives: 2024 BMW M340i
Join Date: Feb 2024
Location: FL

iTrader: (0)

View post on imgur.com



thanks for the info. I knew it had to be possible to recode the lights.
Appreciate 2
      03-04-2024, 09:33 PM   #60
alep85
First Lieutenant
179
Rep
300
Posts

Drives: 2011 335i, 2023 M340i xDrive
Join Date: Oct 2011
Location: United States

iTrader: (1)

Exclamation

Used the custom values in the Youtube video on my 2023 M340i xDrive and confirmed they work! No delays, it functions just like the3mw indicated and mimics the EU spec lights without any delay (although they still don't sweep left to right like the EU ones, it's more inside out).

Pasting below in case the video link ever breaks:

EU spec custom values:

Staging1_Data
01, 00, 0F, 19, 00, 28, 00, 3C, 00, 3C, 00, 3C, 00, 3F, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 32, 32, 00, 02, 00, 0B, 5A, 00, 21, 1E, 05, 1E, 03, 64, 03, 1E, 0D, 1E, 03, 64, 03, 1E, 0A, 1E, 21, 64, 4B, 1E, 03, 00, 0B, 5A, 00, 21, 1E, 08, 1E, 03, 64, 03, 1E, 08, 1E, 03, 64, 03, 1E, 0D, 1E, 21, 64, 4B, 1E, 04, 00, 0B, 2D, 1E, 14, 1E, 08, 1E, 06, 1E, 09, 5F, 03, 62, 03, 64, 03, 62, 02, 60, 53, 00, 03, 00, 05, 00, 0A, 2D, 1E, 23, 1E, 06, 1E, 09, 5F, 03, 62, 03, 64, 03, 62, 02, 60, 4B, 00, 03, 00, 06, 00, 03, 41, 00, 32, 43, 80, 43, 07, 00, 03, 01, 43, 64, 43, 96, 00, 08, 00, 0B, 01, 00, 21, 1E, 05, 1E, 03, 64, 03, 1E, 0D, 1E, 03, 64, 03, 1E, 0A, 1E, 21, 64, 4B, 1E, 09, 00, 0B, 01, 00, 21, 1E, 08, 1E, 03, 64, 03, 1E, 08, 1E, 03, 64, 03, 1E, 0D, 1E, 21, 64, 4B, 1E, 0A, 00, 03, 01, 00, 32, 43, 80, 43, 0B, 00, 02, 01, 00, 05, 64, 0C, 00, 0B, 5A, 00, 21, 1E, 03, 1E, 03, 64, 03, 1E, 12, 1E, 03, 64, 03, 1E, 08, 1E, 21, 64, 4B, 1E, 0D, 00, 0A, 5A, 00, 21, 1E, 03, 64, 03, 1E, 17

Staging2_Data
1E, 03, 64, 03, 1E, 05, 1E, 21, 64, 4B, 1E, 0E, 00, 0B, 01, 00, 21, 1E, 03, 1E, 03, 64, 03, 1E, 12, 1E, 03, 64, 03, 1E, 08, 1E, 21, 64, 4B, 1E, 0F, 00, 0A, 01, 00, 21, 1E, 03, 64, 03, 1E, 17, 1E, 03, 64, 03, 1E, 05, 1E, 21, 64, 4B, 1E, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00

Need to paste into both FLM modules using a tool like BimmerUtility.

Last edited by alep85; 03-05-2024 at 03:30 PM..
Appreciate 1
      03-05-2024, 09:41 AM   #61
the3mw
Private First Class
the3mw's Avatar
United_States
78
Rep
160
Posts

Drives: 330ix
Join Date: Aug 2022
Location: CA

iTrader: (0)

Quote:
Originally Posted by alep85 View Post
Used the custom values in the Youtube video on my 2023 M340i xDrive and confirmed they work! No delays, it functions just like the3mw indicated and exactly mimics the EU spec lights without any delay. Thanks for figuring it out!

Pasting below in case the video link ever breaks:

EU spec custom values:

Staging1_Data
01, 00, 0F, 19, 00, 28, 00, 3C, 00, 3C, 00, 3C, 00, 3F, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 64, 32, 32, 32, 00, 02, 00, 0B, 5A, 00, 21, 1E, 05, 1E, 03, 64, 03, 1E, 0D, 1E, 03, 64, 03, 1E, 0A, 1E, 21, 64, 4B, 1E, 03, 00, 0B, 5A, 00, 21, 1E, 08, 1E, 03, 64, 03, 1E, 08, 1E, 03, 64, 03, 1E, 0D, 1E, 21, 64, 4B, 1E, 04, 00, 0B, 2D, 1E, 14, 1E, 08, 1E, 06, 1E, 09, 5F, 03, 62, 03, 64, 03, 62, 02, 60, 53, 00, 03, 00, 05, 00, 0A, 2D, 1E, 23, 1E, 06, 1E, 09, 5F, 03, 62, 03, 64, 03, 62, 02, 60, 4B, 00, 03, 00, 06, 00, 03, 41, 00, 32, 43, 80, 43, 07, 00, 03, 01, 43, 64, 43, 96, 00, 08, 00, 0B, 01, 00, 21, 1E, 05, 1E, 03, 64, 03, 1E, 0D, 1E, 03, 64, 03, 1E, 0A, 1E, 21, 64, 4B, 1E, 09, 00, 0B, 01, 00, 21, 1E, 08, 1E, 03, 64, 03, 1E, 08, 1E, 03, 64, 03, 1E, 0D, 1E, 21, 64, 4B, 1E, 0A, 00, 03, 01, 00, 32, 43, 80, 43, 0B, 00, 02, 01, 00, 05, 64, 0C, 00, 0B, 5A, 00, 21, 1E, 03, 1E, 03, 64, 03, 1E, 12, 1E, 03, 64, 03, 1E, 08, 1E, 21, 64, 4B, 1E, 0D, 00, 0A, 5A, 00, 21, 1E, 03, 64, 03, 1E, 17

Staging2_Data
1E, 03, 64, 03, 1E, 05, 1E, 21, 64, 4B, 1E, 0E, 00, 0B, 01, 00, 21, 1E, 03, 1E, 03, 64, 03, 1E, 12, 1E, 03, 64, 03, 1E, 08, 1E, 21, 64, 4B, 1E, 0F, 00, 0A, 01, 00, 21, 1E, 03, 64, 03, 1E, 17, 1E, 03, 64, 03, 1E, 05, 1E, 21, 64, 4B, 1E, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00

Need to paste into both FLM modules using a tool like BimmerUtility.

It is all from MichaelNRW !
Appreciate 0
      03-05-2024, 09:50 AM   #62
alep85
First Lieutenant
179
Rep
300
Posts

Drives: 2011 335i, 2023 M340i xDrive
Join Date: Oct 2011
Location: United States

iTrader: (1)

Quote:
Originally Posted by the3mw View Post
It is all from MichaelNRW !
Well cheers to you both for figuring this one out!

I have a friend with a G80 M3, curious if it works for all of their cars.....I'd assume the laser lights option would not work for this, right?
Appreciate 0
      03-05-2024, 11:09 AM   #63
Calvindubois
Private First Class
Calvindubois's Avatar
United_States
42
Rep
104
Posts

Drives: 2023 BMW 330e LCI M - Sport
Join Date: Jul 2023
Location: Magnolia, Texas

iTrader: (0)

Garage List
Has anyone managed to make it function correctly instead of both headlights mirroring each other? I want it like EU where it’ll swipe from one side to the other?
Appreciate 0
      03-05-2024, 03:48 PM   #64
alep85
First Lieutenant
179
Rep
300
Posts

Drives: 2011 335i, 2023 M340i xDrive
Join Date: Oct 2011
Location: United States

iTrader: (1)

Quote:
Originally Posted by Calvindubois View Post
Has anyone managed to make it function correctly instead of both headlights mirroring each other? I want it like EU where it’ll swipe from one side to the other?
Sadly, no. There some kind of time delay for the driver's side headlight, but not sure how it's coded to do that on EU-spec cars. MichaelNRW was researching, but no dice thus far.
Appreciate 0
      03-06-2024, 10:32 AM   #65
MichaelNRW
B58 Power
MichaelNRW's Avatar
492
Rep
628
Posts

Drives: 05/2022 M340i xDrive Touring
Join Date: Feb 2018
Location: Germany

iTrader: (0)

Garage List
We never found a way to make it sweep from left to right and back.
Maybe we need to have a look at other ECUs involved like the BDC?
Something has to give the tact so left starts before right.

Can someone with an US spec LCI send me a complete backup of all ncd´s?
I can try to compare them to the EU spec LCI.
Maybe there´s more than we currently see.
__________________
05/2022: BMW G21 ///M340i xDrive Touring - Individual Verde Ermes
Appreciate 1
      03-06-2024, 11:06 AM   #66
Calvindubois
Private First Class
Calvindubois's Avatar
United_States
42
Rep
104
Posts

Drives: 2023 BMW 330e LCI M - Sport
Join Date: Jul 2023
Location: Magnolia, Texas

iTrader: (0)

Garage List
Quote:
Originally Posted by MichaelNRW View Post
We never found a way to make it sweep from left to right and back.
Maybe we need to have a look at other ECUs involved like the BDC?
Something has to give the tact so left starts before right.

Can someone with an US spec LCI send me a complete backup of all ncd´s?
I can try to compare them to the EU spec LCI.
Maybe there´s more than we currently see.


Here you go! https://www.dropbox.com/scl/fo/466v2...xeys0h6gv&dl=0


I doubt my matrix high beams function 100% like EU, I’ve done everything I can. They work great but don’t seem like a sharp cutoff. If want to take a peak at that too 🤭
Appreciate 1
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 06:49 AM.




g20
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