Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Clio V #404

Closed
jaggyjags opened this issue Jun 18, 2020 · 558 comments
Closed

Not working on Clio V #404

jaggyjags opened this issue Jun 18, 2020 · 558 comments

Comments

@jaggyjags
Copy link

I can connect, read all the values but I cannot change any of them, i've heard it is also the case for Captur 2, both using Easy link systems. Is there a work in progress? Anything I can try? Thanks!

@KarelSvo
Copy link
Contributor

https://www.bosch-mobility-solutions.com/en/products-and-services/passenger-cars-and-light-commercial-vehicles/connectivity-solutions/central-gateway/
The CGW contains a write lock that can only be deactivated via an online connection to the Renault server. You can only try to connect to the ecu in front of the CGW.

@EXcomZkko
Copy link

Same here. I hope someone do something about this security(?) system.

@jjaemny
Copy link

jjaemny commented Oct 4, 2020

According to a Renault employee, the recently released cars have the gateway locked. I tried coding through ddt4all but stopped writing step. Has anyone solved it?

@pilotkalem
Copy link

You need to connect can lines directly from BCM, not OBD to avoid CGW.

@EXcomZkko
Copy link

You need to connect can lines directly from BCM, not OBD to avoid CGW.

Any walkthrough about it?

@cedricp
Copy link
Owner

cedricp commented Nov 4, 2020

You need to connect can lines directly from BCM, not OBD to avoid CGW.

Was wondering if it was possible, is it working ? If so, you just have to connect CANH/CANL lines from OBD adapter directly to CANH/CANL from ECU, that will bypass the gateway. You may need ECU pinouts, though

@pilotkalem
Copy link

pilotkalem commented Nov 4, 2020

You need to connect can lines directly from BCM, not OBD to avoid CGW.

Was wondering if it was possible, is it working ? If so, you just have to connect CANH/CANL lines from OBD adapter directly to CANH/CANL from ECU, that will bypass the gateway. You may need ECU pinouts, though

When you try to WRITE data to ECU, CGW makes an echo with a part of DDT4ALL write command. So the real command newer arrives to ECU correctly. If you connect CAN Lines directly to BCM then CGW will not work - because you are at internal network. and YES, I TRIED- WORKED. I tried because I sniffed the traffic and saw what CGW do and found this solution. BCM is located under left - down of steering wheel. I dont rebember the pin out but its easy to locate.

@EXcomZkko
Copy link

@pilotkalem So, If we connect to BCM; we can send write command to other ECU's on same the network too?

@pilotkalem
Copy link

@pilotkalem So, If we connect to BCM; we can send write command to other ECU's on same the network too?

Yes, with that connection you will join internal can network so you can communicate with all other ecu's as well. I said BCM can because it the easiest location to join internal can network.

@passyk
Copy link

passyk commented Dec 5, 2020

Does it mean that ddt4all will have write option Clio V someday?

@Yolgezer
Copy link

Yolgezer commented Jan 1, 2021

Friends Clio V is there any new development regarding the problem of connecting to the vehicle?
Currently, there are those who have achieved this and uploaded the video of the vehicles they have implemented on Youtube.
So it is possible to connect to this vehicle.

@KarelSvo
Copy link
Contributor

KarelSvo commented Jan 1, 2021

Friends Clio V is there any new development regarding the problem of connecting to the vehicle?

There are no problems with the connection, you just have to connect the Elm directly to the body control module.

@passyk
Copy link

passyk commented Jan 2, 2021

Friends Clio V is there any new development regarding the problem of connecting to the vehicle?

There are no problems with the connection, you just have to connect the Elm directly to the body control module.

That's true however it's not possible to save changes. Is this still true? Or maybe I have old informations and writing is already implemented?

@pilotkalem
Copy link

pilotkalem commented Jan 2, 2021 via email

@passyk
Copy link

passyk commented Jan 2, 2021

Is there any manual how to do it?
What kind of interface is needed?

@EXcomZkko
Copy link

Actually we only need BCM pinout for this. Could anyone reach this information?

@pilotkalem
Copy link

pilotkalem commented Jan 2, 2021 via email

@KarelSvo
Copy link
Contributor

