Plane 4.0 release

while trying to find the root cause i rather accidentally noticed that setting the serial baudrate to 1 (=1200) actually produces correct telemetry output at 19200 baud, plus the issue really isn‘t limited to LTM telemetry, it occurs when using mavlink too.

so i‘m assuming some issue in AP_SerialManager‘s baudrate setting

while doing some more testing i found that the 1200 baud-issue is limited to UARTs 1 and 6 that use an individual APB2 clock divider, so likely an issue with 1200 baud being just beyond the limits of ChibiOS uart-driver’s BRR register.

ahh, interesting, thanks for looking into this!
We should probably add a note to the docs for LTM

What is the use case for this? I was think that maybe this could be an option for saving bandwidth on a low power Dragonlink receiver and thus increasing the range.

Due to total fire bans here I will be unable to test fly the 4.0.3 release myself in the next few days. I’d really appreciate logs from anyone who can fly the beta. I will not release the stable version until I have a good set of test logs.

marc, i‘m not sure if using LTM on the DL‘s radio modem option really adds any benefit as compared to using the emulated dragonlink mavlink option on the DL‘s „internal“ telemetry. it‘d be worth testing that though.
still i think that when using a micro- or nano-rx, the DL telemetry downlink will always be the weakest link in your setup, due to the compareably low transmitted power, plus using a directive antenna on your RC transmitter usually adds quite some inconvenience.
that‘s why transmitting LTM over your AV audio is a neat option, as it allows adding telemetry onto an existing link without range or bandwidth limitations.
the above linked converter allows to connect a small „dongle“ containig a FSK modem and an ESP8266 to your video receiver‘s audio output, and have your telemetry downlink broadcasted wirelessly over wifi/UDP for visualisation on whatever mavlink-compatible GCS you prefer, like QGC on an iphone for example.

Logfile: Anmelden – MagentaCLOUD
Everything works as usual. Nice flight (4.0.3beta1 , F405-Wing, ASW28).

1 Like

I see. Would you need an FSK modem at each end? Which ones work? Did you put up something on RCGroups?

there’s an ardupilot wiki page up on LTM now that’s quite comprehensive: https://ardupilot.org/plane/docs/common-ltm-telemetry.html?highlight=ltm

plus some more information on the TCM3105-type FSK modems on RCG: https://www.rcgroups.com/forums/showthread.php?2963807-FSK-Modem-in-RC-Obsolete-or-a-hidden-gem

https://www.rcgroups.com/forums/showthread.php?1157558-New-Audio-Modem-Protocol-For-FPV-Telemetry

you’d need one of those on each end if LTM over AV audio is what your going for.

basti.

Thx. The ICs are easy to get. Pity the PCBs are $4 each. I think it is a good idea for long range telemetry. Mavlink is great but such a bandwidth hog.

yes, it serves pretty well as a long range data downlink. back around 2012 when it came up, using the AV links’s audio channel was common procedure. today there’s a couple of good alternatives around and sourcing the modem components can be a pita. the low bandwidth it uses is still a big pro imho. works well right down to 1200 baud.

Actually the cost of making 6 modems is just $20. Just ordered all the parts. This is a nice addition to my long range smaller planes. Especially since I have made some QCZEK LRS receivers that do not have radio modem but are very long range capable. Thanks for this.


I’ve just released plane 4.0.3beta2. This is a minor update over beta1 with the following changes:

  • fixed 3 missing semaphore waits
  • fixed checking for bouncebuffer allocation on microSD card IO
  • fixed incorrect param count in initial parameter download

I expect to release the final of 4.0.3 in the next few days. Testers would be much appreciated!

I’d flying session today on current master build. It flies as expected.
Also tomorrow I’m going to fly too. Can share logs if you want

1 Like

yes please! please fly with 4.0.3beta2.

What is 4.0.3beta2?
Is it latest master?

No, in MissionPlanner it is the beta release, or download from here:
https://firmware.ardupilot.org/Plane/beta/

I’d just flashed with beta release. And now I have version 4.0.3rc2 installed.
Is it beta2?

yes, “release candidate 2” is beta2. My apologies for the confusing name

1 Like