From 4d622cd8d19469ddef0de2f6ba0a1959f3320432 Mon Sep 17 00:00:00 2001 From: Crash_Override Date: Wed, 27 Mar 2024 04:01:14 +0100 Subject: [PATCH] Readme fiy typo add aliexpress links --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4baa87e..819a796 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ I then try to reverse engineer the frames sent to control the Easylink system. ## Power -Your Easylink system needs power, you can buy a "Car multimedia connector" on aliexpress for example, you need the 22 PIN one. The system gets permanent power connection. +Your Easylink system needs power, you can buy a "Car multimedia connector" on aliexpress for example, you need the 20 PIN one. The system gets permanent power connection. Dont worry it will consumpt less than 1mA during powered off state with no CAN bus activity. If the unit receive some frames power draw goes up to 50mA even the frames are not for the unit itself. @@ -77,6 +77,27 @@ A USB mini to OTG cable will work too, but you must test if the connector fits i ## Sourcing hardware +### Multimedia connector for power and speakers + +https://de.aliexpress.com/item/1005004536283726.html + +### Automotive connectors for easylink, display + +https://de.aliexpress.com/item/1005001933239103.html + +40 PIN for the secondary connector on the Easylink itself and +24 PIN for the touch display + +https://de.aliexpress.com/item/1005004870099728.html + +HSD Cable for Easylink to touch display video connection, use the cyan one which can plug into all sockets + +### Antenna adapters + +https://de.aliexpress.com/item/1005005476955786.html + +Fakre to SMA antenna adapters for example, use the cyan ones which can plug into all sockets + # Programming with pyren, DDT4all, CLIP or something You can program the Easylink with mentioned tools like in your car, just make another connection to the EXT-CAN (of course no termination on this point). @@ -117,4 +138,4 @@ If the unit is from a car which ECUs is partly working (Easylink is starting up If you want to help you can spent me a coffee (Paypal: casc@pfalz-mail.de) or you can contribute yourself to this project. -Feel free to optimize the code, reverse some CAN messages, reverse the VIN calculation, raise a issue or ask questions. \ No newline at end of file +Feel free to optimize the code, reverse some CAN messages, reverse the VIN calculation, raise an issue or ask questions. \ No newline at end of file