moshe-braner / SoftRF

:airplane: Multifunctional, compatible DIY general aviation proximity awareness system
GNU General Public License v3.0
20 stars 5 forks source link

'airborne' bit #2

Closed moshe-braner closed 7 months ago

moshe-braner commented 2 years ago

The 'airborne' bit in outgoing 'legacy' radio packets is based on any nonzero velocity. This may be causing unnecessary alarms in nearby FLARMs when SoftRF device is stationary, due to GPS location noise.

Should investigate possible fixes:

moshe-braner commented 2 years ago

Modified source code to:

Affected files:

moshe-braner commented 2 years ago

Found in FLARM's configuration manual: The THRE parameter, with a default value that "depends on aircraft type", "Sets speed threshold in m/sec [1-10] below which the aircraft is treated as "on ground". In this mode, no warnings are given and other aircraft are not warned about own aircraft." Thus it seems important to send out the appropriate data in the "airborne" bit!