Skip to content
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

Changes not applied #6

Closed
valenciakva opened this issue Sep 11, 2017 · 51 comments
Closed

Changes not applied #6

valenciakva opened this issue Sep 11, 2017 · 51 comments

Comments

@valenciakva
Copy link

Thanks in advance for your help. I am using a ODBLink SX connected via USB to a Windows 10 laptop. I installed the program, started the program, selected the USB device (Last one at the right), COM Port and the "Connected" option. After I click in connect no error message is displayed but when I try to make a change by enabling Expert Mode and clicking on "Write" nothing is written. I am attaching a screenshot. As you can see, it says connected in the bottom left but the ELM is not giving a response back.
The car is a Koleos 2016 with a RLINK 1 system.

To make these changes, I created a cable to be connected between the ODB port in the car and the ODBLinkSX:

ODBLinkSX -Car ODB connector
6-13
14-12
4-4
5-5
16-16
Note: 4 and 5 are joined on ODBLinkSX side

I have tested with the car switch in ON and the motor running with the same results. I haven't find a way of reseting the RLink but I don't think that's the issue.

Thanks for your help.
result2

@gordon6
Copy link

gordon6 commented Sep 11, 2017

Hello, Did you tried without the additional connector..? Renault use C-CAN and M-CAN both.
Normal ECU used to C-CAN(without additional connector). Multimedia devices used to M-CAN(with connector as you described).

@valenciakva
Copy link
Author

Thanks, yes, I connected without the custom cable, results were the same. Considering this is a change to the Navigation system called RLink, I think I need to use the connection.

  • Is my wiring OK? I am not sure if 4 and 5 should be joined or even wired
  • I am selecting "Connected mode" when the program starts, is this correct?
  • I select COM5 (I confirmed this is the port for the USB SX) and then the icon at the right:

resultdirect0

  • After I click on "Connected Mode" I see the following screens:
    resultdirect1

As you can see, the option to write is in "yellow", not in red, is this an indication I am not connected?
resultdirect2

  • Do I need to change something in the COM port configuration? I tried to connect using the OBDWiz software that came with the dongle without success.

Thanks again for your help.

@enandrei
Copy link

Color changes once you start modifying the options.

I am trying the same thing from ubuntu, no luck.

Setup : - Chinese ELM clone running 1.5 (tested with ELM identifier working with commands up to 1.4) (also other changes on normal can bus are possible without errors)
- Pins remapped as described earlier in the topic
- Running on a different car (2014 Megane 3)

I am getting some errors though :

ECU uses SDS 10C0
Bad ELM response : WRONG RESPONSE : Unknown
Bad ELM response : WRONG RESPONSE : Unknown
Sending request :StartAfterSalesSession
Switching to session mode 10 C0
Sending request :DataWrite.ECU
Sending ELM request:2E 6C 1C 38
Bad ELM response : WRONG RESPONSE : Unknown
ELM response : WRONG RESPONSE : Unknown
Sending request :StartDiagnosticSession
Switching to session mode 10 81
Bad ELM response : WRONG RESPONSE : Unknown
Bad ELM response : WRONG RESPONSE : Unknown

At a previous attempt i was getting "Wrong response CFC0" . Had 2 more tries and did not show up. Maybe we need not run flow control on multimedia can ?

There is a radio device on the same multimedia can, i was able to write to that one.
And also , all these devices are properly detected when i scan.

@valenciakva
Copy link
Author

valenciakva commented Sep 12, 2017

Thanks. I am receiving exactly the same reply (below) and please also notice that my buttons are not changing from yellow to red when I make changes.

Sending request :DataWrite.ECU
Sending ELM request:2E 6C 1C 38
ELM response : WRONG RESPONSE : Unknown
Sending request :StartDiagnosticSession
Switching to session mode 10 81

