Introduction: Hack Your Car
- Add an Aux-In or music jukebox
- Remap steering wheel buttons
- Remove the Nav warning screen
- Display text like emails and SMS on your Sat Nav, radio, or dashboard
- Access engine and performance data like air/fuel ratio, oil pressure/temp, and VANOS
- Code retrofit parts like rain sensors, run-flat tires, theft alarms, and keys
- Access the proprietary error logs to troubleshoot engine, transmission, or accessory problems.
Continue to the next step and I'll answer a few questions, then I'll show you how to build your own.
Step 1: What Is It?
The Car Kracker is a microcontroller with a bit of hardware to talk to your car. It plugs into a connector in the trunk and has several default modes built-in;
- Audio Jukebox Mode: Play music stored on an SD card
- Advanced Diagnostics Mode: Remove the Nav warning screen, access error logs and read / modify ECU characteristics
- Bus Sniffer: Display data traffic and send test packets
- Audio Aux-In Mode: Enable Aux input to stereo headunits
- Traffic Camera Alerter
- Automatic Audio sync
- Auto Unlock: Unlock the doors when a specific Bluetooth device comes within range
- Data logger + phone home: Automatically send car location and speed via SMS
The Car Kracker works with the following cars;
-
BMW
- 3-Series, 1998 - 2007 (e46)
- 5-Series, 1995 - 2004 (e39)
- 7-Series, 1994 - 2001 (e38)
- X3, 2004 - 2010 (e83)
- X5, 1999 - 2006 (e53)
- Z4, 2002 - 2008 (e85, e86)
-
Mini
- One / Cooper / S, 2001 - 2006 (r50, r53)
- Convertible, 2005-2008 (r52)
-
Land Rover
- Range Rover, 1999 - 2003 (L30)
Unless you want to update the firmware on your Engine / Transmission, It's pretty much impossible - the data bus is designed so that errant / malfunctioning devices don't break anything. Changing preferences (like turning off the door gong) just updates the settings memory, the firmware doesn't change.
Credits
The Car Kracker builds on many people's work - Many thanks to Dr_Acula for respinning RS232, Jochen @ Navcoder, the BMWCoders forums, Rayman for audio playback, e46fanatics, and bimmerforums. Thanks Everybody!
Continue on and I'll show you how to make your own!
Step 2: Make It: Parts
Parts List

- P8X32A + Quick Proto
- Qty 47: Pin headers
-
Resistors;
- 1x 22k ohm, 1/4 Watt Resistor
- 5x 10k ohm, 1/4 Watt Resistors
-
Diodes;
- 1x 1n4148 Diode
- 1x 2n3904 BJT Transistor
- SD Card slot (Hirose DM-3D-SF)
The kit comes pre-programmed, but if you're building it yourself, you can grab the sourcecode right here. Here's the circuit we're going to build;

Check to make sure you have everything you need, warm up your soldering iron, and continue to the next step
Step 3: Make It: Assembly
Let's start by adding the 10k Resistors, they're marked with Brown - Black - Orange stripes and the 22k resistor;
Save the extra leads as you trim them off each resistor.
The diode and transistor - note the black stripe on one side of the diode. That side points down, as shown in the photo. The flat side of the transistor points down, too;
Using the extra wire from the resistors, add 5 jumpers to the board, I've marked them in the photo
Add the audio and bus connectors;
Now the microSD card slot - note that you don't have to add this unless you want the audio jukebox features.
Now the power connector and finally the header. It's easiest to first insert the header pins into the P8X32A board, then put your Quick Proto board on top
Assembly's all done. Let's test it out!
Step 4: Connect to Your Car
First, let's locate the data bus on your car;
1 - The Trunk
Even if your car didn't come with a CD changer, it's nearly always pre-wired for it. Open up your trunk and explore behind the felt panel on the driver's side. You'll find three cables - The 3 pin cable is your bus connection, and the 6 pin cable is the analog audio input to your stereo. You don't need the big 20 pin connector.
Plug the 3 pin and 6 pin cables into your Car Kracker;
2 - OBD2 Connector
The Trunk connection lets you access all the accessories in the car, but not the Engine Control Unit or Transmission Control Unit. To access the engine and transmission, you'll need to connect through the 'On Board Diagnostics' connector. It's in the car under the steering wheel, and looks like this;
Use a bit of jumper wire to connect each pin of the Car Kracker to these OBD pins;
The leftmost pin on the Car Kracker connects to pin 7 and pin 8 on the OBC port. The middle pin doesn't get connected. The rightmost pin gets connected to pin 5.
3 - Diagnostic Connector
Some cars will also have a diagnostic connector under the hood - mine has a huge connector which includes bus connections, and a couple other random things (like two connectors to reset the oil change reminder);
For the BMW 'Pacman' connector, connect the two data lines to the leftmost pin on your Car Kracker, and the Ground port to the rightmost pin.
When doing diagnostics, I usually use the Pacman connector - for audio and entertainment, I use the trunk connector.
Step 5: Using It: Connection Test
Now that you're connected, let's start using it!
Step 6: Using It: Audio Aux-In
Aux-In
The 6-pin header in the trunk connects to an analog audio input to your stereo. Unfortunately, the stereo won't tune into that audio input unless it thinks there's a CD changer connected in your car.The Car Kracker solves that problem by pretending to be a CD changer. Your stereo will think there's a CD changer and amplify whatever signal is coming in the analog in line. Here's how to set it up;
Step 1: CD Changer Emulation
With the Car Kracker connected to your car, turn it on without inserting an SD card. After a few moments, it will be CD changer emulation mode. Whatever audio signals come in through the CD changer audio connection will be played on your stereo.
Step 2: Headphone Jack Connection
You can connect whatever audio source directly to the 6-pin header in the trunk, although that can be inconvenient. You can use a Bluetooth A2DP adapter and play audio from your cell phone over bluetooth, or you can connect your audio source directly to your stereo. On the BMW 3-Series, you just pry off the fake wood panels on the dash with a butter knife. First the passenger side panel, then the middle panel;

