Hi.
Could you tell me how to measure speed using SparkFun_u-blox_GNSS_Arduino_Library ?
I found many examples, I didn’t found how to measure speed.
You can refer from this URL
Hi.
Could you tell me how to measure speed using SparkFun_u-blox_GNSS_Arduino_Library ?
I found many examples, I didn’t found how to measure speed.
You can refer from this URL
Hello supaphon,
Please see Example5_SpeedHeadingPosition. The ground speed is given in mm/s. You will need to convert it to mph or km/h manually.
https://github.com/sparkfun/SparkFun_u- … cision.ino
Best wishes,
Paul
Thank you very much.