KarelSvo commented Jan 2, 2021

Actually we only need BCM pinout for this. Could anyone reach this information?

Give a mail address.

@EXcomZkko
Copy link

EXcomZkko commented Jan 2, 2021

Actually we only need BCM pinout for this. Could anyone reach this information?

Give a mail address.

e*****@hotmail.com. (Thanks)

@karadas87
Copy link

Actually we only need BCM pinout for this. Could anyone reach this information?

Give a mail address.

karadas87@gmail.com Thanks.

@jjaemny
Copy link

jjaemny commented Jan 5, 2021

Guys, as I said before, you can WRITE parameters to Clio 5 with proper connection - directly to bcm can lines. I tested many times. 2 Oca 2021 Cmt 04:05 tarihinde passyk notifications@github.com şunu yazdı:

Friends Clio V is there any new development regarding the problem of connecting to the vehicle? There are no problems with the connection, you just have to connect the Elm directly to the body control module. That's true however it's not possible to save changes. Is this still true? Or maybe I have old informations and writing is already implemented? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#404 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARUBTA4JEW7TYVV6OL6VPHTSXZWOVANCNFSM4OCB4W2A .

Can you show me the picture of connecting BCM and ELM327? I am a Korean who is riding the xm3 called Arkana in a foreign country. Arkana can be coded using elm327, but xm3 cannot be stored as modified values. I ask for your help me. Thank you.

@jordirs2004
Copy link

jordirs2004 commented Jan 5, 2021

Actually we only need BCM pinout for this. Could anyone reach this information?

Give a mail address.

first, thx for give me this topic.

Is it possible to have this information please?

thx

@giammi553
Copy link

Actually we only need BCM pinout for this. Could anyone reach this information?

Give a mail address.

Can you send me that information ? Thank you very much in advance!
void2056@gmail.com

@jordirs2004
Copy link

hi all,
is one you tried to connect directly on the BCM? does-it work?
Thx

@KarelSvo
Copy link
Contributor

When you try to WRITE data to ECU, CGW makes an echo with a part of DDT4ALL write command. So the real command newer arrives to ECU correctly. If you connect CAN Lines directly to BCM then CGW will not work - because you are at internal network. and YES, I TRIED- WORKED. I tried because I sniffed the traffic and saw what CGW do and found this solution. BCM is located under left - down of steering wheel. I dont rebember the pin out but its easy to locate.

Have you only observed the free exchange of data between the control units?
Or have you reached all control devices from the BCM via ISOTP Can address? ISOTP access is required to change configurations. Research so far has shown that there are various gateway channels to which several control units are assigned.
If you connect directly to the BCM, only the control devices of the channel to which the BCM is assigned can be reached via ISOTP.
Radio (multimedia channel 2) cannot be reached from the BCM (general channel) via ISOTP.
Did you have other experiences?

@gacocz
Copy link

gacocz commented Jan 23, 2021

Actually we only need BCM pinout for this. Could anyone reach this information?

Give a mail address.

Covid you kindly send it to me too?
gaetano.corrini@gmail.com

Probably are the white/green wire but any help will be needed.
Thanks

@ustunkaya07
Copy link

Actually we only need BCM pinout for this. Could anyone reach this information?

Give a mail address.

Actually we only need BCM pinout for this. Could anyone reach this information?

Give a mail address.
could you please send to
kayaustun@hotmail.com
thanks,

@pboleta
Copy link

pboleta commented Feb 26, 2021

Actually we only need BCM pinout for this. Could anyone reach this information?

Give a mail address.

Can you send me that information ?
ptboleta@hotmail.com
Thanks!

@gacocz
Copy link

gacocz commented Feb 26, 2021 via email

@DrPleb
Copy link

DrPleb commented Nov 18, 2023

I noticed another problem: I did the edits with DDT4ALL for AA wireless and tested with a few ECU's to see if it was working...but nothing.

Now I saw that I cannot search for updates, I can only see my firmware version and there is no more "Check updates". I did something wrong? I only edited the lines I said before

@eldimoni1
Copy link

Noté otro problema: hice las ediciones con DDT4ALL para AA inalámbrico y probé con algunas ECU para ver si funcionaba... pero nada.

