Has anyone looked at the Radar implementation. I am currently looking at an app/datafield "Incoming" using the radar data. You can get a distance and speed reading for vehicles following. But not sure how to access this. Do I need to connect my app to the Varia through ANT or can I get the info that has been passed onto the Edge?
If you are using a device that has CIQ3.0 then the radar SDK would allow you to access the information already sent to your device (i.e. edge) without having to build the ANT connection yourself. It would appear that the typical example is missing for the bike radar in the API reference.
You may want to look at the example for something in the same ANT+ family like power meter and see if you can adapt the example to match the bike radar info. I figured out a couple other parts of the SDK this way. For example both have listeners, both have data to collect. There are more similarities in how they function the details are in the data you get.