and remove the two screws holding in the stereo;

Remove the connectors off the back and slide out the stereo;

You'll want to connect your left channel, right channel, and ground to the pins on the bottom;

You can run that cable out to the sunglasses box under the stereo or to the glove box.
A few notes on Aux-In;
- Your Car Kracker has to be powered up and connected to the car whenever you want to use Aux-input. You can power it up with 4xAA's batteries or connect it to a USB car charger.
- Not all head units need CD changer emulation - some have a second set of audio connectors just for Aux-input. In that case, you just need to construct a cable.
Step 7: Using It: Audio Jukebox
Jukebox Mode
Step 1: Pick your tunesThe Car Kracker plays back 44khz and 48khz stereo wav files so your MP3's and AAC's will need to be converted. I use Audacity for this - conversion takes just a few minutes.
Step 2: Load 'em up
SD cards up to 32GB are supported, copy your songs over to the SD card, cards up to 32GB are supported. You can use the buttons on your radio to move between albums and tracks - Albums are grouped by filename, your SD card should look something like this;
- 01_01.wav
- 01_02.wav
- 01_03.wav
- 02_01.wav
- 02_02.wav
- and so on...
Step 3: Listen!
Hit 'CD' on your radio - the first selection will change to the built-in CD player. The second time you hit 'CD', it will switch to our virtual CD changer. The CD1 and CD2 buttons change between albums, and the left and right arrows change between tracks
Step 8: Using It: Advanced Diagnostics
Setting it up takes two steps;
1 - Connect to your car
Connect your Car Kracker to your car and hold down the P6 button on boot up to enter diagnostics mode. To do diagnostics on the engine / transmission, you'll need to connect to the OBD / diagnostic connector instead of the Trunk connection.
2 - Setup the software
The Car Kracker is going to provide a physical connection between your car and computer. You're going to run software on your computer to actually collect the diagnostic data. You have a few choices;
INPA
INPA is not commercial software, it can be found on 'the usual sources'. I suspect it was originally for BMW re-certification and factory testing. Downloads usually include NCSExpert, WinkFP, and a few other tools.
INPA comes with EDIABAS, which needs to be configured. In c:\EDIABAS\BIN\EDIABAS.ini, make sure active interface is Interface =STD:OBD . Also, your Car Hacker needs to be assigned to COM1.
With INPA installed, start INPA(_.IPO). That will load EDIABAS and INPA will pop up. Select the type of car you have and the diagnostics you want to run and you're off to the races!
NAVCODER
Navcoder is commercial software, it is mostly designed to read accessory bus information (Radio / lights / Nav), not really for engine diagnostics. However, it's pretty handy and easy to use, especially when you want to do things like remove the Nav warning screen or change the speed sensitive volume on the stereo;

The free version did everything I needed it to do, but I ended up buying it just to say thanks.
Step 9: Using It: Dealer Customizations
What are customizations?
Customizations are ways to control the default behaviors of the electronics in the car. For instance;
- Should the nav warning screen be displayed?
- Should the gong sound be played whenever the door is open?
- Should there always be daylight running lights?
1 - Make sure INPA works
Also make sure you've installed NCSExpert, it usually comes with INPA.
2 - Use NCSExpert to change customizations
A full writeup on NCSExpert is up on M3 Cutters. I also use NCSDummy (on Bimmerforums) because NCSExpert is entirely in German and can be hard to understand.
NCSExpert will generate a file (usually C:\NCSEXPER\WORK\NETTODAT.TRC), open NCSDummy and it will load that file and allow you to edit it easily. Save the edit and write the revised file back to your car with NCSExpert.
Step 10: Using It: Bus Sniffing

