CANhack.de CAN-Interface RKS+CAN
Diesel technology, engine technology, vehicle diagnostics, repair & maintenance.

ACC Sensor CAN IDs (Bosch MRR from Passat B8))

 
New Topic Reply 🔗 🖨 CANhack.de - Index » Engine CAN
Author Message
sebastianbs



Joined: 05/25/2017
Posts: 2
Karma: +0 / -0   Thank you, like it!


Free account, no CAN development support

Post25-05-2017, 18:00    Subject: ACC Sensor CAN IDs (Bosch MRR from Passat B8)) Quote

Hello everyone,

Here I have a Bosch MRR radar sensor (MRRevo14F, part number 3Q0907561B) from a Passat B8. I only have the sensor itself, unfortunately not a Passat to connect it to, and no documentation. I would like to extract distance data from the sensor. He shouldn't be running on a car anymore, but rather as a "toy" on a computer.

The MRR has two CAN buses, both operating at 500 kbit, and they generate a large amount of data packets. However, none of them seem to change with the angle of incidence, as I would expect with a radar distance measurement.

I read somewhere that the LRR can enter a fault mode if it doesn't receive regular confirmation/configuration packets. It's probably the same with MRR, and I need to figure out what kind of responses it expects first.

Does anyone have information about the IDs used, or even a vehicle with MRR (presumably referring to a specific technology or feature) where they could listen to the engine CAN bus?



You are not permitted to view these file(s), please log in or register for extended rights or status updates.

Back to top Profile PM
sebastianbs



Joined: 05/25/2017
Posts: 2
Karma: +0 / -0   Thank you, like it!


Free account, no CAN development support

Post26-05-2017, 9:41    Subject: ACC Sensor CAN IDs (Bosch MRR from Passat B8)) Quote

Hi,

I have been trying to map the two CAN buses.

MRR connector.
PinSignalColor
1GNDbrown
2CAN_Horange/blue (gray?)
3CAN_Lorange/brown
5CAN_Horange/white
6CAN_Lorange/brown
8V+black/green
So far, it also matches the pinout of the Bosch CAS-M. However, the CAN messages do not match.

Pin 2 and 3, and pin 5 and 6.

Does anyone know which CAN bus colors these refer to? I think the Motor-CAN cable should be orange/black?
Back to top Profile PM
Ulli13



Joined: 10/08/2012
Posts: 27
Karma: +19 / -0   Thank you, like it!
Location: Senden
2018 Audi A4 Avant
CAN Support

Post20-07-2017, 15:40    Subject: ACC Sensor Quote

Hello Sebastian,

I have an A4 B8 with an ACC sensor, and I can only advise you not to mess with it.
Before the ACC (Adaptive Cruise Control) becomes active, Audi engineers implement multiple safety checks; for example, the setting for the desired following distance is transmitted twice.
The lever also has a contact for confirmation. And there's probably also component protection. For example, the "Fin" element is present on all the cans, which likely indicates it's for the control system.

Best regards,
Ulli
Audi A4 B9 Bj 2018
Back to top Profile PM Email Garage
Ulli13



Joined: 10/08/2012
Posts: 27
Karma: +19 / -0   Thank you, like it!
Location: Senden
2018 Audi A4 Avant
CAN Support

CAN-Diagnose and chrhelm likes this.
Post20-07-2017, 15:50    Subject: ACC Can Quote

Here are some signals I found; there are probably some errors in them.

Best regards,
Ulli



You are not permitted to view these file(s), please log in or register for extended rights or status updates.

Audi A4 B9 Bj 2018
Back to top Profile PM Email Garage
chrhelm



Joined: 09/11/2019
Posts: 4
Karma: +0 / -0   Thank you, like it!


Premium Support

Post29-09-2019, 17:01    Subject: ACC sensor without car Quote

Hello,

I would also like to operate a radar system without having a car.

My ideas:

1) Industrial radar.
I can buy an industrial radar from Continental for just under 3000 EUR.

2) Passat Radar
I can buy a radar system from VW for 2000 EUR that is also compatible with my Passat B7.

3) 5Q0 907 561 K
You can find this new for €535.50 in the Golf, Polo, Leon, Toledo, Fabia, and Octavia models; used, it's even cheaper.

More ideas???

Option 3 is the most appealing in terms of price. I could also imagine feeding the radar with simulated vehicle CAN data.

But what about component protection?
A used car definitely has active component protection.
What about a new one?
As far as I know, the gateway distributes the component protection. Can I operate a new radar without a protective casing, as long as there is no gateway present?

Best regards,
CH
Back to top Profile PM
postmann
CAN-Profi
CAN-Profi


Joined: 05/23/2013
Posts: 142
Karma: +63 / -0   Thank you, like it!


CAN Support

Post01-10-2019, 11:21    Subject: ACC Sensor CAN IDs (Bosch MRR from Passat B8)) Quote

