Overview
BMW’s 3.0L inline-6 diesel. The first diesel engine in the project profile set; DPF state and EGR cooler behaviour are the unique diagnostic surface.
Common models
F10 530d/535d; F01 730d; F15 X5 xDrive30d; F25 X3 xDrive28d/35d; F32 435d; late E90 335d.
Supported live-data parameters
Beemuu’s N57 profile reads 30 parameters from the engine control module. 21 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 |
oil | Oil temp [UNVERIFIED placeholder] | °C | local:10 | temp_u8 | ⚠ unverified |
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 (EGR/shutdown valve) | % | 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 (DDE) [needs verification] | V | did:4002 | u16_tenths | ⚠ unverified |
hpfp_rail | Rail pressure (common rail) [needs verification] | MPa | did:44F0 | u16_tenths | ⚠ unverified |
boost_cmd | Boost command (relative) [needs verification] | kPa | did:4367 | u16_tenths | ⚠ unverified |
maf | Mass air flow [needs verification] | kg/h | did:4077 | u16_div100 | ⚠ unverified |
ambient_pres | Ambient pressure (DDE) [needs verification] | kPa | did:4003 | u16_div100 | ⚠ unverified |
dme_temp | DDE temperature (signed, 0.25C resolution) [needs verification] | C | did:4001 | s16_div4 | ⚠ unverified |
eng_torque | Engine torque (signed) [needs verification] | Nm | did:4500 | s16_div100 | ⚠ unverified |
lambda_1 | Lambda bank 1 [needs verification] | did:400B | u8_div100 | ⚠ unverified | |
inj_time | Injection time (per cylinder) [needs verification, UDS only] | ms | did:4363 | u8_div100 | ✓ verified |
gear | Gear position (EGS) [needs verification, UDS only] | did:DA0A | u8_enum | ✓ verified | |
engine_state | Engine state (DDE) [needs verification, UDS only] | did:4004 | u8_enum | ✓ verified | |
glow_plug | Glow plug state (DDE) [needs verification, UDS only] | did:4036 | u8_enum | ✓ verified | |
dpf_state | DPF state (DDE) [needs verification, UDS only] | did:4038 | u8_enum | ✓ verified | |
dpf_regen | DPF regeneration (DDE) [needs verification, UDS only] | did:4039 | u8_enum | ✓ verified | |
dpf_ash | DPF ash load (DDE) [needs verification, UDS only] | did:403A | u8_enum | ✓ verified | |
dpf_soot | DPF soot load (DDE) [needs verification, UDS only] | did:403B | u8_enum | ✓ verified | |
nox_sensor | NOx sensor state (DDE) [needs verification, UDS only] | did:403E | u8_enum | ✓ verified | |
exhaust_temp | Exhaust temp sensor (DDE) [needs verification, UDS only] | did:4042 | u8_enum | ✓ verified | |
egr_cooler | EGR cooler efficiency (DDE) [needs verification, UDS only] | did:4047 | u8_enum | ✓ verified |
Common N57 faults worth scanning for
DPF regeneration failures on short-trip driving; EGR cooler clogging; swirl-flap failures; intake-manifold runner failures; turbocharger actuator wear.
For BMW-specific fault codes that come up on the N57, 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.
N57 questions
What is the N57 engine?
BMW’s 3.0L inline-6 diesel. The first diesel engine in the project profile set; DPF state and EGR cooler behaviour are the unique diagnostic surface.
How do I connect Beemuu to a N57 car?
UDS over DoIP is the standard. E-series N57 uses KWP2000 over K+DCAN; F/G-series N57 uses UDS over DoIP via an ENET cable.
What live-data parameters does Beemuu read?
30 parameters; 21 verified, the rest seeded and pending real-car validation.
What should I check first?
DPF regeneration failures on short-trip driving; EGR cooler clogging; swirl-flap failures; intake-manifold runner failures; turbocharger actuator wear.