Contenu récent par zzzzzz

  1. Z

    Ouverture coffre automatique

    Désolé pour le déterrage mais MERCI !!! Sur ma DS7 mon coffre ne s’ouvrait plus depuis 3 jours et je pars en vacances après demain et je commençais à imaginer devoir partir avec un coffre en rade. Je ne savais même pas qu’il y avait un menu pour désactiver le hayon motorisé. Je ne comprends pas...
  2. Z

    [TUTO] Télécodage et calibration d'un NAC / RCC / CIROCCO / CMB_NUM SANS Diagbox via Arduino

    I see, you can click on parkassist line and this launch the feature. on my car (DS7)) this show me a page that describe the feature, despite I tried to enable it on same ECU as you (but not same values for AAS one since it is not the same model, I did as I saw somewhere on this topic). I wonder...
  3. Z

    [TUTO] Télécodage et calibration d'un NAC / RCC / CIROCCO / CMB_NUM SANS Diagbox via Arduino

    thank you onzar, it seem I did coding on same ECUs than you. How does it works for you, as soon as you shift into reverse you got a possibility to activate park assit from screen ? for my part I just can choose with camera view I want to see : rear or front from top, read from a strange 360°...
  4. Z

    [TUTO] Télécodage et calibration d'un NAC / RCC / CIROCCO / CMB_NUM SANS Diagbox via Arduino

    Hello onzar, I tried to do the same on my ds7 hdi 280 from 2018 (with 12 sensors) but I didn't achieve to do it. I don't understand what could miss. Here are what I did : 1. BSI : >752:652 open UDS session 1003 unlock :B4E0:03:03 write 77 on 2300 zone 2E230077 "Secured Traceability" to avoid...
  5. Z

    [TUTO] Télécodage et calibration d'un NAC / RCC / CIROCCO / CMB_NUM SANS Diagbox via Arduino

    I have 12 sensors, aas show me laterals in nac
  6. Z

    [TUTO] Télécodage et calibration d'un NAC / RCC / CIROCCO / CMB_NUM SANS Diagbox via Arduino

    Hi onzar, I managed to got unlock code to work with my AAS_UDS_G6 (to be honest I don't understand what was really wrong but now it seems to work avec clearing codes before) But when I read 2101 zone I got severals bytes data : 62 2101 0908A4086D0D02 So when I try to just write BD it just fails...
  7. Z

    [TUTO] Télécodage et calibration d'un NAC / RCC / CIROCCO / CMB_NUM SANS Diagbox via Arduino

    I think unlock key for valeo AAS (AAS_UDS_G6) is not the good one in ECU_KEYS.md file, I tried value"B6F0" but this doesn't work. Somebody know what is the right key ?
  8. Z

    [TUTO] Télécodage et calibration d'un NAC / RCC / CIROCCO / CMB_NUM SANS Diagbox via Arduino

    Yes, I tried also, but this give me error 7F2724 => "Request Sequence Error« …
  9. Z

    [TUTO] Télécodage et calibration d'un NAC / RCC / CIROCCO / CMB_NUM SANS Diagbox via Arduino

    I tried, here is the result of read zone F0FE : 62F0FEFFFF000006E018051803010F70090713FD37151903937708 So it match for Valeo, my unlock shortcut command should be : :B6F0:03:03 first try : 7F2783 : gear was runnning, I stop gear and send the command again : 7F2724 => "Request Sequence...
  10. Z

    [TUTO] Télécodage et calibration d'un NAC / RCC / CIROCCO / CMB_NUM SANS Diagbox via Arduino

    Thank you : valeo = G6, Bosch = G5, Metasystem ?? Right ?
  11. Z

    [TUTO] Télécodage et calibration d'un NAC / RCC / CIROCCO / CMB_NUM SANS Diagbox via Arduino

    Thank you marcins (I am not sure I understand the difference between writing data and download command but I don't want to bother you more). I finally tried to code my car, I met problem when trying to code AAS ecu, I got error 7F3E03 and 7F2783 error (Don't know what does it means) when I...
  12. Z

    [TUTO] Télécodage et calibration d'un NAC / RCC / CIROCCO / CMB_NUM SANS Diagbox via Arduino

    Thank you very much for taking the time to explain me wdsmk. I didn't notice this difference since I only looked at the syntax of "easy unlock" commands : :UNLOCK_KEY:UNLOCK_SERVICE:DIAG_SESSION_ID ### Explanation | UNLOCK_SERVICE (HEX) | Protocol | Detail | *Equivalent command* | | - |...
  13. Z

    [TUTO] Télécodage et calibration d'un NAC / RCC / CIROCCO / CMB_NUM SANS Diagbox via Arduino

    Thank you onzar, but there is no way to check on which ecu we are trying to connect (since the command is the same for all AAS ECU, it is easy to send the bad unlock shortcut) ? wdsmk > I already had this description about 34 command from previous Albatros post, but I don't know where it comes...
  14. Z

    [TUTO] Télécodage et calibration d'un NAC / RCC / CIROCCO / CMB_NUM SANS Diagbox via Arduino

    kwp protocol has his own secured traceability as far as I know, but it seems it could be included in single write operation since the value to change and the secured traceability use the same zone (A0). Maybe I am wrong with this assertion ?
  15. Z

    [TUTO] Télécodage et calibration d'un NAC / RCC / CIROCCO / CMB_NUM SANS Diagbox via Arduino

    Ok, so I will add the command to write secured traceability for each ecu I wrote on it.