Contenu récent par morcibacsi

  1. M

    NAC WAVE 4 TO IVI

    Hi @jeverds Can you reupload the files from your previous posts? Unfortunately the google drive links are not working anymore :(
  2. M

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

    I’ve extended my VAN-to-CAN (V2C) project for older Peugeot models (206, 307, etc.) to include support for CAN2004 → CAN2010 conversion. Feature-wise, it’s similar to VLud’s solution, though not everything is implemented yet. On the other hand, it also includes some additional functionality...
  3. M

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

    You can set up in the settings what VIN you would like to send on the CAN bus, it doesn't need to match the original from the VAN bus. Also there is a VIN auto-matching function which reads the VIN from the head unit (currently it only supports the RD4/RD43/RD45, but I would like to extend it...
  4. M

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

    The NAC would definitely work, the cluster is missing some messages, but it should be fairly easy to implement those.
  5. M

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

    My VAN to CAN adapter has an option to output CAN2010 frames. There is no need to daisy chain two adapters. Just use the version from the main branch on github. https://github.com/morcibacsi/PSAVanCanBridge/tree/main
  6. M

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

    I also rolled my own version which can be found here: https://github.com/morcibacsi/PSACANBridge The hardware can be found here: https://github.com/morcibacsi/PSACANBridgeHW
  7. M

    Pinout of Matt screen plug 308?

  8. M

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

    Thank you for the bus captures. I investigated the 0x0E6 frame and unfortunately I can't see how it is possible to calculate the wheel speed from the data in it. This graph was made from your capture. The orange line is the vehicle speed from 0x0B6 which is the odometer data. Comparing with...
  9. M

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

    I am developing my converter on a Peugeot 307 with a BSI from 2004. I also run some tests on a BSI from 2002 (some of the messages have different lengths, but I handle that from my code). It should work on every car with a VAN bus as it is very unlikely that PSA used the same message ids for...
  10. M

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

    Hi guys. You have some awesome work here. I have been working on something similar: I created a VAN bus to CAN bus protocol converter (BSI2004). My work can be found here: https://github.com/morcibacsi/PSAVanCanBridge I have successfully bridged most of the functionality, but to fully support...