diff --git a/README.md b/README.md index 248e4c1..374778e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Wake up a Easylink (A-IVI) car multimedia system by CAN for using it on a table or to put it into a car or in my case an old camper without CAN bus with legacy signaling. +![Easylink](doc/Easylink.jpg) + ## Attention - This will not remove or overcome anti theft protection @@ -181,8 +183,12 @@ I unplugged my unit from my car and replaced it with a big screen one, so I left If your unit is from another car brand and the unit is not behaving as it should with these CAN messages in my program, set the vehicle configuratio to: -- Renault C1A V-CAN, M-CAN Wakeup -- V-CAN Gateway for ANC etc. YES +- Renault Message Set +- Slot 1 (C1A) +- V-CAN Wakeup C1A +- V-CAN/M-CAN Gateway for ANC/ASC YES + +![A-IVI vehicle configuration](doc/can-config_vehicle.PNG) Then it shoud react to commands I reversed engineered. If you have a virgin unit, it will boot up with default settings of course. diff --git a/doc/Easylink.jpg b/doc/Easylink.jpg new file mode 100644 index 0000000..08d0136 Binary files /dev/null and b/doc/Easylink.jpg differ diff --git a/doc/can-config_vehicle.PNG b/doc/can-config_vehicle.PNG new file mode 100755 index 0000000..fda745c Binary files /dev/null and b/doc/can-config_vehicle.PNG differ