MAVLinkView - An Arduino sketch for showing MAVLink telemetry data

I’m posting a link to a project of mine as it may be useful for building a custom ground station:

https://github.com/socke7/MAVLinkView

mavlinkview

2 Likes

I am jumping on your project, I have 2 questions

What is the reason of QR code ?
Can I use a teensy 4 ?

Thanks

From the Github page:

  • The code shown in QR mode is intented to be scanned by a smartphone for fast navigation to the last known vehicle position. Various map providers are selectable at compile time.

A Teensy 4 should work, but I never tested it. So just try it and leave a comment for others. :slight_smile:

OK I will do
Can you post a picture of the wiring ?
Thanks

Sorry, I don’t have helpful photos. Just look into the Arduino sketch. With some basic understanding it should be pretty self explaining.
Be aware this project isn’t plug and play, it may require some tinkering or minor code changes. I just shared it in the hope it may be a bit helpful for someone.