Time for an update on this, it's been too long...
So Drew has been kind enough to fly the rev0.1 and rev0.2 versions of hardware, each using a variant of the MTK3339 chipset with built in patch antenna.
The results have been not great for these, even for the second unit (which had GPS Uart RX connected) when in avionics mode. Altitude performance was the biggest issue, but really the performance during boost also not great.
I sought feedback from others who have tried using these for rocketry applications and it seems these are not the units to use......
So I bit the bullet and went with a ublox module (like I should have from the start...) and pulled off one of the MTK3339 modules and replaced it with one of the ublox neo-6m hobby boards and seperate patch antenna. This was sent over again to Drew in WA to see if we could fly it on the last launch of the year but unfortunately it was cancelled due to fire risk etc...
Here are a few pics of how this lash up layout looks in my HPV4PoC av-bay


Plan is to incorporate one of these new ublox all in one modules into the design on the next iteration:
https://www.u-blox.com/sites/default/files/SAM-M8Q_ProductSummary_%28UBX-15027452%29.pdfOn to the firmware features;
When time permits, have been adding some useful features:
- configurable DTMF command latching eg allowing a particular command to trigger an output or change that stays on/off until the command is issued again when it is toggled. Need this to turn on loads such as cameras etc
- Configuration parameter editing via CLI which will be compatible with a GUI app later
- Smart switch/power monitor filtering - ignoring of false results eg zeroes returned if I2C comms is corrupted, running average filter etc
Also discovered an issue of interference of the supply line feeding back out from the radio module. With the ferrite bead in place (right at the power supply pin for the radio module) a 330mVpp 145MHz signal was found during Tx! Those modules have basically no power line fRF filtering inside....
This will need a low pass filter such as this added:
https://www.murata.com/en-global/products/productdata/8796766699550/ENFE0002.pdfIn the meantime, the addition of a 1uH series inductor has cut that pollution down from 330 to 72mVpp.....
Oh and I received a bunch of ESP32 WROOM modules so that I can make a version with these instead of the rather large hobby breakout boards. The overall height can be reduced dramatically but may force me to have an offboard antenna....

Now that I have a new DSO, will be looking into other parts of the board for EMI issues before I commit a new board design to be made.