This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
telemetry [2017/07/03 02:12] silverxxx |
telemetry [2018/05/14 00:28] (current) sirdomsen [Quick Devo setup:] |
||
---|---|---|---|
Line 16: | Line 16: | ||
Telemetry names are shared with the dsm2 protocol, and as such, their names are not very appropriate to describe the quantity they represent. | Telemetry names are shared with the dsm2 protocol, and as such, their names are not very appropriate to describe the quantity they represent. | ||
- | \\ ***Fades_L** | + | \\ ***Fades_L** |
- | \\ FadesL > 1 will create an alarm that sounds if the leds flash a low battery code \\ Batt <= 3.40 is ok for low battery alarm - using voltage compensation settings from config.h \\ Rxv <= 2.90 - real battery voltage - this would be more like a traditional lvc that sounds on max throttle sometimes | + | |
- | + | ||
- | \\ The real voltage goes down a lot, so it may not be very useful. An alarm of 2.8 - 3.0 could be used. | + | |
**Additional: | **Additional: | ||
The quadcopter only sends telemetry after a packet is received from the transmitter. This is to avoid on-air clashes when the code hopping becomes unsyncronized. Because of this, the telemetry rate will go down when reception is poor on the quadcopter. | The quadcopter only sends telemetry after a packet is received from the transmitter. This is to avoid on-air clashes when the code hopping becomes unsyncronized. Because of this, the telemetry rate will go down when reception is poor on the quadcopter. | ||
+ | |||
+ | **HACKs:** | ||
+ | |||
+ | [[https:// | ||