Overview
The current 3.0L turbo inline-6 powering most x40i models and the Toyota GR Supra.
Common models
F22 M240i; F30 340i; G20 M340i; G29 Z4 M40i; G01 X3 M40i; Toyota GR Supra 3.0.
Supported live-data parameters
Beemuu’s B58 profile reads 22 parameters from the engine control module. 20 are marked verified — sourced from the OBDb DID database and confirmed against the project’s own OBDb-verified community data set. The remaining parameters are seeded from standard OBD-II PIDs or marked as BMW-specific but pending real-car verification.
Each parameter has a query path (either an OBD-II PID like obd:0C or a BMW-specific identifier) and a decoder (how raw bytes are converted to engineering units). The full schema is documented in docs/DECODE_FUNCTIONS.md.
| Parameter ID | Label | Unit | Query path | Decoder | Status |
|---|---|---|---|---|---|
rpm | Engine speed | rpm | obd:0C | u16_quarter | ✓ verified |
coolant | Coolant temp | °C | obd:05 | temp_u8 | ✓ verified |
iat | Intake air temp (post-IC) | °C | obd:0F | temp_u8 | ✓ verified |
map | Manifold pressure (abs) | kPa | obd:0B | u8 | ✓ verified |
baro | Barometric pressure | kPa | obd:33 | u8 | ✓ verified |
load | Engine load | % | obd:04 | percent_a | ✓ verified |
throttle | Throttle position | % | obd:11 | percent_a | ✓ verified |
speed | Vehicle speed | km/h | obd:0D | u8 | ✓ verified |
volt | Module voltage | V | obd:42 | u16_milli | ✓ verified |
ambient | Ambient temp | °C | obd:46 | temp_u8 | ✓ verified |
battery_v | Battery voltage (DME) | V | did:4002 | u16_tenths | ✓ verified |
hpfp_rail | HPFP rail pressure | MPa | did:44F0 | u16_tenths | ✓ verified |
boost_cmd | Boost command (relative) | kPa | did:4367 | u16_tenths | ✓ verified |
maf | Mass air flow | kg/h | did:4077 | u16_div100 | ✓ verified |
ambient_pres | Ambient pressure (DME) | kPa | did:4003 | u16_div100 | ✓ verified |
dme_temp | DME temperature (signed, 0.25C resolution) | C | did:4001 | s16_div4 | ✓ verified |
eng_torque | Engine torque (signed) | Nm | did:4500 | s16_div100 | ✓ verified |
lambda_1 | Lambda bank 1 | did:400B | u8_div100 | ✓ verified | |
inj_time | Injection time (per cylinder) [needs verification, UDS only] | ms | did:4363 | u8_div100 | ✓ verified |
gear | Gear position (EGS) | did:DA0A | u8_enum | ✓ verified | |
engine_state | Engine state (DME) [needs verification] | did:4004 | u8_enum | ⚠ unverified | |
knock_detect | Knock detection (DME) [needs verification] | did:401F | u8_enum | ⚠ unverified |
Common B58 faults worth scanning for
Charge-pipe boost leaks (especially the plastic-to-metal joint on early production); VANOS solenoid clogging on higher-mileage cars; thermostat-related P0128 codes.
For BMW-specific fault codes that come up on the B58, see the DTC index — particularly the fuel-pressure, VANOS and boost-pressure families. The project’s community opinions have per-code repair paths contributed by owners and indie technicians.
B58 questions
What is the B58 engine?
The current 3.0L turbo inline-6 powering most x40i models and the Toyota GR Supra.
How do I connect Beemuu to a B58 car?
UDS over DoIP is the standard. E-series B58 uses KWP2000 over K+DCAN; F/G-series B58 uses UDS over DoIP via an ENET cable.
What live-data parameters does Beemuu read?
22 parameters; 20 verified, the rest seeded and pending real-car validation.
What should I check first?
Charge-pipe boost leaks (especially the plastic-to-metal joint on early production); VANOS solenoid clogging on higher-mileage cars; thermostat-related P0128 codes.