Contenu récent par pepelxl

  1. P

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

    I’ll ask here as the topic with the largest number of views and the presence of people who know how to juggle firmware, does anyone have a .cal file for smegIV2 with firmware 6.4? I need it from any car.
  2. P

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

    @VLud , 0e6 code can be optimized and reduced by half. I think your version will be cleaner and more practical.
  3. P

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

    @gusao10 I gave up developing my software because it has an incorrect structure and a problem with communication with the vcp driver. The biggest problem is the lack of SEED for esp90 blocks. The only known password was posted by Ludwig, but it does not fit most blocks. Also, new revisions have...
  4. P

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

    __u8 checksumm0E6(const __u8* frame) { /* Autors: organizer of the bacchanal: styleflava algorithm: Ilia code: Pepelxl */ static __u8 iter = 0; __u8 cursumm = 0; for (__u8 i = 0; i < 7; i++) { cursumm += (frame[i] >> 4) + (frame[i] & 0x0F)...
  5. P

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

    mask is not an xor, but the value of the bit indicating the encoding location.
  6. P

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

    I assume you have the second option, since the first byte in your encoding is 0x06 and this offset is called "CONFIG_INDICE_TELECODAGE". Such a byte is available in most modern ECUs, and I assume that the developers control the encoding string variant with it. The first option provided by me...
  7. P

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

    although if you look at the encoding index, then something more suitable is:
  8. P

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

    You have a strange number(927243) of the calibration file, which is not in the DB9.129 databases. however, the nearest numbers are ESP90_P8_V 119 =927247 ESP90_P8_V1 20=927248 ESP90_P8_V121=927249 therefore, the encodings should get.
  9. P

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

    I don't see such ids in the program. This is quite strange, or my base is older than your car. give answers from zones F080 and F0FE
  10. P

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

    I can't tell you, you haven't posted the ids of the esp90 block. EF => 111011XX = CFG_000_FREIN_UCPR_ASR The values vary from the block version and the encoding version. And they can have opposite values in different editions. The experiment rules. Here are some of the options...
  11. P

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

    Perhaps the point is about "Système de contrôle en descente programmé". then it will be like this XX 2101 06F7FFFFFFFFFFFEFFFFFFFFFFFBFFFFFF7FFF7FFFFBFFFFEF38BEFF
  12. P

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

    Have I accused someone somewhere? I asked for help not only from you, but from the entire community of this forum. You commented on my first question, spent your time, but then lost interest. I need to update my bsi on my machine. I have a firmware file and no debugging stand. Therefore, I...
  13. P

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

    @VLud was it really that hard to say? your management is misleading. I had to take a reflector and see what you were actually doing. str2 = str.Substring(10, (str.Length - 10) - 2); strArray = new string[] { "36", &(this.calibPos % 0x100).ToString("X2"), str.Substring(4, 6), &(str2.Length /...
  14. P

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

    there are !!!six!!!! in esp90 different layouts of encoding pages and what suits one will not suit another. At best, poking into the blind, you will not crash in a car.
  15. P

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

    messieurs, que personne n'a de blog où la commande d'envoi de données 0x36 est utilisée? Partagez s'il vous plaît, très nécessaire.