Contenu récent par anahron

  1. A

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

    I can, but without my sketch it won't work
  2. A

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

    Frame 0e6 byte 5 contains the voltage. For example, if it's below 13 volts, make the indicator light up. will work as you want. I don't know where this indicator is.
  3. A

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

    As I remember, the original instrument panel also does not display a warning that the alternator is not working until the voltage on the running engine drops below 12 volts
  4. A

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

    else if (id == 0xE6 && len < 8) { canMsgSnd.data[0] = canMsgRcv.data[0]; canMsgSnd.data[1] = canMsgRcv.data[1]; canMsgSnd.data[2] = canMsgRcv.data[2]; canMsgSnd.data[3] = canMsgRcv.data[3]; canMsgSnd.data[4] = canMsgRcv.data[4]...
  5. A

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

    I don't have a NAC, can't help here
  6. A

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

    If you change settings in NAC, then where “//Change personalization settings” line 1816 in the original sketch, change canMsgSnd.can_id = 0x15B; on canMsgSnd.can_id = 0x1DB; should work
  7. A

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

    you need to use id 0x1DB instead of 0x15B, work for me:
  8. A

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

    I asked and answered: to make 2e9 work, it was necessary to send fake frames from telematics (1A9, 1E9), music on ID 328.
  9. A

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

    Helloi, I installed Cirocco on my Citroen C5 X7(from ds7 2019), and everything works. I have an Android multimedia system instead of the RD4, and I wrote an app to manage suspension/personalization/cirocco. However, all I've managed to achieve is changing the color to yellow/blue/red. I was...