Pages: 1 2 [3]
Author Topic: MK6 VW canbus  (Read 27400 times)
dream3R
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 1194


« Reply #30 on: September 12, 2015, 11:06:52 PM »

Bosch CAN spec.

Logged



How to work out values from an A2L Smiley

http://nefariousmotorsports.com/forum/index.php?topic=5525.msg52371#msg52371


Starting Rev's http://nefariousmotorsports.com/forum/index.php?topic=5397.msg51169#msg51169

noobs read this before asking http://nefariousmotorsports.com/forum/index.php?topic=9014.0title=


ORGORIGINAL 05 5120 creator for Volvo
ORIGINAL Datalogger (Freeware) Author
ORGINAL finder of the 'extra' torque' limits
I don't have ME7.01 A2L I just use ID
dream3R
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 1194


« Reply #31 on: September 12, 2015, 11:18:37 PM »

Lastly freeware canhacker/ardunio sofware https://github.com/hackingvolvo
Logged



How to work out values from an A2L Smiley

http://nefariousmotorsports.com/forum/index.php?topic=5525.msg52371#msg52371


Starting Rev's http://nefariousmotorsports.com/forum/index.php?topic=5397.msg51169#msg51169

noobs read this before asking http://nefariousmotorsports.com/forum/index.php?topic=9014.0title=


ORGORIGINAL 05 5120 creator for Volvo
ORIGINAL Datalogger (Freeware) Author
ORGINAL finder of the 'extra' torque' limits
I don't have ME7.01 A2L I just use ID
dream3R
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 1194


« Reply #32 on: September 12, 2015, 11:19:29 PM »

Lastly freeware canhacker/ardunio sofware https://github.com/hackingvolvo

will probably need modified for 11bit, not sure
Logged



How to work out values from an A2L Smiley

http://nefariousmotorsports.com/forum/index.php?topic=5525.msg52371#msg52371


Starting Rev's http://nefariousmotorsports.com/forum/index.php?topic=5397.msg51169#msg51169

noobs read this before asking http://nefariousmotorsports.com/forum/index.php?topic=9014.0title=


ORGORIGINAL 05 5120 creator for Volvo
ORIGINAL Datalogger (Freeware) Author
ORGINAL finder of the 'extra' torque' limits
I don't have ME7.01 A2L I just use ID
dream3R
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 1194


« Reply #33 on: September 12, 2015, 11:27:25 PM »

Interesting maybe http://copperhilltech.com/projects/ard1939/
Logged



How to work out values from an A2L Smiley

http://nefariousmotorsports.com/forum/index.php?topic=5525.msg52371#msg52371


Starting Rev's http://nefariousmotorsports.com/forum/index.php?topic=5397.msg51169#msg51169

noobs read this before asking http://nefariousmotorsports.com/forum/index.php?topic=9014.0title=


ORGORIGINAL 05 5120 creator for Volvo
ORIGINAL Datalogger (Freeware) Author
ORGINAL finder of the 'extra' torque' limits
I don't have ME7.01 A2L I just use ID
seishuku
Full Member
***

Karma: +13/-0
Offline Offline

Posts: 131


« Reply #34 on: September 18, 2015, 04:38:48 PM »

Ok, back on this a bit...

Still no success on the comfort bus, but I know for a fact it isn't a hardware issue, or anything about the way I'm sending the CAN message.
I just re-implemented my display setup to use the OBD2 port, and that works perfect, I can poll OBD2 PIDs super fast no problem, including multi-frame messages (such as 0x78, EGT sensors).

So, until someone tells me something I don't know about the MK6 VW CANbus, I'm just going to give up on this for now.

Though I haven't tried to play around on the powertrain bus, not that there's much useful there to me (other than reading messages, not much to transmit).

I guess really it's not a huge deal, the power window controls aren't exposed on this model's CANbus anyway, it's all on the LINbus now... So there goes my ideas for advanced remote windows (at least I can still roll up/down with the FOB, just not how I want to).
Logged
dream3R
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 1194


« Reply #35 on: September 18, 2015, 04:48:55 PM »

I've been thinking about this tonight (even checked the thread)

The canbus systems I have worked on (extensively - can send logs) are 29bit and apart from a race condition between my mcu and the phone module which was won by beating it to the punch I just used diag commands to do what I needed.

So, probably worth exploring those, there must be 'activations' for most things via factory tools for testing.

Actually I also auto enabled cruise control that was done by setting the correct bit not diag command, again different platform but it worked.

I have, as mentioned seen oddities with different mcu's like bit timing, etc too.  Mostly it just worked, but chipkit, for example I couldn't get to work @ 125k for sending when 500k would work, frames looked identical like you are saying too.

I feel your pain Smiley
« Last Edit: September 18, 2015, 04:50:46 PM by dream3R » Logged



How to work out values from an A2L Smiley

http://nefariousmotorsports.com/forum/index.php?topic=5525.msg52371#msg52371


Starting Rev's http://nefariousmotorsports.com/forum/index.php?topic=5397.msg51169#msg51169

noobs read this before asking http://nefariousmotorsports.com/forum/index.php?topic=9014.0title=


ORGORIGINAL 05 5120 creator for Volvo
ORIGINAL Datalogger (Freeware) Author
ORGINAL finder of the 'extra' torque' limits
I don't have ME7.01 A2L I just use ID
dream3R
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 1194


« Reply #36 on: October 09, 2015, 01:28:33 PM »

Ok, back on this a bit...

Still no success on the comfort bus, but I know for a fact it isn't a hardware issue, or anything about the way I'm sending the CAN message.
I just re-implemented my display setup to use the OBD2 port, and that works perfect, I can poll OBD2 PIDs super fast no problem, including multi-frame messages (such as 0x78, EGT sensors).

So, until someone tells me something I don't know about the MK6 VW CANbus, I'm just going to give up on this for now.

Though I haven't tried to play around on the powertrain bus, not that there's much useful there to me (other than reading messages, not much to transmit).

I guess really it's not a huge deal, the power window controls aren't exposed on this model's CANbus anyway, it's all on the LINbus now... So there goes my ideas for advanced remote windows (at least I can still roll up/down with the FOB, just not how I want to).


Is this Simos ECU?
Logged



How to work out values from an A2L Smiley

http://nefariousmotorsports.com/forum/index.php?topic=5525.msg52371#msg52371


Starting Rev's http://nefariousmotorsports.com/forum/index.php?topic=5397.msg51169#msg51169

noobs read this before asking http://nefariousmotorsports.com/forum/index.php?topic=9014.0title=


ORGORIGINAL 05 5120 creator for Volvo
ORIGINAL Datalogger (Freeware) Author
ORGINAL finder of the 'extra' torque' limits
I don't have ME7.01 A2L I just use ID
dream3R
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 1194


« Reply #37 on: October 09, 2015, 01:52:03 PM »

This might help http://jazdw.net/tp20
Logged



How to work out values from an A2L Smiley

http://nefariousmotorsports.com/forum/index.php?topic=5525.msg52371#msg52371


Starting Rev's http://nefariousmotorsports.com/forum/index.php?topic=5397.msg51169#msg51169

noobs read this before asking http://nefariousmotorsports.com/forum/index.php?topic=9014.0title=


ORGORIGINAL 05 5120 creator for Volvo
ORIGINAL Datalogger (Freeware) Author
ORGINAL finder of the 'extra' torque' limits
I don't have ME7.01 A2L I just use ID
Pages: 1 2 [3]
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.017 seconds with 17 queries. (Pretty URLs adds 0s, 0q)