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

Hello
I have a problem with my RCC A1 on C3 Aircross.
I bought a 180 reverse camera kit from i install it in my car i used the arduino to activate the camera a took image when i put reverse gear but i have a problem The right thinks from behind the car at screen they are on the left side . My HMI:rcc_2022_82.22.16.00 V850 VERSION:rcc_19_19.1s18.15 Please help me i dont know what to do?

This is what I have from factory with 180 back camera in my C5AC with RCC
 

Pièces jointes

  • 2105 AVP.jpg
    2105 AVP.jpg
    97.2 Ko · Affichages: 158
  • 2106 AVR.jpg
    2106 AVR.jpg
    69.7 Ko · Affichages: 147


Hello!, what would be the hex value for "Driver comfort", that function that moves the memory electric seat back and fordward when you enter/exit the car, on PSA interface it won't show, it is in the comfort section of the BSI in Diagbox as I understand, how can I find out how to edit it using Arduino? Thank you!
 

Hello!, what would be the hex value for "Driver comfort", that function that moves the memory electric seat back and fordward when you enter/exit the car, on PSA interface it won't show, it is in the comfort section of the BSI in Diagbox as I understand, how can I find out how to edit it using Arduino? Thank you!

I have this
"234C" "CFG_AWD_BSI_FONCTION_ACCUEIL_CON_000"
"Availability of driver meeting function"
 
  • J'aime
Reactions: MPC98

Merci. Bon, avec tes éléments et mes recherches, finalement, j'ai compris que c'est un RCC A1, et que ce n'est pas que le software...
Salut, sauf erreur de ma part, tu n'as pas répondu à la question sur la version de ton firmware ?
Peux tu vérifier et nous communiquer la version ?

D'après la réponse de @rui.saraiva , il y aurait moyen de l'activer moyennant la mise à jour du firmware :
Not really. It could have an old 5.xx.xx.xx firmware that must be updated first to a 21.xx.xx.xx version.
 
Dernière édition:

I have this
"234C" "CFG_AWD_BSI_FONCTION_HOME_CON_000"
"Availability of driver meeting function"
Thank you very much for the response!, did you activated yourself?, if so, did you just unlocked the bsi and attribute it 1, like 2E234C01, or something like that?
 
Dernière édition:

Thank you very much for the response!, did you activated yourself?, if so, did you just unlocked the bsi and attribute it 1, like 2E234C01, or something like that?

I dont have electric seats, i cant test it. but yes, its a boolean value, check what you have now.
 




Do you happen to know what calibration/configuration did he used in order to have the parameter available?

No, sorry. But beside the activation, you will need also to have the option in your Nac/Rcc that probably with vlud app can be set to be visible
 

No, sorry. But beside the activation, you will also need to have the option in your Nac/Rcc that probably with vlud app can be set to be visible
Oh, ok, so it'll have to be one more option ticked, something with "Touch button" I suppose, I imagine it'll have to be in the same zone, Idk how should I be able to see it, should I go trial and error, changing whatever I see there based on what the serial tells me, or..?
The user you got the zone from, didn't said anything about the touch button?
 


have you checked if there is the touch activation in vlud app?
Yes, I did and unfortunately there is nothing related to that...:(, if you look at the zones list on https://github.com/ludwig-v/arduino-psa-diag/blob/master/zones/BMF.md , you won't find 234C, it is 234B, 234D, but C is missing. I also looked at various config. files for different brands, but none has that zone...
I looked through the forum, but didn't find a clear way of how to make certain zones appear in paramteters, I didn't even see anything reffering to 234C zone until you told me about it. I am away for the whole week, only when I get back home I can start trying to fiddle with this and see if I can maybe find some correlation between other zones and try to send similar commands, maybe it'll work...
 
Dernière édition:


EDIT: SOLVED some posts ahead: https://www.forum-peugeot.com/Forum...gbox-via-arduino.121767/page-149#post-2736652

34 -request download
A0 -configuration Ecu
00 -mem address high
00 -mem address medium
00 -mem address low
06 -mem size
05 -Id Tlc Dae
CC -coding option CC means (AVEC STTA OU SANS STT,AVEC CITY PARK,AVEC LKA,AVECCONTROLE DYNAMIQUE,SANS AVA) where DD (SANS STT OU AVEC STTA ,SANS CITY PARK,AVEC LKA, SANS CONTROLE DYNAMIQUE,SANS AVA)
FD -site for Secured Traceability (https://github.com/ludwig-v/arduino-psa-diag/blob/master/SITES.md)
000000 -signature tool (https://github.com/ludwig-v/arduino-psa-diag/blob/master/SIGNATURES.md)
F8A7 -checksum (varies)

Hello @marcins

I'm in the adventure of coding my own car, a 2019 3008 P84 Griffe.
It came without CVM2, which I was able to buy and install, now just coding.

Always before making changes, I read the reference materials and so far I've been understanding exactly, but because I didn't get some subjects, I was afraid to continue, because I always value creating a database that allows me to go back to the original.

Target: to activate High Beam Assist (HBA), Traffic Sign Recognition and Navigation (SLI/ISA), Driver Alertness Assist (DAA3), Lane Keeping Assist (LKA), Lane Departure Warning (AFIL).

I successfully got HBA and SLI/ISA working.

For the others, I'm developing on top of the following codes from the attached txt that I found here in the forum, but with the following comments.

4 cables connected to camera (this is my model, the blue connector has 4 wires)
664 764 2E:2109:04:84 -> RCC/NAC
664 764 2E:2120:04:88 -> RCC/NAC
64A 74A 2E:2100:04:BC -> CVM_2
64A 74A 2E:2100:05:40 -> CVM_2
652 752 2E:23C0:04:01 -> BSI
652 752 2E:2326:04:01 -> BSI
652 752 2E:D535:04:00 -> BSI
652 752 2E:2415:04:03 -> BSI
652 752 2E:D524:04:01 -> BSI
652 752 2E:D536:04:01 -> BSI
652 752 2E:236C:04:01 -> BSI
652 752 2E:2414:04:03 -> BSI
652 752 2E:242F:04:01 -> BSI
652 752 2E:244C:04:01 -> BSI
652 752 2E:240D:04:00 -> BSI
652 752 2E:2436:04:00 -> BSI
65F 75F 2E:2100:05:FD -> CIROCCO
65F 75F 2E:2100:06:94 -> CIROCCO
65F 75F 2E:2100:07:8C -> CIROCCO
65F 75F 2E:2100:15:0F -> CIROCCO
65F 75F 2E:2100:21:01 -> CIROCCO
695 6B5 34A00000000605C800020000F4C3 -> DAE_BVH2

RCC/NAC: OK, using PSA-Arduino-NAC.exe. Although the return of the 2 bytes was not the same as above.
CVM_2: I don't understand the conversion that occurs from a segment "00000000" (present in cvm2.txt) to 2 bytes that we read from the car, but since the camera came from a crashed car (Griffe Pack) that had the functions I want activated, I didn't change anything. (EDIT: on next post I figured out how to do this conversion)
BSI: OK, using the tool in this topic and the bsi_2010.txt database.
CIROCCO: OK, using PSA-Arduino-CIROCCO.exe. Although the return of the 2 bytes was not the same as above.
DAE_BVH2: Here lies a greater doubt, in the previous pages I understood the construction of the command, part by part, but I couldn't find the source to build the content that varies, such as CC, DD, C8 or FD (as it originally came on the car). In the code above, "00" is used as Site for Secured Traceability, why not FD? And finally, it uses "020000" as the signature tool, but in the vlud table, it doesn't have that reference.

Would you help me? :)
 

Pièces jointes

Dernière édition:

Hello @marcins

I'm in the adventure of coding my own car, a 2019 3008 P84 Griffe.
It came without CVM2, which I was able to buy and install, now just coding.

Always before making changes, I read the reference materials and so far I've been understanding exactly, but because I didn't get some subjects, I was afraid to continue, because I always value creating a database that allows me to go back to the original.

Target: to activate High Beam Assist (HBA), Traffic Sign Recognition and Navigation (SLI/ISA), Driver Alertness Assist (DAA3), Lane Keeping Assist (LKA), Lane Departure Warning (AFIL).

I successfully got HBA and SLI/ISA working.

For the others, I'm developing on top of the following codes from the attached txt that I found here in the forum, but with the following comments.



RCC/NAC: OK, using PSA-Arduino-NAC.exe. Although the return of the 2 bytes was not the same as above.
CVM_2: I don't understand the conversion that occurs from a segment "00000000" (present in cvm2.txt) to 2 bytes that we read from the car, but since the camera came from a crashed car (Griffe Pack) that had the functions I want activated, I didn't change anything.
BSI: OK, using the tool in this topic and the bsi_2010.txt database.
CIROCCO: OK, using PSA-Arduino-CIROCCO.exe. Although the return of the 2 bytes was not the same as above.
DAE_BVH2: Here lies a greater doubt, in the previous pages I understood the construction of the command, part by part, but I couldn't find the source to build the content that varies, such as CC, DD, C8 or FD (as it originally came on the car). In the code above, "00" is used as Site for Secured Traceability, why not FD? And finally, it uses "020000" as the signature tool, but in the vlud table, it doesn't have that reference.

Would you help me? :)

Great news, I found myself how CVM functions are read :)

Following the study.

CVM2_map.jpg
Read.jpg
Proposal.jpg

As you can observe, both "Involuntary line crossing alert function" and "Function with license plate recognition and navigation" is disabled.

BUT, now that I need to write on it to activate them, I coudn't figure out which Secured Traceability to use =/ (if it is necessary)

>74A:64A
1003
222100
:E2E5:03:03
2E2100BC40
2E?????????? EDIT: There's no need for ST in this part.
222100
1001
 
Dernière édition:

...

BUT, now that I need to write on it, I coudn't figure out which Secured Traceability to use =/

>74A:64A
1003
222100
:E2E5:03:03
2E2100BC40
2E??????????
222100
1001

for example 2E2901FD000000010101

btw, your two last attachments in the previous post are not visible
 



Guys... I made it work! :D:D:D

High Beam Assist (HBA), Traffic Sign Recognition and Navigation (SLI/ISA), Driver Alertness Assist (DAA3), Lane Keeping Assist (LKA), Lane Departure Warning (AFIL)

Just follow the parameters attached.

01.png

02.png

A big thanks for everyone that posted the information little by little on the extense number of pages here, and specially to @VLud and @bagou91 for sharing their great tools ;)
 

Pièces jointes

Dernière édition:


Guys... I made it work! :D:D:D

High Beam Assist (HBA), Traffic Sign Recognition and Navigation (SLI/ISA), Driver Alertness Assist (DAA3), Lane Keeping Assist (LKA), Lane Departure Warning (AFIL)

Just follow the parameters attached.

Voir la pièce jointe 32744

Voir la pièce jointe 32745

A big thanks for everyone that posted the information little by little on the extense number of pages here, and specially to @VLud and @bagou91 for sharing their great tools ;)
Leaonardolb, there are no words worth enough to say thank you!

With information you shared, I got rid of my doubts with parameters and I was able to succesully enable HBA and LKA on CVM2.
 

Imagine WhatsApp 2023-07-16 la 10.05.28.jpg Imagine WhatsApp 2023-07-16 la 10.05.28.jpg Imagine WhatsApp 2023-07-16 la 10.05.28.jpgwhy connected services not working? nac wave 4 is from citroen and is mounted on peugeot 508 hybrid.Connected services are active.
 

Guys... I made it work! :D:D:D

High Beam Assist (HBA), Traffic Sign Recognition and Navigation (SLI/ISA), Driver Alertness Assist (DAA3), Lane Keeping Assist (LKA), Lane Departure Warning (AFIL)

Just follow the parameters attached.

Voir la pièce jointe 32744

Voir la pièce jointe 32745

A big thanks for everyone that posted the information little by little on the extense number of pages here, and specially to @VLud and @bagou91 for sharing their great tools ;)

Amazing work and thanks for sharing! You deserve all the beer in the world.

Out of curiosity, what is that param in CVM2 and why did you change it? I didn't get that part
Also, anything for Active Safety Brake? Seems like zone 23FD in BSI is responsible for it, but its value is ENUM, not bool
 
Dernière édition:
  • J'aime
Reactions: Leonardolb

Hello and wish you all a great day!
Firstly, big thanks to @VLud & @bagou91 for making this amazing tool, u`re the goats!

Here to share my achievements, the car is a 508 II SW 2020, EAT8, Diesel, Night Vision, Wave 4.


1. Big thanks to @Albatros24 for helping me with the activation of the park assist, since he already posted his progress on this thread, I`ll briefly follow up his steps with my modifications:

Code:
DAE_BVH2: Modify Zone A0: Replace DD by CC

========
>6B5:695
81
21A0 -> 61 A0 05C0DD0002000000
:2305:83:C0
34A00000000605CCFD000000F8A7
21A0 -> 61 A0 05C0CC0002000001
82

This is what I was more afraid of, but, conveniently enough, his 2020 C5 Aircross has the same power steering ECU as mine, coding was identical, not even needed to change the checksum.

Code:
BSI: Modify Zone 2300: Replace 13 by 33
===
>752:652
1003
222300
:B4E0:03:03
2E230033
2E2901FD000000010101
222300
1001

Straight forward enough.

Code:
AAS_UDS: Modify Zone 2101: Replace A5 by BD

=======
>75D: 65D
1003
222101
:D1F5:03:03
2E2101BD
2E2901FD000000010101
222101
1001

Here, apparently, there are some differences regarding zone 2101 for me, hence, upon reading, hex values were completely different, therefore couldn`t write to it without getting 7F2E13, invalid zone data error so I decided to leave it alone.
Also, I had to change the unlock key to B6F0:03:03 since my car has the UDS_G6 version.

Code:
NAC: Modify Zone 210C: Replace 0010 by C010

===
>764:664
1003
22210C
:D91C:03:03
2E210CC010
22210C
1001

Simple enough, although this can also be done much easier through the PSA diag app.

After all the coding is done, for me, at first, I couldn`t access the parking assist menu in the NAC, although the menu was present. I eventually turned off the car for a minute and allowed all ECUs to restart and then it worked, maybe someone might want to know this if they try it before they jump to other conclusions and waste an hour on useless troubleshooting like me :).

Before I go to the next point, The parking assistance works as it should in terms of space measurements, auto power steering, but, since I have an EAT8, it asks me to put in in neutral and release the brake for the maneuver to start , but when I take my foot off the brake, nothing happens, but if I put it myself in Drive or Reverse, it works.
As far as I can tell, correct me if I`m mistaken, it seems that something is missing regarding either the ESP for the brake pedal, or something related to the gearbox. Now, I remember that this subject was already touched sometime, pages ago on the forum, but I don`t remember if a solution was found by someone, if there is and I missed it, I would kindly appreciate the person that could help me out on this one or a simple reminder if the problem was already addressed before, thank you in advance!.
The only problem with this is that the car doesn`t brake by itself and it also assumes that the parking assist is fully autonomous and it doesn`t even tell you when to stop/go like other cars with semi-automatic parking systems do, so you got to be careful as is up to your intuition to stop when you`re too close !
I believe that this is due to the lack of a dedicated physical button on the gear knob (I have a manual gearchange mode button instead), which cars with park assist equipped from the factory have, on those you are meant to keep the button pressed all the time until the maneuver finishes as a safety feature and without that, I don`t think the gearbox can work in full automatic mode...It would be nice if there could be a touch button on the NAC or something, but I don`t think something like this exists...Maybe with some clever tweak with readdressing a button to it or something, idk...

2. Big thanks and shoutout to @ezeyhomero for helping me activate the "Driver Welcome" function
I have this
"234C" "CFG_AWD_BSI_FONCTION_HOME_CON_000"
"Availability of driver meeting function"
Thanks to him and the user that he says provided this zone, I managed to telecode this zone.
Needless to say that for this function to work, you need electric seats with memory function, which I have
234C is a BSI zone and the telecoding is very easy, all I did is write the 00 with 01 and that was it, the code looks something like this:

Code:
>752:652

1003
22234C
62234C00
:B4E0:03:03
2E234C01
1001


Also, while this is all I did, the "Driver Welcome" function appeared in the vehicle settings under the Parking/Vehicle access tab, which allows for the function to be turned no/off. You might need to check with the PSA diag. app. if it`s shown as a visible tab, if not, just choose it in either of the available tabs from the 2127 zone , mine is under "Parking/Vehicle Access", do that and you should be able to see it.
In conclusion, I did test this zone on my car that has electric memory seats and it works 100%, as far as I can tell,@VLud, in my opinion, this could be safely implemented into the app and/or github on the all zones thread, because at the moment is not present.
Yes, I did and unfortunately there is nothing related to that... :(, if you look at the zones list on https://github.com/ludwig-v/arduino-psa-diag/blob/master/zones /BMF.md , you won't find 234C, it is 234B, 234D, but C is missing. I also looked at various config. files for different brands, but none has that zone...
(old me :D).

I and also some of them thanks to @Jlozde and his Christmas presents :P (https://www.forum-peugeot.com/Forum...gbox-via-arduino.121767/page-118#post-2676002), also managed to activate several other functions like:
- Activation of all atmosphere themes
- Display of the iCockpit Amplify function (wich my car had it in the beginning, but oddly enough, at some point, it disappeared...)
- Activation of the trip computer in NAC, ECO coach
- Activation of the adjusting speed controls for cruise control/speed limiter
- Activation of the Driver Vigilance
- Activation of the Diagnostics menu with alerts history and it also includes a sub-menu where you can check the car status/maintenance status/indirect or direct TPMS system status (nice)
- Activation of the media display on CIROCCO
- Activation of the grip control for Mud/Sand/Snow
Although these subjects were covered on this forum before, but I`m glad to help to the best of my abilities if someone requires it from me :).

I will link my log file alongside my original backup calibration for my car because if it helps this concept even a little bit, I`m more than happy to contribute, because this is a gem for DIY passionates that just wanna` make as many things as possible to work!:D

For the end, I want to address a few questions of my own and I will be more than grateful to whom will be able to help me:D

- The previous presented matter of the brake pedal/gearbox not working properly with park assist.
- When I activate iCockpit Amplify, for some reason, if I select either Boost or Relax, engine mode won`t change to sport or eco/comfort, is this a bug, has anyone encountered it and is there a solution?, because in the meantime , I disabled the option to change engine modes in iCockpit Amplify.
- Also, the themes menu works for the NAC, but the CIROCCO supports yet just 3 of them, Copper/Blue and the third one being "Red" but it displays the Hybrid theme oddly enough Is it a known bug? I`ve seen people on this forum with this problem, is this related to the CIROCCO firmware? did anyone figure it out?

Thanks in advance and cheers!
 

Pièces jointes

Dernière édition:

Before I go to the next point, The parking assistance works as it should in terms of space measurements, auto power steering, but, since I have an EAT8, it asks me to put in in neutral and release the brake for the maneuver to start , but when I take my foot off the brake, nothing happens, but if I put it myself in Drive or Reverse, it works.

I also managed to activate several other functions like: activation of all ambiance themes, display of the iCockpit Amplify function (wich my car had it in the beginning, but oddly enough, at some point, it disappeared...), activation of the trip computer in NAC, ECO coach.

Congrats for the achievements.

Regarding park assist, what you describe is how it works, drive and reverse are manual actions. There is one requirement to be automatic too, but i don't remember the case.

Can i ask you a pic of the trip computer in NAC?
 
  • J'aime
Reactions: weirdcactus

Hello and wish you all a great day!
Firstly, big thanks to @VLud & @bagou91 for making this amazing tool, u`re the goats!

Here to share my achievements, the car is a 508 II SW 2020, EAT8, Diesel, Night Vision, Wave 4.


1. Big thanks to @Albatros24 for helping me with the activation of the park assist, since he already posted his progress on this thread, I`ll briefly follow up his steps with my modifications:

Code:
DAE_BVH2: Modify Zone A0: Replace DD by CC

========
>6B5:695
81
21A0 -> 61 A0 05C0DD0002000000
:2305:83:C0
34A00000000605CCFD000000F8A7
21A0 -> 61 A0 05C0CC0002000001
82

This is what I was more afraid of, but, conveniently enough, his 2020 C5 Aircross has the same power steering ECU as mine, coding was identical, not even needed to change the checksum.

Code:
BSI: Modify Zone 2300: Replace 13 by 33
===
>752:652
1003
222300
:B4E0:03:03
2E230033
2E2901FD000000010101
222300
1001

Straight forward enough.

Code:
AAS_UDS: Modify Zone 2101: Replace A5 by BD

=======
>75D: 65D
1003
222101
:D1F5:03:03
2E2101BD
2E2901FD000000010101
222101
1001

Here, apparently, there are some differences regarding zone 2101 for me, hence, upon reading, hex values were completely different, therefore couldn`t write to it without getting 7F2E13, invalid zone data error so I decided to leave it alone.
Also, I had to change the unlock key to B6F0:03:03 since my car has the UDS_G6 version.

Code:
NAC: Modify Zone 210C: Replace 0010 by C010

===
>764:664
1003
22210C
:D91C:03:03
2E210CC010
22210C
1001

Simple enough, although this can also be done much easier through the PSA diag app.

After all the coding is done, for me, at first, I couldn`t access the parking assist menu in the NAC, although the menu was present. I eventually turned off the car for a minute and allowed all ECUs to restart and then it worked, maybe someone might want to know this if they try it before they jump to other conclusions and waste an hour on useless troubleshooting like me :).

Before I go to the next point, The parking assistance works as it should in terms of space measurements, auto power steering, but, since I have an EAT8, it asks me to put in in neutral and release the brake for the maneuver to start , but when I take my foot off the brake, nothing happens, but if I put it myself in Drive or Reverse, it works.
As far as I can tell, correct me if I`m mistaken, it seems that something is missing regarding either the ESP for the brake pedal, or something related to the gearbox. Now, I remember that this subject was already touched sometime, pages ago on the forum, but I don`t remember if a solution was found by someone, if there is and I missed it, I would kindly appreciate the person that could help me out on this one or a simple reminder if the problem was already addressed before, thank you in advance!.

2. Big thanks and shoutout to @ezeyhomero for helping me activate the "Driver Welcome" function

Thanks to him and the user that he says provided this zone, I managed to telecode this zone.
Needless to say that for this function to work, you need electric seats with memory function, which I have
234C is a BSI zone and the telecoding is very easy, all I did is write the 00 with 01 and that was it, the code looks something like this:

Code:
>752:652

1003
22234C
62234C00
:B4E0:03:03
2E234C01
1001

Also, while this is all I did, the "Driver Welcome" function appeared in the vehicle settings under the Parking/Vehicle access tab, which allows for the function to be turned no/off. You might need to check with the PSA diag. app. if it`s shown as a visible tab, if not, just choose it in either of the available tabs and you should be able to see it.
In conclusion, I did test this zone on my car that has electric memory seats and it works 100%, as far as I can tell,@VLud, in my opinion, this could be safely implemented into the app and/or github on the all zones thread, because at the moment is not present. (old me :D).
I also managed to activate several other functions like: activation of all ambiance themes, display of the iCockpit Amplify function (wich my car had it in the beginning, but oddly enough, at some point, it disappeared...), activation of the trip computer in NAC, ECO coach. Although these subjects were covered on this forum before, but I`m glad to help to the best of my abilities if someone requires it from me :).
I will link my log file alongside my original backup calibration for my car because if it helps this concept even a little bit, I`m more than happy to contribute, because this is a gem for DIY passionates that just wanna` make as many things as possible to work!:D

For the end, I want to address a few questions of my own and I will be more than grateful to whom will be able to help me:D

- The previous presented matter of the brake pedal/gearbox not working properly with park assist.
- When I activate iCockpit Amplify, for some reason, if I select either Boost or Relax, engine mode won`t change to sport or eco/comfort, is this a bug, has anyone encountered it and is there a solution?, because in the meantime , I disabled the option to change engine modes in iCockpit Amplify.

Thanks in advance and cheers!

Yes it ask to put in N but in reality you should pur in D and accelerate brake and put in R when required. It happen to me as well, it is not full automatic, but semi automatic, try!
 

Amazing work and thanks for sharing! You deserve all the beer in the world.

Out of curiosity, what is that param in CVM2 and why did you change it? I didn't get that part
Also, anything for Active Safety Brake? Seems like zone 23FD in BSI is responsible for it, but its value is ENUM, not bool
@weirdcactus , I explained the CVM2 code on a previous post: https://www.forum-peugeot.com/Forum...gbox-via-arduino.121767/page-149#post-2736519

About the Active Safety Brake, it depends on the presence of radar, I'm studying it's implementation, but it's a more difficult path.

With only CVM2 maybe we can at least have the Colision Risk Alert (which only warns you, without autonomous brake), but I have no succes until now, every attempt let me with a "malfunction warning" on the screen.
 
  • J'aime
Reactions: weirdcactus

@weirdcactus , I explained the CVM2 code on a previous post: https://www.forum-peugeot.com/Forum/threads/tuto-télécodage-et-calibration-dun-nac-rcc-cirocco-cmb_num-sans-diagbox-via-arduino.121767/page-149#post-2736519

About the Active Safety Brake, it depends on the presence of radar, I'm studying it's implementation, but it's a more difficult path.

With only CVM2 maybe we can at least have the Colision Risk Alert (which only warns you, without autonomous brake), but I have no succes until now, every attempt let me with a "malfunction warning" on the screen.

I saw on another forum that CVMs have different functions depending on the software version installed and sometimes their architecture. Probably it doesn't have that function? Diagbox is able to show if the function is present or not.

Hn0c7nRDXLKIlOevdxOC8e0xhjg-1920.jpg
 
  • J'aime
Reactions: Leonardolb