Ahora vi que no puedo buscar actualizaciones, solo puedo ver mi versión de firmware y ya no hay "Verificar actualizaciones". ¿Hice algo malo? Solo edité las líneas que dije antes.

en el mio, tambien pasa de echo tengo la acabada en 773R, y me pone que esta actualizdo y es una de las antiguas, y no me deja

movil 811
movil 659
tienes que tener el Einstein activado, y teniendolo conectado al Easylink, aunque en algunos casos, no se porque el android auto no funciona, o bien por el movil, o por la version de android auto, car play si se que funciona

@eldimoni1
Copy link

eldimoni1 commented Nov 18, 2023

@DrPleb
Copy link

DrPleb commented Nov 18, 2023

mira esto.....
https://www.gps-rlink.com/easy-link/easy-link-software-version/

https://oss.bosch-cm.com/renault.html

Thank you for this, I see that I have to use the version 2.9 (firmware 9788R) and of course my ECU has the 2.8 as max version so I cannot editing anything regarding the Navigation section...no one has the 2.9 or later version?

Screenshot_20231118-191503.png

PXL_20231118_181723667.jpg

@ernestzz
Copy link

you need an update

@DrPleb
Copy link

DrPleb commented Nov 18, 2023

you need an update

Do you think that if in Renault I request an update because I don't receive it since 1 year and a half, will they update it without questions?

@eldimoni1
Copy link

eldimoni1 commented Nov 18, 2023

entra en A-IVI V1.11..
Configuration
System information $DAB1

@DrPleb
Copy link

DrPleb commented Nov 18, 2023

entra en A-IVI V1.11..
Configuration
System information $DAB1

Yep, here I am

PXL_20231118_190125332.jpg

@eldimoni1
Copy link

yo tengo todo en... on, present ,enabled

luego le das a la cabeza del einstein, y cambiara de color mas oscuro y como lo tienes...
data on ecu,( read all ),para que se grabe en la parte verde, y al final key off/ on reset, y se resetea
tendras que volver ajustar algunos parametros, y luego es volver a sintonizar el telefono con car play o android auto
siempre y cuando lo tengas conectado directamente al modulo easylink, porque si vas directo por el obd te lo bloqueara

@DrPleb
Copy link

DrPleb commented Nov 18, 2023

yo tengo todo en... on, present ,enabled

luego le das a la cabeza del einstein, y cambiara de color mas oscuro y como lo tienes... data on ecu,( read all ),para que se grabe en la parte verde, y al final key off/ on reset, y se resetea tendras que volver ajustar algunos parametros, y luego es volver a sintonizar el telefono con car play o android auto siempre y cuando lo tengas conectado directamente al modulo easylink, porque si vas directo por el obd te lo bloqueara

Which section you turn everything on? I don't know...is it safe?

@eldimoni1
Copy link

eldimoni1 commented Nov 18, 2023

1 como lo tienes activado al coche? si lo tienes directo al coche por obd, el coche te lo bloquea y no te deja hacer nada porque tiene el sistema swg de renault y no te deja hacer nada,

@DrPleb
Copy link

DrPleb commented Nov 18, 2023

1 como lo tienes activado al coche? si lo tienes directo al coche por obd, el coche te lo bloquea y no te deja hacer nada porque tiene el sistema swg de renault y no te deja hacer nada,

I have already bypassed the gateway and it works, because I also enabled the wifi function but android auto wireless doesn't work for the firmware I think...I cannot upgrade it also because I don't have anymore the "search update" function since my edits with ddt4all

@eldimoni1
Copy link

eldimoni1 commented Nov 18, 2023

1 ¿Cómo lo tienes activado al coche? si lo tienes directo al coche por obd, el coche te lo bloquea y no te deja hacer nada porque tiene el sistema swg de renault y no te deja hacer nada,

Ya omití la puerta de enlace y funciona, porque también habilité la función wifi pero creo que Android Auto Wireless no funciona para el firmware... No puedo actualizarlo también porque ya no tengo la "búsqueda de actualización". Funciona desde mis ediciones con ddt4all.

