vtl / volvo-cem-cracker

Volvo central electronic module pin cracker via OBD for P1, P2 and P3 platforms
GNU General Public License v3.0
106 stars 46 forks source link

SPA support #28

Open Gnyblast opened 1 month ago

Gnyblast commented 1 month ago

Hi there,

Any plan to support SPA cars?

vtl commented 1 month ago

Have you tried p3 branch?

Gnyblast commented 1 month ago

Actually not because it's been showing that my car is a SPA model and not listest in P3. Do you think it might work? And is it safe?

vtl commented 1 month ago

P3 cracker does nothing that VIDA does not do. Worst case you need to disconnect the battery for a few minutes.

Gnyblast commented 1 month ago

Alright thanks and I just noticed this needs an arduino to get run?

vtl commented 1 month ago

It needs Teensy 4.0/4.1 and Arduino framework.

Gnyblast commented 1 month ago

Alright, I didn't went over the code files at first and thought it's just some C++ code that can get run through computer with some ENET cable or smth.

Thanks.