Instead of breaking down the minutiae of that situation for all y'all I figured I'd instead share with you the value adds that I've come to develop for tracking.
Specifically, any AltusMetrum GPS capable device (excluding the TeleMetrum 1.x branch of boards) can support APRS packets ALONGSIDE the AltOS telemetry downlink. I like this for the following reasons.
1) I am already kitted up to handle APRS packets as my Yaesu VX-8GR has this inbuilt
2) having a "redundant" system of position reporting is a value add. IF my telemetry downlink isn't functional I can still find my rocket.
3) If both APRS and Telemetry aren't working then I've got a sure fire TeleGPS issue.
4) If I don't have telemetry functional I can still confirm I've got GPS lock before flight. This is important because even IF the telemetry link isn't working the TeleGPS will log the flight onboard for download post flight.
So I started by configuring my TeleGPS to output APRS packets as it's disabled by default. Below is the relevant config windows from AltOS.
Initially I tested with the APRS format being "compressed" as can be seen above. This does NOT work with the VX-8GR. Like the Kenwood TH-D72 the Yaesu VX-8GR only supports Uncompressed format. The Yaesu FT1DR supports Compressed, so my assumption is that the newer FT2DR also supports that format.
Once I got the APRS format sorted output worked exactly as it does with my BigRedBee GPS trackers from a Yaesu downlink perspective. SWEET.
But one of the issues I've had in the past with my BigRedBee trackers is the logging file being corrupted on board post flight. So ideally I'd like to have my APRS TNC in my Yaesu output the Waypoint NEMA strings from my radio over serial. I've always owned the CT-143 PC Connection Cable for my radio, I bought them both at the same time. So I finally pulled it out of the box!
First off I needed to config my Yaesu to output NEMA strings over serial. Below is the configuration settings that are available.
In my specific case, I configured the following.
STATUS: ON
SPEED: 19200bps (this isn't necessarly required, and I'm sure 9600 and most likely 4800 would both work, but I figure the faster the better)
INPUT: OFF
OUTPUT: WAY.P
WAYPOINT: NEMA9
IIRC there were a couple other options I set, but I don't have the radio in front of me to share them.
So, now that I had my Yaesu configured to output NEMA9 strings over serial I connected up the CT-143 cable to my radio and the other end to my USB to Serial adapter. I then opened up Putty and configured it for the COM port my serial adapter took (in my case COM9) and set my baud rate to 19200. Clicked open, and my NEMA strings started to appear in my console output once every 5 seconds!
Now there's more to do but right now I can take the GPS output via serial, slightly modify it, and drop it directly into Google Maps for a Hybrid overlay of where my rocket is!
Specifically, the serial output is rougly in the following format.
32xx.xx,S,116xx.xx,E
I modify that to the following format in Google Maps
32 xx.xx S 116 xx.xx E
And press search and my GPS tracker location is displayed on my phone in Google Maps! Plus when I'm ready to depart for my recovery I just unplug my Yaesu from the serial port and use the inbuilt APRS TNC to provide me both bearing and distance values of the last packet as it has GPS and calculates where it and the rocket both are. Plus all the serial output modifications I've made should work "out of the box" with my BigRedBee hardware. BONUS!
Next up I plan on investigating YAAC but in the interim I'm quite pleased with the progress I've already made.