Hello,
I want to create a small project will send me the total distance of the car and vin number
I’m using pi zero with canbus and connected it to the my car
I have try 2 speeds:
250kbps
this is what I got (this is just the first lines )
e[1me[34mcan0e[0m 110 [4] B4 23 34 D6
e[1me[34mcan0e[0m 012 [1] remote request
e[1me[34mcan0e[0m 004ACDA0 [1] remote request
e[1me[34mcan0e[0m 091 [4] A7 32 AA 07
e[1me[34mcan0e[0m 709 [0]
e[1me[34mcan0e[0m 091 [4] A7 32 AA 07
e[1me[34mcan0e[0m 654 [4] A7 32 AA 07
e[1me[34mcan0e[0m 1952CDA0 [4] remote request
e[1me[34mcan0e[0m 10437A5F [4] remote request
e[1me[34mcan0e[0m 44D [2] C7 32
e[1me[34mcan0e[0m 560 [2] C7 32
e[1me[34mcan0e[0m 091 [4] C7 B4 23 34
e[1me[34mcan0e[0m 11A6E2DF [4] remote request
e[1me[34mcan0e[0m 1A6E2DF0 [4] remote request
e[1me[34mcan0e[0m 1B8B7C20 [4] remote request
e[1me[34mcan0e[0m 70B [0]
and this in the 500kbps
and got many many pid
e[1me[34mcan0e[0m 0E0 [8] C5 7F FE 7F F1 40 FE FE
e[1me[34mcan0e[0m 0E1 [8] 7F F7 7F FF 7F DB A8 09
e[1me[34mcan0e[0m 19D [8] 38 2E B0 61 A8 08 00 D8
e[1me[34mcan0e[0m 299 [8] FF E0 00 18 A8 10 FF E0
e[1me[34mcan0e[0m 29A [8] 00 00 00 00 00 00 0A F5
e[1me[34mcan0e[0m 312 [8] 50 00 02 47 FF 40 A0 87
e[1me[34mcan0e[0m 378 [8] 3C 68 96 28 08 40 00 20
e[1me[34mcan0e[0m 563 [2] 2E B0
e[1me[34mcan0e[0m 15A [6] 3A 70 00 14 00 00
e[1me[34mcan0e[0m 15C [8] 1C 3C 31 E3 29 00 25 00
e[1me[34mcan0e[0m 15D [8] 5E 8B 82 F0 98 90 44 FE
e[1me[34mcan0e[0m 15E [8] 32 C3 29 36 63 29 71 8A
e[1me[34mcan0e[0m 44E [7] 47 4C C8 E1 17 52 4C
e[1me[34mcan0e[0m 2F7 [1] 44
e[1me[34mcan0e[0m 194 [6] FE 32 00 08 00 00
e[1me[34mcan0e[0m 18D [8] 32 94 88 AA 08 00 00 00
e[1me[34mcan0e[0m 18E [8] 00 00 00 00 00 00 48 00
e[1me[34mcan0e[0m 2E1 [4] 72 0E 90 00
e[1me[34mcan0e[0m 313 [2] 03 88
e[1me[34mcan0e[0m 0E0 [8] C5 7F FE 7F F1 50 FE FE
where can I found information about the pids I need , and know which one to search ?
for start I want to get the total distance (and maybe the vin) - just to see everything is working correct .
Thanks,