Any other ideas? I saw in a thread in a Renault forum (here:https://goo.gl/TiFh6R) that this change was successful using this software and I am using the same cable described there.

Thanks.

@cedricp
Copy link
Owner

cedricp commented Sep 13, 2017

Are you up to date ? I fixed a similar bug some times ago

@enandrei
Copy link

enandrei commented Sep 13, 2017

Using latest master , also tried version from the 25th of august ( date used on the forum where it was working) , same issue , different message .

@cedricp
Copy link
Owner

cedricp commented Sep 13, 2017

Ok, try to increase CAN timeout value to 1000 ms (bottom of the window), I had similar issue, and was solved this way. The ELM doesn't wait enough and switching to diagnostic session mode is not taken into account.

@enandrei
Copy link

enandrei commented Sep 13, 2017

tried it, no luck.

here is a log https://pastebin.com/NvbjubgA
i get the error when loading the screen as well (radio ecu is fine, no errors)

to explain better : it complains about bad response every time i select a screen for the MFD device (and BIC). Just selecting the radio screens does not report an error .

also, after second scan errors are looping until i select an ecu

script output is this :
Using custom DDT database
Initilizing ELM with speed 115200...
Trying to open port/dev/rfcomm0 @ 115200
Scanning ECUs...
1366 loaded ECUs in database.
Skipping CAN extended address (not supported yet) 2D
Warning, address 400 is not mapped
Skipping CAN extended address (not supported yet) DA
Skipping CAN extended address (not supported yet) D2
Skipping CAN extended address (not supported yet) 41
Skipping CAN extended address (not supported yet) 60
Skipping CAN extended address (not supported yet) 2D
Warning, address 400 is not mapped
Skipping CAN extended address (not supported yet) DA
Skipping CAN extended address (not supported yet) D2
Skipping CAN extended address (not supported yet) 41
Skipping CAN extended address (not supported yet) 60

during a previous session i got this as well :
Scanning ECUs...
1366 loaded ECUs in database.
Traceback (most recent call last):
File "/home/ion/02_ddt/ddt4all-master/parameters.py", line 79, in tester_send
self.sendElm(self.tester_presend_command, True)
File "/home/ion/02_ddt/ddt4all-master/parameters.py", line 691, in sendElm
elm_response = options.elm.request(command, cache=False)
File "/home/ion/02_ddt/ddt4all-master/elm.py", line 663, in request
self.vf.write(tmstr + ";" + dnat[self.currentaddress] + ";" + req + ";" + rsp + "\n")
KeyError: '7e0'
Skipping CAN extended address (not supported yet) 2D
Warning, address 400 is not mapped

thank you for looking at this :)

@cedricp
Copy link
Owner

cedricp commented Sep 13, 2017

Would be better to send me the log file in 'log' directory (elm_ddt)

@valenciakva
Copy link
Author

I am adding my logs in case that helps. I am having similar issues.

logs.zip

This is a extract of what seems to show the problem:

############################################################
#connect to: BICA2A3 08 V12 Addr:59
############################################################

[20:34:23.218]AT SH 714
<[0.016]AT SH 714
OK

[20:34:23.234]AT CRA 734
<[0.016]AT CRA 734
OK

[20:34:23.250]AT FC SH 714
<[0.016]AT FC SH 714
OK

[20:34:23.266]AT FC SD 30 00 00
<[0.016]AT FC SD 30 00 00
OK

[20:34:23.282]AT FC SM 1
<[0.016]AT FC SM 1
OK

[20:34:23.298]AT SP 6
<[0.016]AT SP 6
OK

[20:34:23.314]0210C0
<[0.208]0210C0
NO DATA

@cedricp
Copy link
Owner

cedricp commented Sep 13, 2017

Try with last version (updated now), I'm quite sure the problem is CAN timeout, a user reported me it worked.

@enandrei
Copy link

just updated , same thing (saw the 400 timeout, increased to 1000)

here is the log : https://pastebin.com/5VasDEbC

@cedricp
Copy link
Owner

cedricp commented Sep 13, 2017

Are you sure you are using the right XML file, the ECU responds "7F 02 11" to request "10 C0". That means "11: service not supported"

@cedricp
Copy link
Owner

cedricp commented Sep 13, 2017

Did you try to scan the CAN bus to autodetect ?

@enandrei
Copy link

Yes , previously scanned , and that was the right XML

see https://pastebin.com/NvbjubgA -> Identified ECU : MFD_v4.3_20160317T110748.xml DIAGVERSION [20] SUPPLIER [329] SOFT [2D2D] VERSION [10CB]

@cedricp
Copy link
Owner

cedricp commented Sep 13, 2017

Are you able to communicate with other ECUs ?

@enandrei
Copy link

Yes, on same Multimedia can i found 3 devices :

