Low voltage alert

One nice thing about EdgeTX is that you can tailor your battery alerts according to their chemistry. The snippet below is a battery alert for a LiPo or LiIon receiver battery. An alert sounds when the voltage drops below a certain threshold for longer than a given period. The alert repeats every 4 seconds. The alert stops when/if the voltage recovers.

L1: a<x, V1={sensor}, V2= {minimum-volts}, Delay={minimum-period}

SF1: L1, Play Sound(Beep 1), repeat(4s)

Where

sensor = 'RxBt', 'Cels', 'A1' or 'A2' depending on receiver or sensor used.
minimum-volts = low voltage threshold.
minimum-period = minimum duration of low voltage before alert is triggered (3 secs approx recommended).

How it works:

Adding a voice alert

The example above uses a simple beep, but a voice alert is more informative. Most sound packs have lowbat and batlow, however these are generic alerts. This "receiver battery low" track will avoid any confusion. To download, right click the link and Save As. The special function must be modified:

SF1: L1, Play track, "rxbtlw.wav", repeat(4s)