dl9rdz / rdz_ttgo_sonde

259 stars 92 forks source link

Add Display Elements for GPS speed of the board in km/h and m/s #442

Open K0rni opened 1 month ago

K0rni commented 1 month ago

New display Elements available to show the speed of movement of the boards internal GPS Receiver. The speed is transmitted anyways in an NMEA GP_RMC message from the GPS Module, so there is only minor computational effort to convert the provided knots into more useful m/s and km/h. Useful for evaluation and testing even without an active sonde present.

for use in screens.txt: gS to display speed in m/s ("S"peed) gK to display speed in km/h ("K"m/h)