Contenu récent par morcibacsi

  1. 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
  2. M

    Pinout of Matt screen plug 308?

  3. 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...
  4. 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...
  5. 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...