I haven't had a radar system from VW in my hands before, but I have had the LRR system from Mercedes. There are two versions of that product, one with CAN and one with FlexRay.

The CAN variant features an AR network management system, is passively activated, and, once "trained," provides object data. What I'm still missing is the interpretation of the data, which is likely a transport protocol.


Last edited on 01-10-2019, 11:22, edited 1 time in total.
Back to top Profile PM
chrhelm



Joined: 09/11/2019
Posts: 4
Karma: +0 / -0   Thank you, like it!


Premium Support

Post03-10-2019, 12:15    Subject: CAN IDs Quote

What program did Ulli13 actually use? The data is already clearly stated there.
Back to top Profile PM
postmann
CAN-Profi
CAN-Profi


Joined: 05/23/2013
Posts: 142
Karma: +63 / -0   Thank you, like it!


CAN Support

Post03-10-2019, 22:09    Subject: ACC Sensor CAN IDs (Bosch MRR from Passat B8)) Quote

It looks like CANoe from Vector Informatik. The fact that this information is displayed is likely due to the fact that he has a corresponding database.

CANoe also cannot interpret the data without a corresponding database.
Back to top Profile PM
chrhelm



Joined: 09/11/2019
Posts: 4
Karma: +0 / -0   Thank you, like it!


Premium Support

Post03-10-2019, 22:22    Subject: MRR and IDs Quote

I just ordered a 3QF 907 561 D for 119 EUR (new) on **** .
This is a Bosch MRRevo14F radar sensor, compatible with ACC systems up to 160 km/h, and also up to 210 km/h.
It's still cheaper than my MRR1Plus models mentioned above.

Can the KCANMonitor be provided with information in plain text format?
I wanted to try it out, but then I realized that KCANMonitor probably doesn't work with my HEX-USB+CAN.
Back to top Profile PM
CAN-Diagnose
Administrator
Administrator
Avatar-CAN-Diagnose

Joined: 06/07/2011
Posts: 573
Karma: +29 / -0   Thank you, like it!
Location: Ländle



Post04-10-2019, 8:57    Subject: ACC Sensor CAN IDs (Bosch MRR from Passat B8)) Quote

Hello,

KCANMonitor runs with the RKS+CAN interface, and the association of informational text with specific CAN IDs is planned, but only for the complete ID.

Best regards, Rainer.
Dipl.-Ing. (FH) Rainer Kaufmann - Embedded Software Freelancer
System RKS+CAN: CANHack.de CAN-Bus Interface
Back to top Profile PM WWW
chrhelm



Joined: 09/11/2019
Posts: 4
Karma: +0 / -0   Thank you, like it!


Premium Support

Post07-11-2019, 23:54    Subject: No distance value in diagnostic data Quote

Idea 1)
Simulate all CAN messages that the ACC sensor expects.
- Unfortunately, I don't have a suitable car to use as a source.
- What about component protection?

Idea 2)
Use distance values from diagnostic data.
- In my 2011 Passat with the chassis number 3AA 907 567, there are distance values displayed in the diagnostic system.
- My VCDS was too old for the new sensor, so I bought a VCDS HEX-V2.
- Unfortunately, I couldn't find a distance value in the diagnostic data (EV_ACCBOSCHVW416).

Does anyone know under which diagnostic code the "distance" value is typically found?

What other ACC sensors could I use that provide distance values in the diagnostic data? But please don't make it as expensive as the one I had in my Passat...
Back to top Profile PM
bigpapi



Joined: 10/31/2018
Posts: 3
Karma: +0 / -0   Thank you, like it!


Premium Support

Post11-01-2020, 16:43    Subject: Test drive Quote

Hello Ulli13, how did you manage to decode the individual IDs, names, and comments into plain text?
Very interesting, greetings bigpapi.


Last edited on 11-01-2020, 16:44, edited 1 time in total.
Back to top Profile PM
postmann
CAN-Profi
CAN-Profi


Joined: 05/23/2013
Posts: 142
Karma: +63 / -0   Thank you, like it!


CAN Support

Post11-01-2020, 22:24    Subject: ACC Sensor CAN IDs (Bosch MRR from Passat B8)) Quote

He has a database.
Either created by the manufacturer or made by yourself.
Back to top Profile PM
New Topic Reply 🔗 🖨 CANhack.de - Index » Engine CAN
Similar articles and topics
Topic Forum
No new posts Bosch Radar Sensor Collision Avoidance System CAS-M 3 EVO General
No new posts ACC sensor in Audi Engine CAN
No new posts Bosch Heatronic lauschen CAN Smalltalk, CAN News, Smalltalk
No new posts Can-Schnittstelle mit BOSCH CC770 und CF163 CAN Bus General
Jump to:  
You cannot post new topics in this forum.