de que año es tu coche?
hay coches que no funciona, no se porque, si es, por la actualizacion de la app android auto, ( movil) o porque el sistema easylink no deja, no eres el unico al que le ha pasado

@DrPleb
Copy link

DrPleb commented Nov 18, 2023

Clio V - end 2020

@AndyIreland
Copy link

1 How do you have it activated in the car? If you have it directly to the car via obd, the car blocks it and doesn't let you do anything because it has the renault swg system and doesn't let you do anything,

I have already bypassed the gateway and it works, because I also enabled the wifi function but android auto wireless doesn't work for the firmware I think...I cannot upgrade it also because I don't have anymore the "search update" function since my edits with ddt4all

can you get the 'search update' back by enabling something in AIVi ECU - like FOTA (over the air updates) ?

@MaLu2530
Copy link

MaLu2530 commented Nov 18, 2023 via email

@bokkoman
Copy link

1 como lo tienes activado al coche? si lo tienes directo al coche por obd, el coche te lo bloquea y no te deja hacer nada porque tiene el sistema swg de renault y no te deja hacer nada,

I have already bypassed the gateway and it works, because I also enabled the wifi function but android auto wireless doesn't work for the firmware I think...I cannot upgrade it also because I don't have anymore the "search update" function since my edits with ddt4all

This is the exact problem i had.
Go to a Renault garage and let them update the system. After I let them update, the wireless functionality worked instantly to my suprise.

@x5nder
Copy link

x5nder commented Dec 6, 2023

Hm, I get the feeling that the OBD cable I bought (that should have the correct PIC18F25K80 chip) is still a clone.

Before visiting the garage and asking them to unlock my Clio V, I just wanted to get a quick feel for ddt4all and where I could find the settings related to Wireless Carplay. So connecting the OBD dongle to my laptop and running ddt4all I see some things happening in the python console, but basically ddt4all gives me no read values for anything -- the right column lists everything as red / read error (I selected the Clio V from the list, then Navigation, then A-IVI v1.10, then System Information $DAB1). From information in this thread I assume I should still be able to read info (just not write any info back to the ECU), correct?

Is there anyone from the Netherlands in this thread that's willing to either help me out with a working OBD cable (just need to borrow it once) or even better, who has a modified cable setup so I don't even need to go to a garage and beg them to unlock the ECU?

@bokkoman
Copy link

bokkoman commented Dec 6, 2023

Hm, I get the feeling that the OBD cable I bought (that should have the correct PIC18F25K80 chip) is still a clone.

Before visiting the garage and asking them to unlock my Clio V, I just wanted to get a quick feel for ddt4all and where I could find the settings related to Wireless Carplay. So connecting the OBD dongle to my laptop and running ddt4all I see some things happening in the python console, but basically ddt4all gives me no read values for anything -- the right column lists everything as red / read error (I selected the Clio V from the list, then Navigation, then A-IVI v1.10, then System Information $DAB1). From information in this thread I assume I should still be able to read info (just not write any info back to the ECU), correct?

Is there anyone from the Netherlands in this thread that's willing to either help me out with a working OBD cable (just need to borrow it once) or even better, who has a modified cable setup so I don't even need to go to a garage and beg them to unlock the ECU?

Where did you buy the cable? I have one that works fine. Im from NL as well.
A good brand is Konnwei ELM327.

@x5nder
Copy link

x5nder commented Dec 6, 2023

Where did you buy the cable? I have one that works fine. Im from NL as well.

Amazon.nl, but I think it's an AliExpress seller. However, they claimed it was a 100% original PIC12F25K80 cable:
Best-ELM327-V1-5-USB-Switch-PIC18F25K80-Chip-HS-CAN-MS-CAN-For-FORScan-elm327-v1 jpg_

Is there a good way to trouble-shoot and figure out if it's the cable or if I'm doing something stupid? :)

@bokkoman
Copy link

bokkoman commented Dec 6, 2023

t's an AliExpress seller. However, they claim

Look for a Konnwei ELM327.

I also have that one you posted, make sure to switch the switch to test if it needs the other connection.

You can open it up to check the internals. Usually if it has LEDs lighting up, its original.

@x5nder
Copy link

x5nder commented Dec 6, 2023

