77GHz Automotive Radar + Arduino

I have a Continental ARS330 automotive radar that is commonly used for front-facing vehicle/object detection in automatic cruise control systems. It uses the CAN protocol at 500KHz. I'm interested in the list of targets/objects that it can output. A group of college students used an older one for a project but their report doesn't share too much information on the actual wiring or code they used. http://digitalcommons.calpoly.edu/cgi/viewcontent.cgi?article=1067&context=bmedsp They also used an older model that has fewer pins. I want to be able to receive this target data (hard), process it (easy), and output signals to servos (easy).

  1. Can the Arduino with the CAN bus shield do that, or is the Arduino too slow to be able to process the list of targets before receiving the next list of targets?
  2. Do I even need the Can bus shield since I won't be using many of its features?
  3. Where can I find example code and example wiring for a project like this (since the report doesn't provide enough info)?

If you know the protocol and data rate for the radar that would help.

CANBUS isn't that quick..

or can you interface to the radar module directly ? again - data required.

regards

Allan

I have not been able to find a PDF on this one, but specs for the ARS30X say that it uses CAN 2.0A 11-bit protocol

Can the radar give you multiple targets? or just the nearest one?

regards

Allan.

allanhurst:
Can the radar give you multiple targets? or just the nearest one?

regards

Allan.

multiple