Contenu récent par testuser

  1. T

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

    Not yet because my car is for new paint . I have tried on older Citroen C5 from 2006 and there it's worked . On my 2009 I have change the BSI from Citroen C5 x7 2014 for rear camera and I don't have the CAN ID frame 0x120. Can you shame me the code sketch ? I have tried to PM to you o_O
  2. T

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

    Hello everyone! I have installed the CIROCCO LCD i-COCKPIT on my Citroen C5 x7 2010 and I am wondering how to activate the "SPORT" light [2] at the bottom of the dashboard. I'm also trying to turn on the SAM light [1]. Who are the Can ID addresses and which bytes and bits should to be set up...
  3. T

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

    Hello everyone! I have installed the CIROCCO LCD i-COCKPIT on my Citroen C5 x7 2010 and I am wondering how to activate the "SPORT" light [2] at the bottom of the dashboard. I'm also trying to turn on the SAM light [1]. Who are the Can ID addresses and which bytes and bits should to be set up...
  4. T

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

    Ok, I have try to set the "len == 6" like this : " } else if (id == 0xE6 && len ==6 ) { // ABS status frame, increase length canMsgSnd.data[0] = canMsgRcv.data[0]; // Status lights / Alerts canMsgSnd.data[1] = canMsgRcv.data[1]; // Rear left rotations...