t's an AliExpress seller. However, they claim

Look for a Konnwei ELM327.

I also have that one you posted, make sure to switch the switch to test if it needs the other connection.

I'll give it another try tonight and document the output from the python window. Are you in the Noord-Holland area, by any chance? :)

@bokkoman
Copy link

bokkoman commented Dec 6, 2023

t's an AliExpress seller. However, they claim

Look for a Konnwei ELM327.
I also have that one you posted, make sure to switch the switch to test if it needs the other connection.

I'll give it another try tonight and document the output from the python window. Are you in the Noord-Holland area, by any chance? :)

No, ZH.

@x5nder
Copy link

x5nder commented Dec 6, 2023

I'll give it another try tonight and document the output from the python window. Are you in the Noord-Holland area, by any chance? :)

No, ZH.

I'm in Den Haag & Rotterdam fairly often, so if I'm getting stuck with my cable, would you care to help me out? Fingers crossed it's not necessary, but it'd be amazing to have a back-up solution instead of just ordering more cables 🤣

(ah-- ik zie het al, Spijkenisse... je bent een mede-Tweaker, maar dat verbaast me eigenlijk niet zo veel ;p)

@bokkoman
Copy link

bokkoman commented Dec 6, 2023

I'll give it another try tonight and document the output from the python window. Are you in the Noord-Holland area, by any chance? :)

No, ZH.

I'm in Den Haag & Rotterdam fairly often, so if I'm getting stuck with my cable, would you care to help me out? Fingers crossed it's not necessary, but it'd be amazing to have a back-up solution instead of just ordering more cables 🤣

(ah-- ik zie het al, Spijkenisse... je bent een mede-Tweaker, maar dat verbaast me eigenlijk niet zo veel ;p)

Yeah i moved though. But i work in Rijswijk, so that would be close for you.

@eldimoni1
Copy link

eldimoni1 commented Dec 6, 2023

Hm, tengo la sensación de que el cable OBD que compré (que debería tener el chip PIC18F25K80 correcto) sigue siendo un clon.

Antes de visitar el taller y pedirles que desbloquearan mi Clio V, solo quería tener una idea rápida de ddt4all y dónde podía encontrar las configuraciones relacionadas con Wireless Carplay. Entonces, al conectar el dongle OBD a mi computadora portátil y ejecutar ddt4all, veo que suceden algunas cosas en la consola de Python, pero básicamente ddt4all no me da valores de lectura para nada : la columna de la derecha enumera todo como error de lectura/rojo (seleccioné el Clio V de la lista, luego Navegación, luego A-IVI v1.10, luego Información del sistema $DAB1). A partir de la información de este hilo, supongo que aún debería poder leer información (pero no escribir ninguna información en la ECU), ¿correcto?

¿Hay alguien de los Países Bajos en este hilo que esté dispuesto a ayudarme con un cable OBD que funcione (solo necesito pedirlo prestado una vez) o, mejor aún, que tenga una configuración de cable modificada para que ni siquiera tenga que ir a un garaje y rogarles que desbloqueen la ECU?

hola...
a ver, en teoria, si conectas el obd directo al coche, y luego usas el ddt4all, te va a dar, valor ( No data) , en Rojo, eso significa que el coche te bloquea el programa a traves del sistema que lleva el coche llamado cgw, y no te va dejar hacer nada, para eso tendras que utilizar o un cable modificado, conectandolo directamente al easylink o que te lo activen en el concesionario
prueba el programa en modo demo, sin conectar al coche a ver si te salen los parametros

@eldimoni1
Copy link

Uploading movil 659.PNG…

@KarelSvo
Copy link
Contributor

KarelSvo commented Dec 6, 2023

So connecting the OBD dongle to my laptop and running ddt4all I see some things happening in the python console, but basically ddt4all gives me no read values for anything -- the right column lists everything as red / read error (I selected the Clio V from the list, then Navigation, then A-IVI v1.10, then System Information $DAB1).

Show what you're doing with screenshots or screen videos.
And give me the ddt4all log files to check.

Repository owner locked and limited conversation to collaborators Dec 6, 2023
@Furtif Furtif converted this issue into discussion #956 Dec 6, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests