[TUTO] Télécodage et calibration d'un NAC / RCC / CIROCCO / CMB_NUM SANS Diagbox via Arduino





très bon boulot les gars je viens de récupérer une Peugeot 208 ANNÉE 2020 mais malheureusement elles est pas équiper de la camera de recul ,et je voudrais bien l installer ,ma question est si je peux l a activer
via Arduino . merci
oui, le logiciel est fait pour ce type d'opération.
 




Une caméra 180°, télécodée dans le NAC, est affichée peu importe l'état du BSI (pas essayé sur RCC)
 

Bonjour à tous,
Peut-on encore faire des télécodages avec Diagbox en AUTO avec un JETON ?
J'ai cru lire quelque part (mais je ne sais plus où !) que ce n'était plus possible !
A cause d'un Code RMI ??? (Je ne sais pas ce que c'est !)
Bonne fin de grand WE !
 


Hello guys i have a 208 GT Line with tomtom Navi 10in screen, i was wondering if it was possible in someway to hide or remove the two bar at the sides of the screen, like i'd like to use android auto on full screen, but there are these damn sidebars!!
 



Thank you very much for your sharing, dear VLud. I connected with db9-obd pins according to the link you shared. My car is using a 2019 model peugeot 3008 gtline copper theme right now. I do not have a red theme on my car. How can I enable it. I made a backup of the parameter file. How can I activate watching video in motion.
arduinoobd.png
Abi Selamın aleyküm benim aracım 2021 3008 allure. Kendim gt line tema yüklemek istiyorum nasıl yapılıyor neler yapmam gerektiğini anlatabilirmisin lütfen rica etsem.
 

Je viens de recevoir mon Arduino Nano + carte (qui va bien).
Par contre il faut changer qqch dans le fichier ".ino" ?
Placer 9 à la place de 10 ?

J'ai une erreur :
Une erreur est survenue lors du transfert du croquis
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xba

Savez-vous pourquoi ?

J'ai continué à chercher et je suis bassé en (Old bootloader)
 
Dernière édition:

Chinese RCC, activated Android Auto, the icon appeared, but the application did not start.
SAVE_20210526_190226.jpg
A screen with a message is displayed and hangs on it for hours.
SAVE_20210526_190238.jpg

RCC firmware version
SAVE_20210526_190745.jpg

How can you run Android Auto on this RCC ?
 

Bon,

je viens d'essayer avec 2 cables directs vers la prise OBD2 de mon 5008, et bien j'ai l'erreur 7F0000 après la commande "764:664", d'ailleurs j'ai le meme souci (sans meme être branché à la voiture), donc souci de montage ?

je n'ai aucune soudure mais des cables F-F entre les 2 cartes
j'ai un jumper J1, placé en 8MHz et place 9 pour la partie CS_PIN_CAN0
#define SKETCH_VERSION "1.6"
#define CAN_RCV_BUFFER 40
#define CAN_DEFAULT_DELAY 5 // Delay between multiframes
#define MAX_DATA_LENGTH 512
#define CS_PIN_CAN0 9
#define SERIAL_SPEED 115200
#define CAN_SPEED CAN_500KBPS // Diagnostic CAN bus - High Speed
#define CAN_FREQ MCP_8MHZ // Switch to 8MHZ if you have a 8Mhz module


une idée pour trouver la solution ?

Photo de mon montage
20210526_192241.jpg
 
Dernière édition:


Bon,

je viens d'essayer avec 2 cables directs vers la prise OBD2 de mon 5008, et bien j'ai l'erreur 7F0000 après la commande "764:664", d'ailleurs j'ai le meme souci (sans meme être branché à la voiture), donc souci de montage ?

je n'ai aucune soudure mais des cables F-F entre les 2 cartes
j'ai un jumper J1, placé en 8MHz et place 9 pour la partie CS_PIN_CAN0
#define SKETCH_VERSION "1.6"
#define CAN_RCV_BUFFER 40
#define CAN_DEFAULT_DELAY 5 // Delay between multiframes
#define MAX_DATA_LENGTH 512
#define CS_PIN_CAN0 9
#define SERIAL_SPEED 115200
#define CAN_SPEED CAN_500KBPS // Diagnostic CAN bus - High Speed
#define CAN_FREQ MCP_8MHZ // Switch to 8MHZ if you have a 8Mhz module


une idée pour trouver la solution ?

Photo de mon montage
Voir la pièce jointe 21487
try "> 764:664" without quotes
And remove the blue jumper. I also use that module, but I changed the crystal oscillator to 16MHz
 

Bon,

je viens d'essayer avec 2 cables directs vers la prise OBD2 de mon 5008, et bien j'ai l'erreur 7F0000 après la commande "764:664", d'ailleurs j'ai le meme souci (sans meme être branché à la voiture), donc souci de montage ?

je n'ai aucune soudure mais des cables F-F entre les 2 cartes
j'ai un jumper J1, placé en 8MHz et place 9 pour la partie CS_PIN_CAN0
#define SKETCH_VERSION "1.6"
#define CAN_RCV_BUFFER 40
#define CAN_DEFAULT_DELAY 5 // Delay between multiframes
#define MAX_DATA_LENGTH 512
#define CS_PIN_CAN0 9
#define SERIAL_SPEED 115200
#define CAN_SPEED CAN_500KBPS // Diagnostic CAN bus - High Speed
#define CAN_FREQ MCP_8MHZ // Switch to 8MHZ if you have a 8Mhz module


une idée pour trouver la solution ?

Photo de mon montage
Voir la pièce jointe 21487
from your pics looks like you conected CS from mcp to D10 arduino nano , se you need setup in sketch
CS_PIN_CAN0 10
 

Hello guys i have a 208 GT Line with tomtom Navi 10in screen, i was wondering if it was possible in someway to hide or remove the two bar at the sides of the screen, like i'd like to use android auto on full screen, but there are these damn sidebars!!
Guys anyone that know this?
 

Bonjour à tous,
J’ai eu la même erreur que @bbksoft à savoir 7F0000 quand je lance la commande "> 764:664" (avec les guillemets) et un message « OK » quand je lance la commande sans les guillemets.

J’ai un jumper aussi J1
 

Hello
I have an issue with nac w3 from a dispatch van it is in my car now but i cannot change the picture that shows when doors open or car in reverse i have tried different parameters and still the same could someone please help or advise

tank you
 

@tous, pourquoi mon Antivirus détecte un trojan dans le fichier PSA....exe ?
Un réel souci il faut en avoir peur ou c'est une erreur de classification de certain AV ?
 



@marcins , i changed my cabling to your exact picture => now, my cabling is similar
@Miguel Angel , i changed also my sketch to :
#define CS_PIN_CAN0 10
#define CAN_FREQ MCP_16MHZ

remove the jumper J1 (remove blue cable)

but always the error with 7F0000 (the quote in my first message it's juste for the message not include when i write into the IDE)

20210528_082320.jpg
 

@marcins , i changed my cabling to your exact picture => now, my cabling is similar
@Miguel Angel , i changed also my sketch to :
#define CS_PIN_CAN0 10
#define CAN_FREQ MCP_16MHZ

remove the jumper J1 (remove blue cable)

but always the error with 7F0000 (the quote in my first message it's juste for the message not include when i write into the IDE)

Voir la pièce jointe 21514
the mcp is 8MHz not 16

change back only to 8MHz