Contenu récent par felixbsb

  1. felixbsb

    Arduino Sketch for 308/3008/508 Digital Cluster Retrofit

    please, send me sketch too.
  2. felixbsb

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

    Showwww. Share the solution with us?
  3. felixbsb

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

    Were you able to resolve the issue of lights: stop, injection and brake (508)?
  4. felixbsb

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

    Understand. But how to include the ID361 in the arduino code? This I don't know how to do.
  5. felixbsb

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

    Checks that there is no conflict with RT6 / RNEG. Via diagbox you must disable the parameterization menu options, language, units and time on RT6 / RNEG. In my car the parameterization menu was activated on RT6 / RNEG, however it was not possible to activate or deactivate any option (blinking)...
  6. felixbsb

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

    Thanks! Brazil language ID is wrong. The correct is ID 8 (Brazilian Portuguese) 8 * 4 + 128 = 160
  7. felixbsb

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

    Thank you. It worked. byte languageNum = 132; // (0x80) FR - If you need EN as default : 132 (0x84) What is the language code of Portuguese BR? What is the number? and How to change to Km / l? The following code didn't work for me. bool kmL = true; // km/L statistics instead of L/100...
  8. felixbsb

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

    Hi. Could you help me? When compiling the .ino file in the arduino IDE interface, the following errors are presented: D:\BIBLIOTECAS\Documentos\Arduino\can-adapter\can-adapter.ino: In function 'void setup()': D:\BIBLIOTECAS\Documentos\Arduino\can-adapter\can-adapter.ino:156:38: warning...