Overview
Naturally aspirated 2.5L / 3.0L inline-6 with the Valvetronic variable lift system. Reliable engine, but the intake manifold and the oil-filter housing gasket are known failure points (BMW calls the V8 valley area a valley pan; this is the N52’s gasket-related failure).
Common models
E90/E91 325i/328i/330i; E60 525i/528i/530i; E83 X3; E85 Z4.
Supported live-data parameters
Beemuu’s N52 profile reads 10 parameters from the engine control module. 9 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 | °C | obd:0F | temp_u8 | ✓ verified |
load | Engine load | % | obd:04 | percent_a | ✓ verified |
throttle | Throttle position | % | obd:11 | percent_a | ✓ verified |
map | Manifold pressure | kPa | obd:0B | u8 | ✓ 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 |
Common N52 faults worth scanning for
Valve cover gasket oil leaks (BMW colloquially calls the area below the intake a valley pan; the N52’s valley-pan area is a known oil-leak source); intake manifold flap-motor failures; oil-filter housing gasket leaks; VANOS solenoid clogging.
For BMW-specific fault codes that come up on the N52, 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.
N52 questions
What is the N52 engine?
Naturally aspirated 2.5L / 3.0L inline-6 with the Valvetronic variable lift system. Reliable engine, but the intake manifold and the oil-filter housing gasket are known failure points (BMW calls the V8 valley area a valley pan; this is the N52’s gasket-related failure).
How do I connect Beemuu to a N52 car?
KWP2000 is the standard. E-series N52 uses KWP2000 over K+DCAN; F/G-series N52 uses UDS over DoIP via an ENET cable.
What live-data parameters does Beemuu read?
10 parameters; 9 verified, the rest seeded and pending real-car validation.
What should I check first?
Valve cover gasket oil leaks (BMW colloquially calls the area below the intake a valley pan; the N52’s valley-pan area is a known oil-leak source); intake manifold flap-motor failures; oil-filter housing gasket leaks; VANOS solenoid clogging.