Identified ECU : Radio_2012_V2.4_20130604T134716.xml DIAGVERSION [116] SUPPLIER [BT2] SOFT [0300] VERSION [0110]
Identified ECU : BIC_A2_A3_v22_20170602T161817.xml DIAGVERSION [20] SUPPLIER [DX2] SOFT [0620] VERSION [0000]
Identified ECU : MFD_v4.3_20160317T110748.xml DIAGVERSION [20] SUPPLIER [329] SOFT [2D2D] VERSION [10CB]

The MFD and BIC error when i load screens, but the Radio one works fine with the exact same setup.

Also connected to the normal can bus and did not see errors (without the pinout adaptor ).

@cedricp
Copy link
Owner

cedricp commented Sep 13, 2017

Would be interesting to lower speed communication...
Can you try to open XML file and replace
<CAN BaudRate="10400" Multipoint="1">
with
<CAN BaudRate="250000" Multipoint="1">

@yoh-there
Copy link

AFAIK the MM bus on Renault is "always" running on 250Kbps indeed. Not sure if this is a helpful comment ;-). It is on ZOE. Mainbus on 500kbps.

@cedricp
Copy link
Owner

cedricp commented Sep 13, 2017

If the MM bus is always 250Kbps, trying to change the parameter worth it. Because actually DDT4all runs at 500Kbps (10400 is just treated as 500000).
.

@valenciakva
Copy link
Author

valenciakva commented Sep 13, 2017

I wanted to report back my latest results. I think this thread now contains two different reports that might be linked. One from "enandrei" and mine that started the thread. For mine, please consider that I am testing with a Windows 10 machine in a Koleos 2016 with RLink 1.

I successfully changed a parameter in CAN 2 and activated a feature called "MirrorLink". What I did is to scan the ECUs and the software found one described as [Navigation] MFD v4.3. In that one I found the parameter for MirrorLink and changed it. A Reset was required and for that I used the first option in 11-Reset. Affter that, a new option is available in "@Services" option in the RLink 1 screen.

result3

The problem is that I wanted to activate a feature called "Android Auto". If manually select the ECU from the top list, it can be found in [Navigation] MFD v4.6 (Notice that the otehr is 4.3). Followed a similar procedure than before but I receive an error message when trying to activate "Android Auto":

WRONG RESPONSE CFC0 Unknown

result4

So, not very encouraging. I want to believe there is a way of enabling the "Android Auto" feature in this car and RLink 1 system but I am not an expert on CAN and ECUs.

Is it possible to enable this feature included in [Navigation] MFD v4.6 ?

Thanks.

@enandrei
Copy link

Hi,

Our problems seems to be diverging.

I am trying to do the same thing , on a megane 3 2014 with Rlink 1. But i can not activate the MirroLink option in MFD 4.3 .

I just tried changing the baud rate to 250000 in the xml , with the same problem.

Log is here : https://pastebin.com/3ryHNYbM

@BaumInventions
Copy link

BaumInventions commented Sep 13, 2017

To activate all features you have to update RLink to the newest Firmware with the SD Card an your PC.
After the System is Up to date you can actiate all features of "MFD 4.6".

I used MFD 4.6 on a 2017 Captur and a 2014 Kangoo to enable Android Auto.
On 2017 Captur it worked straight from the dealer (because it alreads has the newest Firmware).
On 2014 kangoo i had to Update the Firmware to enable features like MirrorLink.

BTW Multi Media CAN is also 500K on all recent cars ( like clio 4, new twingo, megane, laguna, dacia ......)

RLink is a Modular System. It can fit on many different cars. The exchange point between "Car" and "Multimedia" is called MIU (Multimedia Interface Unit) . The MIU is basically a gateway from Vehicle can to MM can. The canbus traffic generated by the MIU on MM CAN is 500k.
Now you know: When you see a RLink the MIU is installed and the MMCAN is 500k.

@valenciakva
Copy link
Author

My problem is solved and I was able to activate Android Auto and MirrorLink in the Koleos 2016. The suggestion from BaumInventions was the final solution. I updated the SD Card with the latest Renault available update, repeated the process and I was able to activate the options in [Navigation] MFD v4.6. A new reset was required.

Thanks to everyone who took the time to reply with suggestions to this thread. I will keep the issue open until enandrei solves the issue reported.

