Open veso266 opened 6 months ago
I don't think I have exactly what you are looking for, but here are various codes captured from my vehicle. many of them are related to pressing buttons on the steering wheel (5x means I pressed it 5 times). I think the powerup/powerdown are turning on/off the amp, but I'm not 100% sure. They could be ignition on/off or radio on/off the 1 and 2 are just long captures which may or may not have me changing random things. This data is all a couple years old, so I don't remember the details of what I was capturing.
Hello there I have a test bench for PQ platform which you can see on the picture: https://imgur.com/fyGPqXu
On my Bench is RNS510 and 3C0 907 530 L gateway module
I would like to simulate ignition message I use MCP2515 module with my Arduino (seerduino the only difference is that u can also put it on 3.3V operation instead of 5V)
I also discovered that VW PQ cars have 3 canbuses: https://imgur.com/a/FAXZZzY Infotaiment - 100kbps Conveniences - 100kbps Drive train - 500kbps
I was able to throw together this little test program to trying to simulate ignition message I tried to use this library: https://github.com/autowp/arduino-mcp2515/tree/master
The problem is that nothing happens If I disconnect the gateway, connect to 100kbps inforaiment bus according to this gateway pinout
my radio (RNS510 is not happy: https://imgur.com/B4BlY3l) if gateway is connected, this is what RNS510 displays: https://imgur.com/PAH2PBI
The problem is that I have no acsess to any PQ vehicle anymore so I don't have any real data so maybe am I not generating a proper message or my wiring is not correct, I don't know
So I would like to try to come to a common denominator, like SW is OK, my Hardware is faulty, so I was wondering if you maybe have some example code that would simulate ignition or turn lights on your radio on and you know that it does work so I could be sure, ok, this code should generate a proper walkup message and my hardware/connnections is not OK
BTW: if I connect to a drive train (500kbps bus), I can clearly see proper messages
so maybe I just am not generating a proper walkup signal or my timings are not correct, idk
Thanks for Anwsering and Best Regards