zs6buj / AntTracker

Antenna Tracker for tracking a moving model aircraft or drone with a small high-gain UHF or SHF antenna
GNU General Public License v3.0
141 stars 41 forks source link

tracker display #61

Closed befut8 closed 4 months ago

befut8 commented 4 months ago

I am using
air side arduplane pixhawk4mini rx8r passthrough sport ground taranis x9d

I would like to display on screen plugged to esp32 the same data as yaapu (messages, gps, altitude, flight modes...)

Is it available from code / libraries ?

zs6buj commented 4 months ago

befut8:

Take a look at some of the functionality in mav2pt

It does not try to replace everything in Alex's yaapu script, but some of the flight information is there. Perhaps you can adapt it.

befut8 commented 4 months ago

zs6buj 👍 very usefull (I am still in the learning curve.

I forgot to mention that my input will be s.port passthrough, but I could use the mav2pt code thanks

befut8 commented 4 months ago

thanks a lot