GPS-Unit: Missing speed value



  • When using the gps-unit how can i get the actual speed, or how can i calculate it from longitude and latitude?

    In UI Flow only the following values are available:

    • time
    • latitude
    • longitude
    • satellite num
    • positioning quality

    By the way, when will the gps module implemented in UIFlow?



  • @m5stack in the Arduino TinyGPS ++ library GPS speed is available, but it would be great to be able to use it with UIFlow.

    Is there any mircopython gps-library (or commands) available which can be accessed with execute blocks?



  • Many thanks to the team for the implementation of:

    • time
    • latitude
    • longitude
    • satellite num
    • positioning quality

    in UIFlow version 1.6, great job!

    Now please check if it's possible to add the gps-date.



  • @gaviota In subsequent updates we will add it.