View on GitHub

FISCuntrol

FIS Control for the masses.

Welcome to FISCuntrol

FISCuntrol is an custom FIS display for Volkswagens. By combining an FT232RL KKL cable, an Ardinuo Uno and an RTC (the DS1307), the stock cluster can be used to display information. Just like VCDS, FISCuntrol uses the KWP1281 protocol and is able to login to specific modules within the car and retrieve useful measuring blocks.

Sticking with the OEM look, the module is designed to be incorporated into the original cluster and stalk for ease of use. Therefore, the keys for interaction are:

Features:

Future Features:

Contribute:

Currently, the source code is being revised by Adam Forbes. Comments and suggestions are more than welcome. In fact, they would be appreciated. I have built this for me, but I’d to hear what you would like to see in it.

If you’d like to buy me a beer or donate to the cause, my PayPal is:

adamforbes@hotmail.com facebook.com/adamforbes92

What is supported?

Defined Groups:

int engineGroups[NENGINEGROUPS] = {2, 3, 31, 32, 115}; int dashboardGroups[NDASHBOARDGROUPS] = { 2 };

As seen above, the two defined groups are for the Engine (ECU) and the Cluster (dashboard). In the future, these will likely expand to become the other available modules:

#define ADR_Engine 0x01 // Engine

#define ADR_Gears 0x02 // Auto Trans

#define ADR_ABS_Brakes 0x03

#define ADR_Airbag 0x15

#define ADR_Dashboard 0x17 // Instruments

#define ADR_Immobilizer 0x25

#define ADR_Central_locking 0x35

#define ADR_Navigation 0x37

Build Your Own:

Everyone loves a bit of DIY, so build your own. You’ll need:

Texto alternativo.

Texto alternativo.

Texto alternativo.

Texto alternativo.

Texto alternativo.

The Buck Converter is a 5v, 3A version. That will power the Ardinuo, the RTC and the KKL cable.

Prepare the KKL Cable

The hack designed by Andrew consists of taking advantage of the LM comparator that incorporates the cable OBD to use it with the Arduino through SofwareSerial.

Texto alternativo.

The result is this:

Texto alternativo.

Connections between Arduino and the Peripherals:

The Ardinuo will be powered from the 5v Buck Converter:

Texto alternativo.

Texto alternativo.

Texto alternativo.

The cluster pins must be connected to the Ardinuo pins:

Note:

Pin Outs

Now connect the Ardinuo to the following pins: RX -> 2

TX -> 3

Stalk Push Up -> 4

Stalk Push Down -> 5

Stalk Push Reset -> 6

Switched Ignition (through a 10k resistor) -> 7;

FIS Clock -> 13

FIS Data -> 11

FIS Enable -> 8

Acknowledgements & Contact:

This project would not have been possible without the help of:

You can get in touch for any queries through the Issue List or send me an email to adamforbes@hotmail.com.