@enandrei
Copy link

enandrei commented Sep 14, 2017

After seeing valenciakva's success , i upgraded the Rlink version on my ecu as well.

Now it doesn't recognize it either as MFD 4.3 or 4.6 , but after the upgrade i was able to communicate with the ECU properly , using the 4.6 xml files.

I was also able to write the settings required to the ECU , and no longer received any errors ( using exactly the same setup ).

The conclusion here is that the problem was not in the ddt4all code, but rather a mismatch in xml / ecu firmware. And probably i would have had the same problem using an official cable with ddt2000.

Thank's everyone for your input ! This is a great tool !

@srayala
Copy link

srayala commented Sep 27, 2017

Before all, thank you for your assistance. I am using ODBLink SX connected via USB to a Macbook Pro running Windows 10 via Parallels Desktop. After reading this issue, I tried to enable Android Auto, but with no success. I also read about update R-Link, which is supposed to be done, since there are no new updates both the R-Link Store site and the R-Link toolbox. Here is the screenshot:
screen shot 2017-09-27 at 14 51 17
I am not sure if I need to do an ECU reset, since it shows a legend that says "Force configuration to be taken".
screen shot 2017-09-27 at 15 01 26
Attached next is the elm_ddt log.
elm_ddt.zip

Again, thanks for your help and my apologies for reopen this thread.
Best regards.

@BaumInventions
Copy link

BaumInventions commented Sep 27, 2017

First: You have to use a Adapter to read and write the Multimedia CAN instead of the vehicle can. when its working properly all ERROR / NO DATA messages are gone.
Second: After changing options you have to reset the display (MFD) with a " RESET HARD"

@srayala
Copy link

srayala commented Sep 27, 2017

Many thanks Bauminventions. When you say an adapter, is it something like this?
dsc_0239
I am guessing that I need to connect this adapter to the OBDLink and then to the vehicle can, am I correct?

@valenciakva
Copy link
Author

Yes, what BaumInventions suggest is to use a custom cable between the OBDII connector in your car and the ODBLink SX with the following wiring:

ODBLinkSX -Car ODB connector
6-13
14-12
4-4
5-5
16-16
Note: 4 and 5 are joined on ODBLinkSX side

@BaumInventions
Copy link

BaumInventions commented Sep 27, 2017

The "adapter" is a very simple thing. its a cable you have to connect between OBD port and OBDlink. it just connects pins 6 and 14 (vehicle can) to 13 and 12 (multimedia can). You can build it yourself form a obd extender cable, a OBD Y-cable or just plugs and cables from the scrapyard... No rocket sciens involved ;)

@srayala
Copy link

srayala commented Sep 27, 2017

I see what you mean. Unfortunately, I do not have any extender cable, nor spare plugs and cables lol. So, I think the best option is to buy the adapter I posted above.

Many thanks both valenciakva and Bauminventions.

@BaumInventions
Copy link

BaumInventions commented Sep 27, 2017

The thing from the picture above looks not like a adapter wich is fitting...
Your adapter/coverter should have a male OBD plug on one side and a Female OBD plug on the other side.

Also the description of "ZN037" says that it just works with Abrites AVDI Interface.

@srayala
Copy link

srayala commented Sep 27, 2017

You are absolutely right! I will call the store where I bought the OBDLink and see if they can help me on this.

@BaumInventions
Copy link

I could custom build a cable for you... But i think the shipping cost around the world is some kind of high...

@valenciakva
Copy link
Author

If you are brave, you could do something like this.
forbraves

@srayala
Copy link

srayala commented Sep 27, 2017

You bet! I am in Mexico. I just called the guys who sold me the dongle and told me they have indeed multimedia adapters. Lets hope it will do the job and if not, maybe they can build the cable.

Thanks a lot!

@srayala
Copy link

srayala commented Sep 27, 2017

I think I am not valenciakva! lol

@valenciakva
Copy link
Author

Fuerza México! Saludos desde Colombia

@srayala
Copy link

srayala commented Sep 27, 2017

¡Gracias hermano!

@j-perezr
Copy link

@valenciakva, I have similar error, the ELM response is null and I have the latest version for R-Link 11.342
Did you make any additional change to the ddt4 config?

@valenciakva
Copy link
Author

