1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00
betaflight/docs
Dominic Clifton 5484e5fddd Replace PWM RSSI with ADC RSSI.
The primary reason is to support the D4R-II with it's much faster PWM
frequency.  The PWM RSSI code could not keep up, and since there are no
timers free for using capture compare of PWM signals in hardware one
solution is to use the ADC at a slow sample rate.

RC2 is used as before and it expects a signal between 0 and 3.3v.  An
inline smoothing capacitor may help.

This commit also removes the cli command adc_power_channel since the
reading was never actually exposed anywhere.
2014-05-28 03:30:53 +01:00
..
building in windows.md addind doc for building in windows 2014-05-25 15:27:58 +02:00
Configuration.md Replace cli command gps_initial_baudrate_index with gps_baudrate. 2014-05-23 11:54:00 +01:00
Development.md Updating developer docs. 2014-05-25 02:53:26 +01:00
Failsafe.md Update Failsafe.md 2014-05-26 19:59:21 +01:00
Rssi.md Replace PWM RSSI with ADC RSSI. 2014-05-28 03:30:53 +01:00
Rx.md Improvement: Add support for upto 18 channels. Allow RSSI to be read 2014-05-14 19:23:27 +01:00
Telemetry.md Updating telemetry documentation. 2014-05-25 03:29:47 +01:00