GPS Speed
-
Hi, all!
I'm sorry, but how can i get current speed from GPS module?
-
@asve Have you tried using the
motion
module?
-
Alternatively you can read your position with the
location
module once per second or so, and use that to calculate your movement speed. However this might not be very accurate, especially for slow speeds. I haven't tried it myself to see how well it works.