CANhack.de CAN-Interface RKS+CAN
CAN Hardware, CAN Software, CAN Protocols - CAN Bus Forum for Your CAN Bus Project.

VW / Audi Komfort CAN | Posts 16+

 
Go to page: Previous  1, 2
New Topic Reply 🔗 🖨 CANhack.de - Index » Interior / Comfort CAN
Author Message
Deko



Joined: 05/11/2016
Posts: 7
Karma: +2 / -0   Thank you, like it!


Free account, no CAN development support

CAN-Diagnose likes this.
Post07-09-2016, 18:02    Subject: Quote

muurman wrote:
id 531h

11h = left turn signal.
12h = right turn signal.

40h = brake
51h = brake light + left turn signal.
52h = brake light + turn signal right



Here are my findings while developing a custom LED "flow" turn signal for my Audi A4 (8E).
531 has 2 bytes.
b1 = headlights (haven't really looked into this one).
b2 = blinker, among other things.

byte = 8 bits.
bit 1 => 1 - left turn signal.
bit 2 => 1 - right turn signal.
bit 4 => 1 - turn signal on, 0 - turn signal off.

Here are a couple of values I've observed from my device:

Alternatively:

I've noted the following values from my device:
Here's the translation:

"The reasons for these differences might include situations like activating the brake lights while the turn signal is also engaged."
Left turn signal active: 0x11, 0x51, 0x91, 0xD1.
Left turn signal OFF: 0x01, 0x41, 0x81, 0xC1.

The right turn signal follows the same structure; simply check the second bit to determine if it's on (0x12) or off (0x02).

Warning light.
0x1B as ON.
0x5B as ON + brake lights.
0x9B as ON + OEM DRL.
0xDB as ON + OEM DRL + brake lights.

"Subst. 0x10 to disable warnings."
0x0B as OFF.
0x4B ... turn signal + brake lights.
and so on.
Project: Audi R4


Translated on 09-08-2026, 17:00.
Back to top Profile PM
shorty54



Joined: 11/22/2012
Posts: 2
Karma: +0 / -0   Thank you, like it!
Location: France Est

Free account, no CAN development support

Post17-03-2017, 10:58    Subject: VW/Audi Comfort CAN Bus System Quote

I might be able to help you. I have an Audi S3 8L from 2003 that also uses CAN bus technology. Our cars are from the same generation. I've decoded some IDs...

svenni wrote:
Hi,

I'm very interested in getting some information. I own a Volkswagen Golf IV from 2003, which already has the Comfort CAN bus system. It has a combination instrument panel with the large navigation display, and I would like to modify the following things via the CAN bus:

- Add a menu entry to the MFA (Multi-Factor Authentication) menu.
- Displaying arbitrary text and potentially graphics on the screen.


I just want to add a few features, like displaying the oil temperature and intake air temperature.

Unfortunately, my car's navigation system is still connected via 3G, which means I can't log the CAN bus data.

Can you help me?

Thank you and best regards,
Sven
.


Translated on 09-08-2026, 17:05.
Back to top Profile PM
New Topic Reply 🔗 🖨 CANhack.de - Index » Interior / Comfort CAN
Go to page: Previous  1, 2
Similar articles and topics
Topic Forum
No new posts Audi Comfort CAN Interior / Comfort CAN
No new posts Audi Comfort CAN... Looking for the ID from the phone int... Interior / Comfort CAN
No new posts VW T6 Comfort-CAN Vehicle-specific Hardware and Pin Assignments
No new posts CAN Bus Sniffer: VW Comfort CAN Analysis CAN Bus General
Jump to:  
You cannot post new topics in this forum.