BMW E39 Phone Module (TEL) Integration

Explore the integration of the BMW E39 phone module using the TEL protocol on I-BUS, covering phone calls, BMBT menu, and Bluetooth integration.

By OpenBMW Team · 2026-05-24 · 10 views

Introduction

The BMW I-BUS is a communication protocol used in various BMW models to facilitate communication between different electronic systems within the vehicle. It plays a crucial role in controlling components such as the radio, navigation system, and telephone equipment. The I-BUS is particularly prevalent in BMW models like the E39, which features an integrated phone module that communicates using this protocol.

The I-BUS architecture is based on the ISO 9141 standard and operates on a single-wire, open collector topology. This system allows multiple devices to communicate over a shared bus, with each device having a unique identifier. The phone module, identified by the device ID 0xC8, interacts with other components such as the graphics stage (GT), multi-information display (MID), and instrument cluster (IKE) to manage phone functionalities.

Physical Layer

The physical layer of the I-BUS is characterized by its open collector topology, where the bus is connected to a +12V supply through a pull-up resistor. This configuration ensures that the bus is normally at a high voltage level when idle. When a device transmits data, it pulls the bus to ground, creating a low voltage level that represents a logical '0'.

The wire used for the I-BUS is typically a single conductor, often color-coded for identification within the vehicle's wiring harness. This simple yet effective setup allows for robust communication between various electronic modules without interference from other electrical systems in the car.

Communication Parameters

The I-BUS communication is set up with specific parameters to ensure reliable data transmission. The bus operates at a baud rate of 9600, with 8 data bits, even parity, and one stop bit. These settings are crucial for maintaining synchronization between devices and ensuring that data packets are correctly interpreted by the receiving modules.

Packet timing is also an essential aspect of I-BUS communication. Devices must adhere to specific timing constraints to avoid collisions and ensure that messages are transmitted and received without errors. The system's design accommodates these requirements, allowing for efficient data exchange even in a complex network of devices.

Packet Structure

The packet structure on the I-BUS is designed to facilitate clear communication between devices. Each packet consists of several components: the Source Device ID, Length, Destination Device ID, Data, and XOR Checksum. The Source Device ID identifies the sender, while the Destination Device ID specifies the intended recipient.

Data within the packet contains the actual message or command being transmitted. The XOR Checksum is a crucial part of the packet, used to verify the integrity of the message. It is calculated by performing a byte-by-byte XOR operation on all bytes in the packet, ensuring that the receiver can detect any errors that may have occurred during transmission.

Device ID Table

The I-BUS system assigns unique identifiers to each device, ensuring that messages are correctly routed within the vehicle's network. The following table lists the known device IDs for the E39 model:

IdDevice name
00Broadcast
18CDW - CDC CD-Player
3BNAV Navigation/Videomodule
50MFL Multi Functional Steering Wheel Buttons
60PDC Park Distance Control
68RAD Radio
6ADSP Digital Sound Processor
80IKE Instrument Kombi Electronics
BBTV Module
BFLCM Light Control Module
C0MID Multi-Information Display Buttons
C8TEL Telephone
D0Navigation Location
E7OBC TextBar
EDLights, Wipers, Seat Memory
F0BMB Board Monitor Buttons
FFBroadcast

Collision Detection & Arbitration

The I-BUS employs a collision detection and arbitration mechanism to manage data traffic and ensure that messages are transmitted without interference. The Instrument Kombi Electronics (IKE) plays a pivotal role in this process, monitoring the bus for collisions and resolving them through a priority-based system.

In the event of a collision, the IKE determines which device has the highest priority based on the message identifier. This priority system ensures that critical messages are transmitted first, maintaining the integrity and reliability of the communication network within the vehicle.

Hardware Interfacing

Interfacing with the I-BUS requires specific hardware components to manage the electrical characteristics of the bus. Open collector drivers are commonly used to interface with the I-BUS, allowing devices to pull the bus to ground for data transmission.

Additionally, microcontrollers with integrated UARTs (Universal Asynchronous Receiver-Transmitters) are used to handle the serial communication aspect of the I-BUS, ensuring that data is transmitted and received according to the specified communication parameters.

Software Tools

Several software tools are available for analyzing and interacting with the I-BUS. These tools allow technicians and enthusiasts to monitor bus traffic, decode messages, and even send custom commands to test and troubleshoot the system.

Such tools are essential for diagnosing issues within the I-BUS network and can be used to develop custom applications or integrations, such as aftermarket Bluetooth adapters that interface with the phone module.

Practical Example

A practical example of an I-BUS message is the command sent by the graphics stage (GT) to select the telephone from the main menu. The command is structured as follows:

3B 05 FF 20 02 0C EF

In this command, '3B' is the Source Device ID for the navigation/video module, '05' is the length of the packet, 'FF' is the Destination Device ID for broadcast, '20' is the command for selecting the telephone, '02' indicates a specific function within the command, '0C' is additional data, and 'EF' is the XOR checksum for verifying the packet's integrity.

This example illustrates the structured nature of I-BUS communication and highlights the importance of each byte in ensuring the correct execution of commands within the vehicle's electronic systems.

#E39 #telephone #TEL #0xC8 #Bluetooth #I-BUS
Frequently Asked Questions
How does the I-BUS handle multiple devices communicating simultaneously?
The I-BUS uses collision detection and arbitration to manage simultaneous communications, prioritizing messages based on device identifiers.
What is the significance of the XOR checksum in I-BUS packets?
The XOR checksum ensures the integrity of I-BUS packets by allowing the receiver to verify that the message was transmitted without errors.
Can aftermarket devices integrate with the BMW I-BUS?
Yes, aftermarket devices can integrate with the I-BUS using appropriate hardware interfaces and software tools to communicate with the vehicle's systems.
What role does the Instrument Kombi Electronics (IKE) play in the I-BUS?
The IKE manages bus arbitration and collision detection, ensuring that critical messages are prioritized and transmitted without interference.
What are the communication parameters for the I-BUS?
The I-BUS operates at 9600 baud with 8 data bits, even parity, and one stop bit, ensuring reliable communication between devices.