AnalogFrequency
AnalogFrequency copied to clipboard
code outputs velocity while there is no movement
hi the code outputs a measured speed of around 2.5km/h while there is no movement around it. I suppose since this is a doppler radar, the code should output 0km/h when there is no movement.
The code simply counts the frequency output from the device, so I would blame the device. You could try lowering the sensitivity as per the example sketch to see if that makes any difference.
On May 6, 2019, at 01:25, LeonRonin [email protected] wrote:
hi the code outputs a measured speed of around 2.5km/h while there is no movement around it. I suppose since this is a doppler radar, the code should output 0km/h when there is no movement.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
by lowering the sensitivity do you mean the line of code which defines sensitivity or the potentiometer on the back?
The line of code
On May 6, 2019, at 09:14, LeonRonin [email protected] wrote:
by lowering the sensitivity do you mean the line of code which defines sensitivity or the potentiometer on the back?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
well I tried changing it...didn't make any difference what was your output?? did you get 0km/h?