omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    GPS Speed

    Pythonista
    3
    3
    1592
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • asve
      asve last edited by

      Hi, all!

      I'm sorry, but how can i get current speed from GPS module?

      1 Reply Last reply Reply Quote 0
      • bennr01
        bennr01 last edited by

        @asve Have you tried using the motion module?

        1 Reply Last reply Reply Quote 0
        • dgelessus
          dgelessus last edited by

          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.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB Forums | Contributors