Overview
Replaced the N54 across the model range. Single twin-scroll turbo instead of two small turbos. More reliable than the N54 but still direct-injection, so still HPFP-sensitive.
Common models
E90 335i; F30 335i; F22 M235i; F32 435i; F10 535i; E70 X5 35i.
Supported live-data parameters
Beemuu’s N55 profile reads 25 parameters from the engine control module. 24 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 | % | 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) [UDS only] | did:DA0A | u8_enum | ✓ verified | |
engine_state | Engine state (DME) [needs verification, UDS only] | did:4004 | u8_enum | ✓ verified | |
knock_detect | Knock detection (DME) [needs verification, UDS only] | did:401F | u8_enum | ✓ verified | |
ltft_bank1 | Long-term fuel trim, bank 1 (DME) [needs verification, UDS only] | % | did:1201 | s16_div100 | ✓ verified |
idle_adaptation | Idle adaptation (DME) [needs verification, UDS only] | % | did:1202 | s16_div100 | ✓ verified |
Common N55 faults worth scanning for
Direct-injection HPFP failures (inherits from N54 design); ignition coil failures (especially on early production); charge-pipe separation; VANOS solenoid clogging.
For BMW-specific fault codes that come up on the N55, 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.
N55 questions
What is the N55 engine?
Replaced the N54 across the model range. Single twin-scroll turbo instead of two small turbos. More reliable than the N54 but still direct-injection, so still HPFP-sensitive.
How do I connect Beemuu to a N55 car?
Mixed (KWP2000 on E-series; UDS over DoIP on F-series) is the standard. E-series N55 uses KWP2000 over K+DCAN; F/G-series N55 uses UDS over DoIP via an ENET cable.
What live-data parameters does Beemuu read?
25 parameters; 24 verified, the rest seeded and pending real-car validation.
What should I check first?
Direct-injection HPFP failures (inherits from N54 design); ignition coil failures (especially on early production); charge-pipe separation; VANOS solenoid clogging.