Contenu récent par drumvlado

  1. D

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

    OK, still talking to myself... I managed to read only the following zones from the BSI04EV using the command :B001:83:C0 > … 6784: 2180 - 61809664058780002C96640588800501FFFF1D4052114799 2182 - 6182F0 2190 -...
  2. D

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

    Hello. Did you manage to read this BSI? I can ilny read 2180 and 2190 for some reason...
  3. D

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

    OK, I will reply myslef... I have some progress. I managed to get into diagnostics mode: 10C0 > 50C0 :B001:81:83 > … 6782 But when I try to read zones from the EEPROM, like 2100, 2101... I awlays get 7F2112 When I ask for 2190 I get results, but I think this is not the EEPROM, but the firmware...
  4. D

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

    Hi everyone, I am trying to find a solution for reading/writing a specific zone in my JC BSI04EV (BSI_EV) from 2014, but I am running into security issues. This is my first time attempting BSI telecoding via Arduino. I initially tried UDS, but it seems unsupported for this session type...
  5. D

    [TUTO] Adaptateur pour SMEG/NAC/Matrice CAN2010 sur BSI CAN2004

    I see. Maybe you can send me the relevant part of the code? I have started to investigate on the frames from the BSI, but my idea was to make custom messages for the C5A cluster, but it doesn't have them and the only way is to make them appear as radio station names, which is not nice.
  6. D

    [TUTO] Adaptateur pour SMEG/NAC/Matrice CAN2010 sur BSI CAN2004

    Hi. I did the same on a C5R, also with Android. Can you please share your apk, so I can see the suspension changes and control the ambiance of the Cirroco? Thanks!
  7. D

    [TUTO] Adaptateur pour SMEG/NAC/Matrice CAN2010 sur BSI CAN2004

    Hi. Thank you so much! This is already done in my sketch. I have tried all the fixes I found, before writing for advise. This solution is for the battery light, and it does work, but my problem is with "Hybrid system fault" or something, which is another problem. It might be connected, but I...
  8. D

    [TUTO] Adaptateur pour SMEG/NAC/Matrice CAN2010 sur BSI CAN2004

    Hello. I have a certain light flashing on my C5 Aircross CIRROCO that I installed on my 2007 C5, which is for "Electrical system fault". I bought a SEEED Can Analyzer that I want to use for inspecting CAN messages, but I cannot make it work on pins 3 and 8 (CAN DIAG) on the OBD. I changed to...
  9. D

    [TUTO] Adaptateur pour SMEG/NAC/Matrice CAN2010 sur BSI CAN2004

    Hi Pepe, How do you use/where do you put this code? Thanks
  10. D

    [TUTO] Adaptateur pour SMEG/NAC/Matrice CAN2010 sur BSI CAN2004

    Hello. I successfully installed CIROCCO from late C5 Aircross in my 2007 C5 (facelift), so far without a NAC. I had a problem with the language - with the Arduino disconnected it was in English, but when the Arduino was working it was going to Vietnamese and none of the language related settings...
  11. D

    [TUTO] Adaptateur pour SMEG/NAC/Matrice CAN2010 sur BSI CAN2004

    Hello. My first post, please don't get mad at stupid questions :) I have built my setup with the regular parts from vendors, but looking for more suffisitcated and almost-ready solutions I found this board, which uses a much more powerful MCU - PI2040, accepts VCC up to 28V and dual CAN...
  12. D

    How to connect NAC outside the car.

    Hi. You should use the sketch "arduino-psa-diag-low-speed-bench.ino" for the becnsh. This is because the NAC needs not only supply to start, but also a certain CAN signal, which is included in this sketch. Worked perfectly for me with the connections from the first post. Hope that helps.