BMW Garage BMW Meets Register Search Today's Posts Mark Forums Read
Go Back   6Post.com | BMW 6-Series Forum > BMW 6 Series Forum > General 6-Series Coupe, Convertible, and Gran Coupe Forum

Post Reply
 
Thread Tools Search this Thread
      01-08-2022, 06:00 PM   #1
ex46fanatic
Private First Class
United Kingdom
39
Rep
197
Posts

Drives: E46 330ci F06 640i GC both LCI
Join Date: Feb 2021
Location: UK

iTrader: (0)

Had some fun coding options to car today - compass etc

Did some coding today. Added compass on instrument cluster and xdrive menu to idrive.


Name:  IMG_20220108_224118050.jpg
Views: 5860
Size:  161.1 KB

Name:  IMG_20220108_223847339.jpg
Views: 4965
Size:  205.3 KB

To display compass in instrument cluster :

KOMBI => FZG_AUSSTATTUNG => 3003 => KOMPASS_GRAPH_ENABLE => activ (I only had to set this)

KOMBI => FZG_AUSSTATTUNG => 3003 => KOMPASS_HIMMELSRICHTUG_ENABLE => activ (THIS SETTING WAS NOT NECESSARY FOR 2015 LCI 640i GC, its not present)

Last edited by ex46fanatic; 01-08-2022 at 06:08 PM..
Appreciate 1
      01-08-2022, 06:13 PM   #2
ex46fanatic
Private First Class
United Kingdom
39
Rep
197
Posts

Drives: E46 330ci F06 640i GC both LCI
Join Date: Feb 2021
Location: UK

iTrader: (0)

Ive turned on the car wifi hotspot, all very well - but what can I even do with it? Would love to be able to cast youtube to idrive through bmw wifi.

Also coded start up emblem, tyre temperature, video in motion, video playback of other supported formats, going through modules slowly.

Below is what i have ready to code.

- Disable sound on disconnect SB – driver and pax
ACSM => 3000 => SPW_FA (or SBR_PreWarning_Fahrer) => nicht_aktiv
ACSM => 3000 => SPW_BF (or SBR_PreWarning_Beifahrer => nicht_aktiv

- Auto Start-Stop function to start as last used
CAS => 3000 => TC_MSA_MEMORY => aktiv
2014 LCI
Already incorporated

- Auto Start-Stop OFF by default
CAS => 3000 => TC_MSA_DEFAULT_OFF => aktiv

- Turn off power (radio and iDrive) when opening door
2011-12 (CIC)
CAS => 3000 => TC_LOGIC_KLR_OFF_DOOR => aktiv
2012-13 (NBT) and 2014 LCU
CAS => 3000 => TC_LOGIC_KLR_OFF_DOOR => aktiv

-LAUNCH CONTROL
EGS > 3000 > LC

-Display compass in instrument cluster (SEE ALSO hu_NBT)
KOMBI => FZG_AUSSTATTUNG => 3003 => KOMPASS_GRAPH_ENABLE => activ
KOMBI => FZG_AUSSTATTUNG => 3003 => KOMPASS_HIMMELSRICHTUG_ENABLE => activ (NOT NECESSARY FOR 2015 LCI 640i GC)

- Display digital speed in instrument cluster (bottom center in basic, bottom of Speedo in Extended and Multi-Function)
KOMBI => 3000 => BC_DIGITAL_V => aktiv
BC calculation with the speedometer curve - correction for analog / Head up display speed - disabling those corrections , you will be able to see the real speed. SEE YOUTUBE VIDEO
KOMBI 3000 Anzeige_Konfiguration BC_V_KORREKTUR => nicht_aktiv

- Enable Sports Display menu when switching to sport driving mode (check this)
KOMBI => 3000 => SPA_SPORT_ENABLE => aktiv

- Subtle orange lines at the bottom of Extended (6WA) or Multifunction (6WB) display during the day (2013 Default is grey)
KOMBI => 3000 => HINTERGRUND_FARBE_TAG => orange

- Subtle grey lines at the bottom of Extended (6WA) or Multifunction (6WB) display during the night (2013 Default is orange)
KOMBI => 3000 => HINTERGRUND_FARBE_NACHT => grau

- Subtle grey lines at the bottom of Extended (6WA) or Multifunction (6WB) always in day mode
KOMBI => 3007 => DIM_NACHT_EIN => Werte=FF

- Enable Pressure and Temperature Readings to the TPMS Screen
2011-12 (CIC)
HU_CIC => 3001 => RDC_SAFETY => aktiv
2012-13 (NBT) and 2014 LCI
HU_NBT => 3001 => RDC_SAFETY => aktiv

- Splash animation on the iDrive screen upon system load: Variant1 = M logo, Variant7 = White BMW logo, Variant8 = Brown bmw logo (same as
HU_CIC), Variant9 = Merry Xmas
2011-12 (CIC) (function not found)
2012-13 (NBT) and 2014 LCI
HU_NBT => 3001 => STARTUP_EMBLEM => variant_01 (default: _0)

- Enable DVD in motion
2011-12 (CIC)
HU_CIC => 3000 => SPEEDLOCK_X_KMH_MIN => value = FF
HU_CIC => 3000 => SPEEDLOCK_X_KMH_MAX => value = FF
HU_CIC => 3000 => VIDEO_NUR_MIT_HANDBREMSE => nicht_aktiv
2012-13 (NBT) and 2014 LCI
HU_NBT => 3000 => SPEEDLOCK_X_KMH_MIN => value = FF
HU_NBT => 3000 => SPEEDLOCK_X_KMH_MAX => value = FF
HU_NBT => 3000 => VIDEO_ HANDBRAKE => nicht_aktiv

- Enable video playback via USB Port and with various video formats
HU_NBT => 3003 => API_USB_VIDEO => both
HU_NBT => 3000 => ENT_CODEC_XVID => aktiv
HU_NBT => 3000 => ENT_CODEC_VCD => aktiv
(Will play any format (mpg, avi, mkv, divx . Also at HD Resolution)

- Show Compass on Idrive (SEE ALSO kombi)
HU_NBT => HMI => 3000 => X_VIEW => aktiv
HU_NBT => HMI => 3001 => X_VIEW_GRAPHIC_SLOP => trajectory1
HU_NBT => HMI => 3002 => X_VIEW_GRAPHIC_ROLL => trajectory1
HU_NBT => HMI => 3003 => COMPASS => aktiv
HU_NBT => HMI => 3000 => MOMENTDISTRIBUTION_MENU=> aktiv
HU_NBT => HMI => 3000 => GYRO_INTERN=> aktiv

-ENABLE WIFI HOTSPOT
HU_NBT > 3003 -> WLAN_STATUS -> aktiv
HU_NBT -> 3003 -> WLAN_MODUS -> ap
HU_NBT -> 3003 -> WLAN_SIGNAL_STRENGTH -> “incar” for low power, “outdoor” for high power
HU_NBT -> 3000 -> ENT_MC_WLAN_STREAM_DMP_COVERART -> aktiv
HU_NBT -> 3000 -> ENT_MC_WLAN_STREAM_DMP_VIDEO -> aktiv
HU_NBT -> 3000 -> ENT_MC_WLAN_STREAM_DMP -> aktiv
You'll then need to install a DLNA/UPnP media sharing server on your laptop or phone to be able to use this

- Halos full brightness even when headlights are on
FRM => 3060 => U_EFF_POL => wert_02__100%

- Opening doors will not interrupt window roll up (Front and Back)
FRM => 3030 => FH_TUER_AUF_STOP_MAUT => nicht_aktiv
for back - JBBF => 3070 => FH_TUERAUF_STOP_MAUT => nicht_aktiv

- Automatic High beam Assist Headlights (Car must have KAFAS camera which supports High Beam Assistant, Lane Departure Warning, and Speed Limit Information. Without this camera system installed, there is no KAFAS module)
2011-12 (CIC)
FRM => 3050 => FLA_VERBAUT => aktiv
FRM => 3050 => FLA_AUTO_AKTIV => automatisch
KAFAS2 => 3050 => FLA_ON_OFF => aktiv
HU_CIC => 3000 => HIGH_BEAM_ASSISTANT => aktiv
2012-13 (NBT) and 2014 LCI
FRM => 3050 => FLA_VERBAUT => aktiv
FRM => 3050 => FLA_AUTO_AKTIV => automatisch
KAFAS2 => 3050 => FLA_ON_OFF => aktiv
HU_NBT => 3000 => HIGH_BEAM_ASSISTANT => aktiv
Appreciate 0
      01-09-2022, 09:24 AM   #3
Opie55
Colonel
1174
Rep
2,895
Posts

Drives: '15 650i Convertible
Join Date: Apr 2018
Location: US

iTrader: (0)

What coding platform/program ae you using? And what year is your car? That compass in the cluster is cool, but I've never seen that option in Bimmercode, at least not for a 2015.
Appreciate 0
      01-09-2022, 12:03 PM   #4
ex46fanatic
Private First Class
United Kingdom
39
Rep
197
Posts

Drives: E46 330ci F06 640i GC both LCI
Join Date: Feb 2021
Location: UK

iTrader: (0)

I'm using esys and cheat sheets from various f series cars.

The compass doesn't work very well and seems to interfere with the sat nav. I'm going to try coding it off but leaving on the gyro on x drive menu so I can see the tilt of the car.

WiFi hot spot doesn't work for us anymore.

Car is late 2015, facelift. With nbt Id4 and digital instrument panel,

Will be doing some more coding later. I want to turn off stop start being on by default next.

Have to say using esys is much easier than using ncsexpert.

Bimmercode will only have what they want or can offer from esys. Esys has it all by my understanding.
Appreciate 0
      01-09-2022, 02:24 PM   #5
Luftpost
Second Lieutenant
93
Rep
284
Posts

Drives: 2016 650 GC, E39’s, X70, X1
Join Date: Feb 2018
Location: NE Florida

iTrader: (0)

BimmerCode has it as well, you will need to go to the "Advanced Setting".

L
Appreciate 0
      01-09-2022, 07:01 PM   #6
ex46fanatic
Private First Class
United Kingdom
39
Rep
197
Posts

Drives: E46 330ci F06 640i GC both LCI
Join Date: Feb 2021
Location: UK

iTrader: (0)

Something that works, m sports display. Looks better !

Hu_nbt => m_vehicle => aktiv

Name:  IMG_20220110_001442647.jpg
Views: 4409
Size:  226.0 KB
Appreciate 0
      02-13-2022, 03:15 AM   #7
s_evans76
New Member
0
Rep
7
Posts

Drives: bmw 420i
Join Date: Feb 2022
Location: Cannock

iTrader: (0)

6wb speedo centre dash

Quote:
Originally Posted by ex46fanatic View Post
Ive turned on the car wifi hotspot, all very well - but what can I even do with it? Would love to be able to cast youtube to idrive through bmw wifi.

Also coded start up emblem, tyre temperature, video in motion, video playback of other supported formats, going through modules slowly.

Below is what i have ready to code.

- Disable sound on disconnect SB – driver and pax
ACSM => 3000 => SPW_FA (or SBR_PreWarning_Fahrer) => nicht_aktiv
ACSM => 3000 => SPW_BF (or SBR_PreWarning_Beifahrer => nicht_aktiv

- Auto Start-Stop function to start as last used
CAS => 3000 => TC_MSA_MEMORY => aktiv
2014 LCI
Already incorporated

- Auto Start-Stop OFF by default
CAS => 3000 => TC_MSA_DEFAULT_OFF => aktiv

- Turn off power (radio and iDrive) when opening door
2011-12 (CIC)
CAS => 3000 => TC_LOGIC_KLR_OFF_DOOR => aktiv
2012-13 (NBT) and 2014 LCU
CAS => 3000 => TC_LOGIC_KLR_OFF_DOOR => aktiv

-LAUNCH CONTROL
EGS > 3000 > LC

-Display compass in instrument cluster (SEE ALSO hu_NBT)
KOMBI => FZG_AUSSTATTUNG => 3003 => KOMPASS_GRAPH_ENABLE => activ
KOMBI => FZG_AUSSTATTUNG => 3003 => KOMPASS_HIMMELSRICHTUG_ENABLE => activ (NOT NECESSARY FOR 2015 LCI 640i GC)

- Display digital speed in instrument cluster (bottom center in basic, bottom of Speedo in Extended and Multi-Function)
KOMBI => 3000 => BC_DIGITAL_V => aktiv
BC calculation with the speedometer curve - correction for analog / Head up display speed - disabling those corrections , you will be able to see the real speed. SEE YOUTUBE VIDEO
KOMBI 3000 Anzeige_Konfiguration BC_V_KORREKTUR => nicht_aktiv

- Enable Sports Display menu when switching to sport driving mode (check this)
KOMBI => 3000 => SPA_SPORT_ENABLE => aktiv

- Subtle orange lines at the bottom of Extended (6WA) or Multifunction (6WB) display during the day (2013 Default is grey)
KOMBI => 3000 => HINTERGRUND_FARBE_TAG => orange

- Subtle grey lines at the bottom of Extended (6WA) or Multifunction (6WB) display during the night (2013 Default is orange)
KOMBI => 3000 => HINTERGRUND_FARBE_NACHT => grau

- Subtle grey lines at the bottom of Extended (6WA) or Multifunction (6WB) always in day mode
KOMBI => 3007 => DIM_NACHT_EIN => Werte=FF

- Enable Pressure and Temperature Readings to the TPMS Screen
2011-12 (CIC)
HU_CIC => 3001 => RDC_SAFETY => aktiv
2012-13 (NBT) and 2014 LCI
HU_NBT => 3001 => RDC_SAFETY => aktiv

- Splash animation on the iDrive screen upon system load: Variant1 = M logo, Variant7 = White BMW logo, Variant8 = Brown bmw logo (same as
HU_CIC), Variant9 = Merry Xmas
2011-12 (CIC) (function not found)
2012-13 (NBT) and 2014 LCI
HU_NBT => 3001 => STARTUP_EMBLEM => variant_01 (default: _0)

- Enable DVD in motion
2011-12 (CIC)
HU_CIC => 3000 => SPEEDLOCK_X_KMH_MIN => value = FF
HU_CIC => 3000 => SPEEDLOCK_X_KMH_MAX => value = FF
HU_CIC => 3000 => VIDEO_NUR_MIT_HANDBREMSE => nicht_aktiv
2012-13 (NBT) and 2014 LCI
HU_NBT => 3000 => SPEEDLOCK_X_KMH_MIN => value = FF
HU_NBT => 3000 => SPEEDLOCK_X_KMH_MAX => value = FF
HU_NBT => 3000 => VIDEO_ HANDBRAKE => nicht_aktiv

- Enable video playback via USB Port and with various video formats
HU_NBT => 3003 => API_USB_VIDEO => both
HU_NBT => 3000 => ENT_CODEC_XVID => aktiv
HU_NBT => 3000 => ENT_CODEC_VCD => aktiv
(Will play any format (mpg, avi, mkv, divx . Also at HD Resolution)

- Show Compass on Idrive (SEE ALSO kombi)
HU_NBT => HMI => 3000 => X_VIEW => aktiv
HU_NBT => HMI => 3001 => X_VIEW_GRAPHIC_SLOP => trajectory1
HU_NBT => HMI => 3002 => X_VIEW_GRAPHIC_ROLL => trajectory1
HU_NBT => HMI => 3003 => COMPASS => aktiv
HU_NBT => HMI => 3000 => MOMENTDISTRIBUTION_MENU=> aktiv
HU_NBT => HMI => 3000 => GYRO_INTERN=> aktiv

-ENABLE WIFI HOTSPOT
HU_NBT > 3003 -> WLAN_STATUS -> aktiv
HU_NBT -> 3003 -> WLAN_MODUS -> ap
HU_NBT -> 3003 -> WLAN_SIGNAL_STRENGTH -> “incar” for low power, “outdoor” for high power
HU_NBT -> 3000 -> ENT_MC_WLAN_STREAM_DMP_COVERART -> aktiv
HU_NBT -> 3000 -> ENT_MC_WLAN_STREAM_DMP_VIDEO -> aktiv
HU_NBT -> 3000 -> ENT_MC_WLAN_STREAM_DMP -> aktiv
You'll then need to install a DLNA/UPnP media sharing server on your laptop or phone to be able to use this

- Halos full brightness even when headlights are on
FRM => 3060 => U_EFF_POL => wert_02__100%

- Opening doors will not interrupt window roll up (Front and Back)
FRM => 3030 => FH_TUER_AUF_STOP_MAUT => nicht_aktiv
for back - JBBF => 3070 => FH_TUERAUF_STOP_MAUT => nicht_aktiv

- Automatic High beam Assist Headlights (Car must have KAFAS camera which supports High Beam Assistant, Lane Departure Warning, and Speed Limit Information. Without this camera system installed, there is no KAFAS module)
2011-12 (CIC)
FRM => 3050 => FLA_VERBAUT => aktiv
FRM => 3050 => FLA_AUTO_AKTIV => automatisch
KAFAS2 => 3050 => FLA_ON_OFF => aktiv
HU_CIC => 3000 => HIGH_BEAM_ASSISTANT => aktiv
2012-13 (NBT) and 2014 LCI
FRM => 3050 => FLA_VERBAUT => aktiv
FRM => 3050 => FLA_AUTO_AKTIV => automatisch
KAFAS2 => 3050 => FLA_ON_OFF => aktiv
HU_NBT => 3000 => HIGH_BEAM_ASSISTANT => aktiv

Hi,
I have a 6wb dash and I coded the below in bimmercode but cannot see my speed when scrolling through the button on the stalk. Do you know if I'm missing anything else? I have the digital speed showing currently in the top by the needle in comfort mode but want it in the centre bottom instead where you see your mpg and average speed etc. Any ideas please?
- Display digital speed in instrument cluster (bottom center in basic, bottom of Speedo in Extended and Multi-Function)
KOMBI => 3000 => BC_DIGITAL_V => aktiv
Appreciate 0
      02-13-2022, 08:41 PM   #8
ex46fanatic
Private First Class
United Kingdom
39
Rep
197
Posts

Drives: E46 330ci F06 640i GC both LCI
Join Date: Feb 2021
Location: UK

iTrader: (0)

That function did not work for me, I have no idea why. What did work was removing the speed correction so that actual speed is shown on speedometer.

Quote:
Originally Posted by s_evans76 View Post
Hi,
I have a 6wb dash and I coded the below in bimmercode but cannot see my speed when scrolling through the button on the stalk. Do you know if I'm missing anything else? I have the digital speed showing currently in the top by the needle in comfort mode but want it in the centre bottom instead where you see your mpg and average speed etc. Any ideas please?
- Display digital speed in instrument cluster (bottom center in basic, bottom of Speedo in Extended and Multi-Function)
KOMBI => 3000 => BC_DIGITAL_V => aktiv
Appreciate 0
      02-27-2023, 01:28 PM   #9
mracerv1k
B6V1K
mracerv1k's Avatar
Albania
0
Rep
6
Posts

Drives: B6
Join Date: Feb 2023
Location: Michigan

iTrader: (0)

2015 B6
-
Purchased the digital 6WB instrument cluster by a promise (BIMMERTECH) made me they would 100% be able to code the G30 (18+ 5 series) 6WB Alpina dash on mine.
Coder acted clueless during the session. When I was in the phone for 30+ minutes prior to setting up my coding session this would work and spoke with someone high up in the company (he confirmed it would work forsure!!!)
-
Now I’m stuck with a 650i dash on the pina (driving in sport mode everywhere I go) LMAO
-
Any serious coders know how to make my dash Alpina blue like the b5’s 6WB?
-
I’d like the dash to say “B6 Biturbo” and “Alpina”. Just like the G30 B5’s in Europe.
-
Name your price
-
Private message me for my #
Appreciate 0
      02-27-2023, 06:08 PM   #10
DerBosewicht
Problem Solver
DerBosewicht's Avatar
United_States
111
Rep
416
Posts

Drives: 640i Gran Coupe
Join Date: Jan 2018
Location: TX

iTrader: (1)

Quote:
Originally Posted by mracerv1k View Post
2015 B6
-
Purchased the digital 6WB instrument cluster by a promise (BIMMERTECH) made me they would 100% be able to code the G30 (18+ 5 series) 6WB Alpina dash on mine.
Coder acted clueless during the session. When I was in the phone for 30+ minutes prior to setting up my coding session this would work and spoke with someone high up in the company (he confirmed it would work forsure!!!)
-
Now I’m stuck with a 650i dash on the pina (driving in sport mode everywhere I go) LMAO
-
Any serious coders know how to make my dash Alpina blue like the b5’s 6WB?
-
I’d like the dash to say “B6 Biturbo” and “Alpina”. Just like the G30 B5’s in Europe.
-
Name your price
-
Private message me for my #
I was reading your other post and was like nope that's out of my league, but this is the dude you definitely need.
__________________
You need people like me so you can point your f*ckin' fingers and say,
"That's the bad guy".
"Das ist der Bösewicht".
Appreciate 1
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 02:48 PM.




6post.com
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