CarTechnoloGY
[WIP] Mini F56 Retrofit Driver experience switch - 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: [WIP] Mini F56 Retrofit Driver experience switch (/showthread.php?tid=26861)



[WIP] Mini F56 Retrofit Driver experience switch - jaramillo - 16-08-2017

Hi all.

I have been doing a research in order to retrofit the "Driver experience switch", AKA "Sport Button" on a F56 S. If someone has more details or

3. Coding


b. I think that the following Ecus should be VO coded:
- BDC
- IHKA
- NBT
- KOMBI
- DSC
c. Coding parameters: To be tested
BDC
BDC_01 > BfImux 3004 > SWITCHBOARD_AI_C_ENABLE_DTC = aktiv
BDC_01 > BfImux 3004 > SWITCHBOARD_PDC_VARIANT = UNK_PARAM_0
BDC_01 > BfImux 3004 > SWITCHBOARD_SV_VARIANT = UNK_PARAM_0
BDC_01 > PfFesMaster 3221 > FesHasMode3 = aktiv
BDC_01 > PfFesMaster 3221 > FesHasMode4 = aktiv
BDC_01 > PfFesMaster 3221 > FesHasMode7 = aktiv
BDC_01 > PfFesMaster 3221 > FesInitMode = Basis

IHKA
IHKA_VA02 > Funktionskodierung 3001 > ECO-FUNKTION = AKTIV

DSC

DSC_CT02 > DSC_FAS_CODIERDATEN 3009 > C_FDS_FES_Verbau = FES
DSC_CT02 > DSC_FAS_CODIERDATEN 3009 > C_Segeln_vorhanden = nicht_aktiv [Default]
DSC_CT02 > DSC_ICM_CODIERDATEN 300A > FesMode7ForceGschwValue = mit FES
DSC_CT02 > DSC_ICM_CODIERDATEN 300A > FesMode7ForceInnenValues = mit FES
DSC_CT02 > DSC_ICM_CODIERDATEN 300A > FesMode7GschwValue = mit FES
DSC_CT02 > DSC_ICM_CODIERDATEN 300A > FesMode7InnenValues = mit FES
DSC_CT02 > DSC_ICM_CODIERDATEN 300A > FesMode8ForceInnenValues = mit FES
DSC_CT02 > DSC_ICM_CODIERDATEN 300A > FesMode8GschwValue = mit FES
DSC_CT02 > DSC_ICM_CODIERDATEN 300A > FesMode8InnenValues = mit FES
DSC_CT02 > DSC_ICM_CODIERDATEN 300A > FesModeXForceGschwValue = mit FES
DSC_CT02 > DSC_ICM_CODIERDATEN 300A > FesModeXGschwValue = mit FES
DSC_CT02 > DSC_ICM_CODIERDATEN 300A > FesModeXInnenValues = mit FES
DSC_CT02 > DSC_ICM_CODIERDATEN 300A > FesPiaEcoConfPortable = portabel
DSC_CT02 > DSC_ICM_CODIERDATEN 300A > QdmKfvSportIndividualisierbarDep = NichtIndividualisierbar

HU_NBT
HU_NBT > APIX_CID 3005 > ZIN_VARIANT = radio_zin
HU_NBT > EXBOX 3001 > CONDITION_CHECK = aktiv
HU_NBT > EXBOX 3001 > FAHRSTILANALYSE = aktiv
HU_NBT > EXBOX 3001 > FDS_POPUP_DEACTIVATE = aktiv
HU_NBT > EXBOX 3001 > MACRO_FDS = only_popup
HU_NBT > HMI 3000 > ECO_MODE = aktiv
HU_NBT > HMI 3000 > EFF_DYN_SPORT_CID = aktiv
HU_NBT > SYSTEM_EINSTELLUNGEN 3004 > ASD = ls_diag_on [Default]

KOMBI
KOMBI_I01_F56 > Anzeige_Konfiguration 3000 > BC1_GRW = aktiv
KOMBI_I01_F56 > ECO_FDS 300C > FDS_MENUE_SIGNAL_1 = menue_4
KOMBI_I01_F56 > ECO_FDS 300C > FDS_MENUE_SIGNAL_2 = menue_4
KOMBI_I01_F56 > ECO_FDS 300C > FDS_MENUE_SIGNAL_3 = menue_4
KOMBI_I01_F56 > ECO_FDS 300C > FDS_MENUE_TEXT_1 = menue_4
KOMBI_I01_F56 > ECO_FDS 300C > FDS_MENUE_TEXT_2 = menue_4
KOMBI_I01_F56 > ECO_FDS 300C > FDS_MENUE_TEXT_3 = menue_4
KOMBI_I01_F56 > ERM_Konfiguration 3004 > DXP_MOD_APPL = aktiv
KOMBI_I01_F56 > ERM_Konfiguration 3004 > DXP_MOD_TIMEOUT = aktiv
KOMBI_I01_F56 > FZG_Ausstattung 3003 > EDA_ENABLE = aktiv

Im enclosing some files related to the thread.

If someone can test my findings should be great.
Any coments or advise are fully welcome-


RE: [WIP] Mini F56 Retrofit Driver experience switch - Freddy1 - 16-08-2017

It´s really easy, I did it a few times and it works like a charm.
Add the 3 cables, because there is no wiring harness yet, code your car with 4VA and have fun smile


RE: [WIP] Mini F56 Retrofit Driver experience switch - jaramillo - 16-08-2017

(16-08-2017, 09:08 AM)Freddy1 Wrote:  It´s really easy, I did it a few times and it works like a charm.
Add the 3 cables, because there is no wiring harness yet, code your car with 4VA and have fun smile

Thanks freddy1 for your response. There is no need to do a fdl coding, just to VO code,like in the R56S?

Thanks in advance


RE: [WIP] Mini F56 Retrofit Driver experience switch - Freddy1 - 17-08-2017

The easiest and fastest way is VO coding in my opinion, or select the 4-5 modules and code them via VO. You can manually add those values, but 4VA does the same smile


RE: [WIP] Mini F56 Retrofit Driver experience switch - AJT13N - 10-04-2018

Afternoon Folks,

I am looking to do this retrofit on my girlfriends F56, and happened to stumble across your posts from last year.

How technical is this in car electronics terms with wiring and that?
Have you both completed successfully on vehicles?

I wouldn't want to mess it up but she really wishes she had the driving modes now on her car.

Cheers,
Andy


RE: [WIP] Mini F56 Retrofit Driver experience switch - Manfredos - 12-10-2018

i need the partnumber of the wires...