SPORT HMI Performance Monitor: Difference between revisions
Created page with "In Volkswagen, Seat, and Skoda vehicles with MIB2, there's Performance Monitor CAR App extension that shows live data from the vehicle: torque, power, oil temperature, coolant temperature, G-Force meters, boost. Not all parameters will work - this depends on the ECU, Gateway, and Instrument cluster - which all take part in the data communication. Activation requires enabling adaptation channels and uploading valid FEC code for SportHMI. === Activation with VCDS === //..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
In Volkswagen, | In Volkswagen, SEAT, and Skoda vehicles with MIB2, there's Sport HMI (VW Performance Monitor, SEAT Sport Information, Skoda Sport Information). It's CAR menu extension that shows live data from the vehicle: torque, power, oil temperature, coolant temperature, G-Force meters, boost. | ||
Not all parameters will work - this depends on the ECU, Gateway, and Instrument cluster - which all take part in the data communication. | Not all parameters will work - this depends on the ECU, Gateway, and Instrument cluster - which all take part in the data communication. | ||
Line 5: | Line 5: | ||
Activation requires enabling adaptation channels and uploading valid FEC code for SportHMI. | Activation requires enabling adaptation channels and uploading valid FEC code for SportHMI. | ||
=== | == Sport HMI activation == | ||
// | There are two things needed: | ||
=== Adaptation === | |||
Enabling proper adaptation channels: | |||
* <code>0x05F → adaptation → Car_Function_Adaptations_Gen2 → [LO]_menu_display_SportHMI → on</code> | |||
* <code>0x05F → adaptation → Car_Function_Adaptations_Gen2 → [LO]_menu_display_SportHMI_over_threshold_high → on</code> | |||
=== | === FEC / SWaP code === | ||
uploading valid FEC / SWaP code to module 0x5F: | |||
* <code>00060400</code> | |||
//TODO | //TODO | ||
[[Category:Coding and Adaptation]] | [[Category:Coding and Adaptation]] | ||
=== Audi SportHMI === | |||
Many say that there's no SportHMI for Audi. Well... I'm not going to believe them without checking it on my own. Reasearch can be found here: [[SPORT HMI for Audi]]. |
Latest revision as of 11:13, 19 January 2025
In Volkswagen, SEAT, and Skoda vehicles with MIB2, there's Sport HMI (VW Performance Monitor, SEAT Sport Information, Skoda Sport Information). It's CAR menu extension that shows live data from the vehicle: torque, power, oil temperature, coolant temperature, G-Force meters, boost.
Not all parameters will work - this depends on the ECU, Gateway, and Instrument cluster - which all take part in the data communication.
Activation requires enabling adaptation channels and uploading valid FEC code for SportHMI.
Sport HMI activation
There are two things needed:
Adaptation
Enabling proper adaptation channels:
0x05F → adaptation → Car_Function_Adaptations_Gen2 → [LO]_menu_display_SportHMI → on
0x05F → adaptation → Car_Function_Adaptations_Gen2 → [LO]_menu_display_SportHMI_over_threshold_high → on
FEC / SWaP code
uploading valid FEC / SWaP code to module 0x5F:
00060400
//TODO
Audi SportHMI
Many say that there's no SportHMI for Audi. Well... I'm not going to believe them without checking it on my own. Reasearch can be found here: SPORT HMI for Audi.