An Automatic Antenna Tracker
I am building an Automatic Antenna Tracker (AAT) so my telemetry antennas will follow the rocket during flight. I figured this project is sufficiently epic and different that I should do a build thread for it. I have been sprinkling a bit of what I have been doing in the "What have you been doing rocketwise today?" thread as I have been going along. So here I am starting this journey of hardware to paper (ok, screens anyway).
Why an AAT?
I had thought antenna trackers were a good idea for quite a while but there was no compelling requirement to have one. I am building a Vertical Trajectory System currently and this uses the F765-WING Flight Computer by Matek and has some nice features:

Here is a link to a somewhat documented VTS if you are interested:
https://forum.ausrocketry.com/viewtopic.php?f=56&t=6632
It is this VTS project that eventually spawned the AAT. This FC has many great features in excess of what is needed for trajectory control. It is crafted especially for the FPV (first person view) crowd that fly RC aircraft with a camera onboard. There is a chip on the FC that can take the High-Definition video feed from a camera and overlay it with data to further assist the pilot with situational awareness while flying. Having this feature there gave me impetus to add a HD camera to the VTS and then start using the OSD (on screen display) features:

This instantly gives me a really good snapshot of how the rocket is performing as it leaps off the pad and into the sky.
This is all well and good, but I need to be able to receive the transmitted video. We can all remember the days before digital TV where if the signal got weak the picture went snowy or went away. If my signal level drops that will also happen on this system, so I need to keep sufficient signal to noise ratio during flight. That is a measure of how much the signal is above the surrounding noise and a good indication of how good the picture will be received.
For a good introduction to antenna use and selection have a look at this link:
https://ardupilot.org/copter/docs/common-antenna-design.html
In a nutshell it means if you want the antenna to provide a better signal to the receiver it needs to be somewhat directional. If you get out of that beam then the signal falls off quickly. The AAT will keep a higher gain antenna pointed at the source of the transmission, giving the best S/N ratio and a better HD picture

Telemetry System
Now, I have never been known to go to excess with rocketry (


As you can see there is quite a bit going on and some built-in redundancy in the links!
- Featherweight GPS Tracker. Basic stand-alone connection between the rocket and an iPhone on the ground. The transmitter is located in the avionics bay midway along the airframe. Standard stick antennas are used on this system at both ends.
- TeleMega. This is my main rocket telemetry system and is in the nosecone of the vehicle. Additional deployment channels are used for live monitoring of voltages in my VTS. Receivers (TeleBT and TeleDongle) provide redundancy.
- RDF900+ modem/transmitter. Located in the VTS module which sits just below the nosecone and above the parachutes. This is a well-specified transmitter, capable of up to 1W transmit power. A GNSS receiver provides location information which is then sent to this modem for transmission. The transmit antenna will be a dipole on the side of the rocket on the VTS module.
The receive part of this is interesting as the RFD900+ is a diversity receiver. You can have two antennas and it will select the source with the best signal for decoding. In my case I have an omnidirectional whip and a yagi. If the signal falls outside the yagi beam width the receiver will be looking on the whip and pick up the signal there if it can. Receive location is available on the attendant PC and is also sent to the AAT to provide pointing information. - Video transmitter. This takes the HD video information provided by the camera and the OSD and transmits it. The transmit antenna will be a dipole on the side of the rocket on the VTS module. Receive antenna is a patch antenna.
Next Up
So much for the introduction. Next up will be a discussion on the processor system that will track the flight.