Hi! No I didn't solve this issue. Trying to find 308 with rt4/6/rneg and listen to can-bus via canhackerHello, would you know how to solve the problem that it does not show the altitude on the dashboard?
Can this information be returned?
Cheers!
Hi! No I didn't solve this issue. Trying to find 308 with rt4/6/rneg and listen to can-bus via canhackerHello, would you know how to solve the problem that it does not show the altitude on the dashboard?
Can this information be returned?
Cheers!
Because sw in BSI is to oldhow to set the rear view camera in Arduino? In NAC, it is active but will not turn on.
peugoet 407
You have to change BSI with newer one. Date of production should be from ~May/June 2012 (308/c3 picasso/C5 for example).how to set the rear view camera in Arduino? In NAC, it is active but will not turn on.
Hello. NAC mounted, everything works as it should. The only problem is the PDC sensors are too loud.
how to set the rear view camera in Arduino? In NAC, it is active but will not turn on.
peugoet 407
Have you tried to change VIN in BSI via DiagBox? I think It's much simplier.Hello Vlud and the rest of the great community!
Would it be possible to connect this gateway adapter to communicate between CAN2010 to CAN2010?
Have you tried to change VIN in BSI via DiagBox? I think It's much simplier.
photo of my settings zone 2100. But I don't see the 0100 zoneJust install a 180° camera, it will be displayed on the NAC no matter what the BSI is
Concerning AAS sound, on Wave3/4 you can adjust volume level (if enabled inside 2100 zone), else the volume is stored inside 0100 zone (calibration)
BSI04EV2 KE5-00whats the sw ref nr?(new bsi) can you make setting printscreen in english?
SW calibrarion ref from diagbox not HWBSI04EV2 KE5-00
981219008002
manufacture date 17.12.2015
Смогли решить вопрос с фарами: стоп, впрыск и тормоз (508)?
Already posted. https://www.drive2.ru/l/638494374782583696/Showwww. Share the solution with us?
What improvements or inconveniences can using listen can 2004 bring, when we use Nac and Cirocco for example in C5 x7? what should be the choice for my case?1) Your EEPROM is probably containing a bad language value so reset it using resetEEPROM and/or set listenCAN2004Language to false
2) Reminder:
Feel free to contribute to the project, don't expect me to make the work for you (I don't have any RT6 to debug this)
Hello, you need to use Peugeot 208 calibration, in the sketch of can 2004-2010 mark the C5 steering wheel option there are several options in it, the last one is the one I like the most.And with the Psa diag application, one of the tabs is steering wheel type, you must choose type 13.Hello, I have Citroen C5 X7 and added NAC from Peugeot 508. I have made CAN2004<>CAN2010 interface according to instructions in this forum. I have used Diagbox to set a proper settings and VIN in NAC unit. I have loaded program to Arduino and set the configuration to C5 X7.
The problem is that NAC starts with Vietnamese language and I cannot switch it to anything else. Also NAC is not responding to all buttons on steering wheel except volume up/down/mute.
I think I have soldered Arduino properly, I can see TX/TR green leds flashing constantly on both CAN cards.
Hello, you need to use Peugeot 208 calibration, in the sketch of can 2004-2010 mark the C5 steering wheel option there are several options in it, the last one is the one I like the most.And with the Psa diag application, one of the tabs is steering wheel type, you must choose type 13.
Installation de l'IDE Arduino
Récupérez et installez l'IDE compatible avec votre système d'exploitation directement sur https://www.arduino.cc/en/Main/Software
Ajout des librairies nécessaires au projet dans votre IDE
Téléchargez ces 3 fichiers .zip :
- arduino-mcp2515.zip - Librairie pour gérer les cartes CAN-BUS Shield
- DS1307RTC.zip - Librairie pour gérer le module RTC
- Time.zip - Librairie pour travailler sur l'heure
Et ajoutez les une par une via ce menu:
![]()
Compiler le programme
Et voici enfin le principal, ce qui m'a pris plusieurs heures d'analyse / d'essais / de batterie à plat : arduino-psa-comfort-can-adapter.ino
Vous avez le choix entre copier le code source depuis le RAW et enregistrer le fichier .ino ou bien récupérer le ZIP du master pour directement récupérer le .ino et les ZIP des librairies
![]()
Uploader le programme
Branchez votre Arduino en USB sur votre ordinateur.
Vous n'avez plus qu'à uploader le programme sur votre Arduino en cliquant sur la flèche allant à droite, vérifiez bien dans Tools > Port que vous avez bien sélectionné le bon port.
![]()
Débogage / Vérification
Vous pouvez vérifier les messages de debug directement via la console série (attention à bien vérifier que le "baud rate" est bien à 115200) en changeant au préalable debugGeneral à "true":
![]()
Evidemment si vous voulez voir quelque chose d’intéressant il faut que vous connectiez l'Arduino en USB sur votre PC Portable pendant qu'il est connecté au CAN-BUS de la voiture
Extra
Pour ceux qui seraient tenter d'intégrer l'adaptateur (plutôt en Nano) directement dans le NAC c'est parfaitement faisable ! On y trouve tout ce dont on a besoin et on peut couper les deux lignes CAN au dessus du TJA1055/3 présent sur la carte mère (carte en haut) en dessoudant les résistances 0 Ohms et donc avoir une entrée (CAN2004) et une sortie (CAN2010 converti par l'Arduino)
![]()