Okay Here is how I think I got it working...First off someone at Dangerous Prototypes did link a breakout board that does both logic out and analog (for RSSI):
I used the schematics on page 5:
Then used the frequency counter library:
Note they use Pin 5 on Arduino because this connects to the counter.
Finally using page 7 of the manual shows the simplified formula to get Miles per hour for an object strait on:
Forumula: F_Dopper = 31.36(V)
F_Dopper, is the what the counter sees
The results are computed and displayed on an LCD screen using an I2C LCD library Adapter.
Now to see how well this works...Anyone else played with this sensor yet? I might use it for a motion sensor as it does see me walking towards it. In a small 12x12 room, I noticed the sensor will see my own moment from reflections as well.