Hi Robert,
> So disabling the ECC, does that have risks?
It will reduce the percentage of packets that get through when you are
in a very noisy RF environment or right on the limit of the range of the
radio.
> Could you have for example... uploading waypoints, and a significant
> error occurs?
all packets are checksummed at the MAVLink level and at the radio
level. The difference with ECC is that if a small number of bits are bad
the ECC code can fix them and still deliver the packet. If bits are bad
without ECC then the packet is discarded instead. You still won't get a
bad packet through (to within the probability of the two CRCs).
protocols like waypoint upload have acks that ensure that lost packets
are resent.
> Is is not possible to speed up the air rate at the expense of range?
I chose 64kbps air rate as the default as I found that is the sweet spot
for these radios. Higher air rates reduce the range quite a lot.
> How hard is it to hook up the flow control? (Sorry for the newbie
> question, but I don't understand this part well).
If you use normal 3DR radios with their normal 6 pin DF13 connectors
then there is nothing more to do. You will get full flow control as soon
as you update your firmware.
If you build your own radios or cables then you need to hookup all 6
pins to get full flow control.
> Just trying to figure out if we can recommend something to new users that
> is a quick fix, but still safe, until we arrive at the final solution.
I think we've arrived at the final solution :-)
All existing setups should now work, plus people who do have flow
control cables (which is anyone who uses the standard cables that come
with the radios) will get the additional benefit of flow control.
Cheers, Tridge