Hi there!
Let me preface this by saying that I am not in the car repair business, but I somehow got into the hobby involving car parts . And you people that work with cars are probably the ones that can offer some help.
My current project is basically connecting car instrument clusters to the computer for the purpose of playing games. Short demo clip of my project is here:
And the actual link to the project (if anyone wants to try it themselves): https://github.com/r00li/CarCluster
Doing this basically means either piecing together different CAN messages from various sources - usually forums such as this and/or simply brute forcing the CAN messages until you get what you want.
In the above demo video you can see this working fairly well, with one exception... speed needle occasionally drops to 0 even though it shouldn't. For the above PQ platform Polo this was traced to the CAN message 0xDA0. Nobody seems to be able to figure out what exactly needs to be sent there so we are filling the last two bytes with random data, which seems to keep the cluster mostly happy.
So I am looking for either somebody who ideally knows what is hiding in that CAN message, or... a few s long CAN bus traffic dump of a car that is in motion. Sadly this needs to be done from the actual instrument cluster/motor CAN bus and not through diagnostic port since the juicy data is mostly filtered out by the gateway. PQ platform cars seem to be mostly similar. So something like the Polo 6R/Superb 2, ... anything VW from around 2010 will probably do.
For the next step of the project I am also looking to add support for more modern MQB based clusters - targeting something like Golf 7 primarily. Again looking for a CAN bus traffic dump for one of the MQB based cars. All I need is a few seconds from a car that is in motion.
If anyone could provide this data I will be really grateful.
Let me preface this by saying that I am not in the car repair business, but I somehow got into the hobby involving car parts . And you people that work with cars are probably the ones that can offer some help.
My current project is basically connecting car instrument clusters to the computer for the purpose of playing games. Short demo clip of my project is here:
Doing this basically means either piecing together different CAN messages from various sources - usually forums such as this and/or simply brute forcing the CAN messages until you get what you want.
In the above demo video you can see this working fairly well, with one exception... speed needle occasionally drops to 0 even though it shouldn't. For the above PQ platform Polo this was traced to the CAN message 0xDA0. Nobody seems to be able to figure out what exactly needs to be sent there so we are filling the last two bytes with random data, which seems to keep the cluster mostly happy.
So I am looking for either somebody who ideally knows what is hiding in that CAN message, or... a few s long CAN bus traffic dump of a car that is in motion. Sadly this needs to be done from the actual instrument cluster/motor CAN bus and not through diagnostic port since the juicy data is mostly filtered out by the gateway. PQ platform cars seem to be mostly similar. So something like the Polo 6R/Superb 2, ... anything VW from around 2010 will probably do.
For the next step of the project I am also looking to add support for more modern MQB based clusters - targeting something like Golf 7 primarily. Again looking for a CAN bus traffic dump for one of the MQB based cars. All I need is a few seconds from a car that is in motion.
If anyone could provide this data I will be really grateful.