No, my issue was fixed by updating the SD Card. I suggest to make sure you have good communication with the car by testing without the custom cable first.
I created a guide in Spanish: rlink.valenciasanchez.com and here is one more in English: https://www.gps-rlink.com

@j-perezr
Copy link

j-perezr commented Feb 2, 2018

@valenciakva thankyou, I'm following your guide :).
With the usb elm the "Elm benchmark" fails, I tried to update the drivers but it didn't work, so I bought a bluetooth one.
I opened a different issue #32
Thank you again

@Sig2018
Copy link

Sig2018 commented May 11, 2018

Hello,
Thanks to all working on this ddt4all.
I've found the program and some instructiosn to modify my navigation system but like others in this post I couldn't.
The program seems to work, conection with ELM327 is green but it can't comunnicate with ECU, After sending a command there is a blank field on ECU response. Scanning ECUS didn't find anythig.
I've tried with direct ODB2 and with modified cable to acces the Multimedia Can Bus but nothing.
I would appreciate those with Rlink 2 that were succesfully can help me with your experiences.
Thank you in advance.

@groteskzp
Copy link

groteskzp commented May 12, 2018

Hi. After I changed in MFD 4.6 rs monitor slot 1 and slot 2 parameters from other car, and changed in bic scripts from 6 to 14. I can't connect to MFD and BIC. Anybody have experience with it?
Upd: I raplace BIC from other car and MFD work. I think mcu data damaged. I will now try read from working D70F3628
Upd2: dumps exchanged and all work

@shrlnm
Copy link
Contributor

shrlnm commented Jul 10, 2018

@groteskzp Hello, could you please share the dump from working D70F3628? It may help to many people who got the same trouble.
Thank you in advance

@alexpalcau
Copy link

Can anyone explain how to activate de RS Monitor to r-link 1? i found „rs display configuration” but i cannot figure where can I find the parameters...

@mishu28nmv
Copy link

mishu28nmv commented Mar 8, 2019

Hi. After I changed in MFD 4.6 rs monitor slot 1 and slot 2 parameters from other car, and changed in bic scripts from 6 to 14. I can't connect to MFD and BIC. Anybody have experience with it?
Upd: I raplace BIC from other car and MFD work. I think mcu data damaged. I will now try read from working D70F3628
Upd2: dumps exchanged and all work

I want to activate the RS Display on a Laguna without changing the BIC. Will this work? I mean just to fill the 2 slots and write!

@m0xz0r
Copy link

m0xz0r commented May 13, 2019

RS Monitor cannot be enabled by just filling the 2 slots via ddt4all. A slight modification of the contents of an 8K EEPROM inside the R-link displayunit by means of an EEPROM programmer is required. I have successfully performed the hack on my 2017 Clio 120 TCe. However, even though all functions and screens can now be invoked, some of the gauges and measurements are only partially working. My guess is that the BIC is not performing all the necessary translations between the car's main CANbus and the multimedia CANbus. Any help or info on this matter is highly appreciated!

@alexpalcau
Copy link

I managed to activate the rs monitor via eeprom. I attach a link with the result: https://youtu.be/OkrNv4tAD40
I am also interested in the above matter but I think it is a problem with the sensors communication.

@m0xz0r
Copy link

m0xz0r commented May 13, 2019

My RS Monitor behaves exactly like yours. Let's hope that somebody can shed a light on how to enable the inactive gauges and missing measurements. I am convinced that all the necessary data is present on the main CANbus but the BIC is not relaying them to R-link.

Turning the useless ECO-button into an RS Drive button (like in the GT Line) is also on my wishlist!

@luissilva1971
Copy link

Hi, everyone.

I am trying to solve an issue... change the orginal radio of my megane 3 grandtourer with tomtom but no bluetooth (beleive R1_08 radio) to an original radio from renault but with bluetooth function (R2_08) i bought from a parts store of a scrap yard. The problem is that the radio came from a dismantled car with standard display, not tomtom display. Could you help me in identifying the correct localion of XML /ECU where i have to change radio config? And also the correct xml / ECU from tomtom navigation panel (no r-link, simply tomtom (non live version) where i can configure the type of radio (it shoulb be R1_08, and i have to change to R2_08 with bluetooth, i think). Thank you in advance for all help you can give.

cedricp pushed a commit that referenced this issue Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests