Developer

figuring out the Antenna Tracker

3691139590?profile=originalNot many people know but we have an piece of open source software for controlling an Antenna Tracker.  It's been built by Tridge (Arduplane lead developer) for use in the outback challenge.

Sadly we have no documentation and, as far as I know, nobody except Tridge has used it.  Still given Tridge's track record on building great software I suspect it works well and if it doesn't, I'm sure we can fix it.  So to not let this piece of code go to waste, I'd like some help from people who are interested to give it a try and help me figure out how it works.

Here's the little that I know:

  • It runs on any of our supported board (APM1, APM2, PX4, Pixhawk, Flymaple and perhaps VRBrain)
  • For APM1/APM2 users building the code is as easy as opening our hacked ArduinoIDE and selecting File > SketchBook > Tools > AntennaTracker and then building in the normal way.  For PX4/Pixhawk, our autobuilder doesn't automatically build a binary but I can provide one if people are interested.
  • It can control a Pan and Tilt gimbal like this or this found on servocity.com.
  • It may or may not require a GPS
  • It must somehow receive vehicle position updates from the ground station which has the telemetry radio that is connected to the vehicle. Maybe through a USB cable.  Tridge probably uses the python ground station, MAVProxy, to passthrough the vehicle position data to the AT but perhaps we can get MichaelO to build out a similar feature in Mission Planner.
  • I imagine this antenna tracker could also be used to keep a camera focused on the vehicle which might be good for easing the burden on creating videos of our vehicles.

So if you want to give it a try please do and stick any findings, questions or issues below. Alternatively Issues can go into the issues list.

I'll start sticking things into the wiki as they become clear.

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

    • Does the tracker in proxy mode sends data to MP?

    • Developer

      Ok, I originally though MichaelO was talking about the antenna tracker software built into the mission planner but now I realise this is a way to get the mavlink info from the laptop that has a radio link attached to the antenna tracker. Thanks!

      • Hi Randy,

        I want to build a tracker with a pixhawk as the servo controller board and it would be connected via USB to my GCS and i would have my RFD900 connected via USB to the same GCS.

        1. Is this the easy way? Advice on any other simple solution!!

        2. If yes, What sort of settings should i have in my mission planner?

        Kindly advice!!!

        Thanks in advance. Cheers!!

        (Note: I already have configured one pixhawk to control my servo manually, now the GCS integration is left)

        • Developer

          Karthik,

          Best to check out the antenna tracker wiki first.  It may be what you want.

          • Randy,

            I already read the page and the setup and configuration is alright.

            Now i wan to integrate the tracker with my GCS, AV position data from GCS to my Antenna tracker (Pixhawk operated).

            In the wiki, its mentioned that pixhawk should be connected to GCS by USB and the Telemetry radio be connected to Pixhawk (How does that work? what should i connect in mission planner and how to configure that)

            Sorry if i am asking too many questions!!! I m quite new to Antenna tracker project.

      • Developer

        no..... the hardware version.

This reply was deleted.

Activity