What this procedure applies to
N52 (E-series 2.5/3.0L), N54 (E-series twin-turbo), N55 (E-series 3.0L and some F-series), B48/B58 where equipped with Valvetronic. Targets the DME (0x12).
When to use it
After replacing the Valvetronic eccentric shaft, the servo motor, or the DME. After a low-voltage event that threw the DME into a fault state. After a reflash. Any time the DME reports a Valvetronic position-sensor range/performance code.
Steps
- Connect Beemuu and read the current Valvetronic position.
Before reset, the eccentric-shaft position should report within its learned range. If it’s stuck at a limit, the adaptation values are bad.
- Run the adaptation-reset routine.
Targets the DME (0x12). The DME clears its learned eccentric-shaft zero-point and the servo-motor offset.
- Start the engine and idle for 5 minutes.
The DME relearns the zero-point during the idle phase. Do not touch the accelerator.
- Drive a 15-minute mixed-cycle drive.
Idle, light acceleration, deceleration, partial throttle. The DME finalises the adaptation during the drive.
- Verify.
Re-read the Valvetronic position values. The reported range should now match the learned range and the fault should be gone.
Adaptation reset is a write path but a low-risk one — the DME relearns on its own during the next few drive cycles. Use a battery maintainer; do not interrupt the car during the relearn.
Valvetronic adaptation is on the known-missing list in docs/validation/service-functions.md per the v0.8.0 audit. The routine ID in service_functions.rs is a placeholder. Real chassis require a known-good routine ID that the project does not have in-repo. Treat as a placeholder.
Related procedures
CBS (Condition Based Service) — CBS reset on a BMW.
Steering-angle sensor calibration — Steering-angle sensor calibration.
Valvetronic adaptation questions
Is the Valvetronic adaptation routine ID verified?
No. The routine ID in the project is a placeholder per the v0.8.0 audit. Real BMW modules expect specific IDs that the project does not have in-repo.
What chassis does this apply to?
N52 (E-series 2.5/3.0L), N54 (E-series twin-turbo), N55 (E-series 3.0L and some F-series), B48/B58 where equipped with Valvetronic. Targets the DME (0x12).
Is this a write path?
Yes. Service functions write to the target ECU. Use a battery maintainer and follow the safety guidance in the procedure.
Can I trust the procedure without a real-car report?
No. The procedure describes the general shape; the routine ID itself needs to be verified against ISTA on a real chassis.