Bmw Ibus Interface Program Software

Hi All, I have only seen a few topics on this forum about interfacing arduino with the BMW iBus. I am restoring a 1993 BMW 850CI and I am looking to replace the MID, Radio and temperature controller with a Android based tablet that will communicate via Bluetooth to the Arduino controller. I am not sure what all this entails but am willing to work on this project and looking for advice from others who may have already done something similar. Any references as to where to start would be appreciated. Not sure which Arduino components etc I need to start with to get this project off the ground. Your advice is much appreciated.

Samodeljnie kopirovschiki domofonnih klyuchej. You wouldn’t use a crooked ruler, would you?

6# Download the 'M. Prog 3.5' to modify the programming of the eeprom. The Resler interface works with 4 outputs (ibus, 12v, gnd. Now you can use navcoder or other i-bus software. Member BMW CCA Member.

Hi Robin2, I looked at this thread before posting which was helpful. You were a major contributor to this post so I appreciate your experience in the Arduino space. The additional help that I need is what Arduino hardware controller / bluetooth shield I need so I can get started with capturing the data stream from the iBus via bluetooth.

In my research process I did find some additional info on other sites in reference to an android app that was created for a different model BMW so I am in the process of downloading that reference and see how they may of utilized the data captured to then output to the android device. Also I am gathering info from web on the IHKA controller which controls the different flap stepper motors in the AC/Heat system. From my reasearch I see that there are three Buses that work together the KBus, iBus and MBus. Hi Kish, I've got quite a lot of experience with the iBus and BMW electronics in general, and will try and help where possible.

Hardware wise, you have a couple of choices. Most of the LIN bus transceiver chips (eg MCP2025) can be made to work, but I never found it very easy to deal with bus contention, where two devices are trying to talk on the iBus at the same time. For testing purposes, they should be fine, and are cheap and readily available. Going forwards, I would advise you to track down the Melexix TH3122. This deals with bus contention much better, and has proven totally reliable in my circuit. The nice thing about these chips, is that they both have a built in 5v regulator that can power the Arduino.

Not sure about the Bluetooth side, but I suspect anything that can transmit serial data would work. I would also suggest you get a Resler iBus interface & Navcoder software. Both of these will make bench testing much easier. Hi Robin2 - I think Ian helped out with your question about how to send the ibus info to arduino.

Hi Ian, I have seen your posts on this forum and I also have seen some posts on a few bmw forums. Your help is appreciated.

So what I understood from your post is that I should use Resler's iBus interface and Navcoder to get all the hex values for the different key presses and various data from the different systems and use this info to help develop the app for Android. Can I connect Resler's iBus interface to the Arduino Mega ADK through the USB host on the board and use a ble 4.0 bluetooth shield from seed for example and connect the tablet via bluetooth to send and transmit the different data. I understand I would need to create an app on the Android device to generate and capture the data. From what I have read and I am understanding is the Melexsis TH3122 chip in Resler's iBus allows the single wire iBus interface to convert to RX / TX and allows for the proper bus contention / collision detection as you mentioned above. Do you know what stepper motors are used in the AC system to control the mixing flaps? Not sure if I am on the correct path for this project.

Thanks to both of you for the help so far.

*** Project: Arduino & BMW K/I-Bus Interface *** This project was born because I chose to do a simple task the hard way. I have a hard-wired radar detector in my E46 BMW – an Escort Redline. The wiring kit includes an alert LED which flashes whenever the radar detector picks up a police radar band. The LED was the perfect brightness during day time, but was a ridiculously bright eye sore in the night time. Instead of simply using a photo-resistor to solve this issue, I decided I wanted to use the already available light sensor in the car.

The Rain/Light Sensor is mounted on on the top center of the windshield. It’s purpose is to: 1) Detect rain on the windshield to automatically turn on the wipers and set a proper wiper speed 2) Detect ambient lighting to control automatic headlight operation It turns out the Rain/Light Sensor is connected to the cars’ internal serial communications bus. This is when I discovered the world of the BMW I/K-Bus. The K-Bus is a standard bus protocol for automobile electronics. In other words, it is a way for devices within a car to communicate with each other.