Once you enter Bus Sniff mode, open up your Serial terminal program (Hyperterm, PuTTY, Parallax Serial Terminal) and connect to the COM port your Car Kracker is on at 115200 baud.
- The first byte of the message is the source; $00 = broadcast, $3B = Nav, $BF = Global
- The second byte is the length of the message, counting from the third byte
- The third byte is the destination - the mapping is the same as the source addresses
- The 4th byte begins the data itself.
-
The last byte is the checksum - it's calculated by XOR'ing each byte in the packet, here's the pseudo code;
checksum := 0
Repeat i from 0 to codelength
checksum := checksum xor (BYTE[code][i])
$00 $04 $BF $72 $06
From: Broadcast ($00) To: Global ($BF)
Data: $72 $06
Remote Unlock button pressed on Key fob
$00 $04 $BF $72 $26
From: Broadcast ($00) To: Global ($BF)
Data: $72 $26
Remote Unlock button released
Let's talk about customizing your Car Kracker to do all kinds of crazy stuff.
Step 11: Using It: Advanced Hacking
The Car Kracker was written to be reused! If you ever done a little programing, you can customize it to do all kinds of things. First, download the code and install the Propeller Tool (download). Open up 'KMB_Kracker_Demo.spin' and this is what you'll see;
This little program does two things; it helps you find your car in a crowded parking lot by blinking the clown nose when you hit unlock on your keys. It also remaps the R/T button on your steering wheel to pop open your trunk.
First, we start up the Kbus driver with Kbus.start(27,26), then we enter a loop. The loop first waits for an incoming kbus code. If the code matches 'remote home button pushed', it sends the 'Blink the Clown nose' code. If it sees the RTbutton has been pushed, it sends a 'TrunkOpen' Code.
Other functions available include;kbus.sendtext(@textptr)
Send text stored at the location given to the radio text displaykbus.textscroll(textptr)
Send text stored at the location give to the radio. Scroll it if too longkbus.checkforcode(time)
Wait for time (given in milliseconds) for an incoming code. Return -1 if no code was received. Return 1 if a code was received. The received code can then be compared using kbus.codecomparekbus.waitforcode
Wait until an incoming code is received. The received code can then be compared using kbus.codecompare.
35 Comments
11 years ago on Introduction
Really... it doesn't work on, say, anything else made in the 90s besides luxury convertibles and suburbans?... A Jeep perhaps? *uselessly hopeful*
Reply 11 years ago on Introduction
The Car Kracker uses ISO 9141, which was adopted by Ford, GM, Honda, Chrysler, Toyota, VW, and BMW's - I'd bet it would be on most cars from 1995-2005. However, the commands vary between manufacturers and models.
You'll just need to connect in Bus Sniffing mode to figure out what commands unlock the doors, turn on the lights, etc. Of course, every car is different.
Question 2 months ago
how to update my multi-media/navigation system
5 years ago on Step 2
Sounds great !
Since gadgetganster is dead, could you provide another link to the sourcecode ?
Reply 5 years ago
Hi,I found this, which looks to be the original source code: https://code.google.com/archive/p/car-kracker/dow...
If anyone could provide somewhere to purchase this, please let me know!
11 years ago on Introduction
I'm studying to become an Electrical Engineer at Baylor, I just bought this and needless to say I am EXTREMELY excited
Reply 5 years ago
Could you post the source code somewhere ? Because it's not available on gadgetganster anymore
5 years ago
Hello, Could anyone share the source code for this project? All links are dead :(
10 years ago on Introduction
I know you hate questions like this but:
Does it work with a BMW e36 318i?
I'm very excited about this project and I would be very interested about learning this stuff.. I'd like to study sth like this in 2 years so it would give an awesome insight into car electronics and stuff :)
Reply 6 years ago
I'm interested as well as it lists 90's E38,E39 and E46's but not the E36
7 years ago
Hi, may you expose your kit in youtube, and the sell page dont run.
Is possibile to connet it in E46 bmw radio (no aux mode switch beore 2001 year made alpine). for use like a cd charger and mp3 reading. (i'm sorry for my english i'm italian).
7 years ago
Can anyone provide the source code for this as the link no longer works?
8 years ago on Introduction
Really too bad this is not available anymore.
8 years ago
Anyone know what happened to gadget gangster? He seems to have just dropped off the face of the earth after 2012. It's dissapointing too cause a lot of his stuff was really awesome. Probably got recruited by the CIA or something to make tech for them...
8 years ago on Step 11
Where can I download the parallax code. Gadget Gangster link is dead
8 years ago on Introduction
OMG AWESOME !!!!
8 years ago
Are you still selling car kracker 3?
11 years ago on Introduction
I have an e46 and am looking to purchase this soon. I recently performed an auto to 5 speed transmission swap and was looking to recode my DME. Does this handle that? Or would I still have to go and purchase sort of kit that communicates with EDIABAS?
Reply 11 years ago on Introduction
This is perfect for recoding - it will communicate with EDIABAS, just boot it up in Diagnostic mode.
Reply 9 years ago
Can I couple this device with a third-party keyless entry system so that my car would unlock everytime I come near it with my telephone?