Contenu récent par styleflava

  1. styleflava

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

    Try to fix lenght of 0x0E6 frame in sketch. Can2004 has two versions - 6 and 7 byte long. In Ludwig's sketch lenght value increasing by 1 in each iteration I did len == 7. Peugeot 308 Citroen C4 2006 has len == 6
  2. styleflava

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

    Does anybody try to fix issue with two indicators in Cirocco/CMB ? It turns off only when correct checksum in frame ID 0e6 } else if (id == 0xE6 && len < 8) { // ABS status frame, increase length canMsgSnd.data[0] = canMsgRcv.data[0]; // Status lights / Alerts canMsgSnd.data[1] =...
  3. styleflava

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

    Do you have this file ?) Or you did online update with token? All I did is made a brick :D
  4. styleflava

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

    Idea was to convert 2008's 3D cluster into 308's 2D. Risks doesnt scary me. I've bought 2008 3d cluster for a price of couple of beers
  5. styleflava

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

    Is it possible to update Visteon cluster (2008 3D, 308 t9, 2D) with 27mb .ulp file via can and Psa-arduino-Cirocco app?
  6. styleflava

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

    Already posted. https://www.drive2.ru/l/638494374782583696/ And one more : https://www.drive2.ru/l/593143093549602233/ but there are a few bugs in each version. Cesenate's trick with frame 0x0E6 turning off STOP and (!) indicators except when the reverse gear turned on. My trick with 0x0E6...
  7. styleflava

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

    BSI04EV2 KE5-00 981219008002 manufacture date 17.12.2015
  8. styleflava

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

    Have you tried to change VIN in BSI via DiagBox? I think It's much simplier.
  9. styleflava

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

    You have to change BSI with newer one. Date of production should be from ~May/June 2012 (308/c3 picasso/C5 for example). But could be some wiring troubles, check the diagrams. My expierence with bsi swap (Part 1, Part 2)
  10. styleflava

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

    Hi! No I didn't solve this issue. Trying to find 308 with rt4/6/rneg and listen to can-bus via canhacker
  11. styleflava

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

    Question #2 solved by myself. Found a video on youtube As we can see - navi pics for cluster has can frame id 0x229, 2nd byte A6, and the last byte value changes pictures (00, 01, 02 ..**). I've edited Ludwig's sketch 1564-1566 strings from this if (id == 0x260 || id == 0x361) {...
  12. styleflava

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

    One more thing. If somebody wants to connect analogic buttons (Menu Vol +-). NAC W2 from Peugeot 208 + calibration Peugeot 308 T9 (got from vlud.net) Menu button didn't work. I edited 330 string in Ludwig's sketch from this canMsgSnd.data[0] = 0x02; to this canMsgSnd.data[0]...
  13. styleflava

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

    Hi I’m using NAC wave2 in my 308 T7. Got some questions. 1) No altitude info on cluster screen 2) Very often pops up strange symbols like on photo. Sometimes it shows info with crossings roads, but it’s totally wrong. Does somebody try to fix that?