Documentation update

This commit is contained in:
Dominic Clifton 2014-11-30 23:37:03 +00:00
parent f5a579de14
commit 7596e1d2ca
3 changed files with 29 additions and 1 deletions

View File

@ -30,7 +30,7 @@ The 8 pin RC_Input connector has the following pinouts when used in RX_PPM/RX_SE
| 5 | Softserial1 RX | Enable `feature SOFTSERIAL` |
| 6 | Current | Enable `feature CURRENT_METER`. Connect to the output of a current sensor, 0v-3.3v input |
| 7 | Battery Voltage sensor | Enable `feature VBAT`. Connect to main battery using a voltage divider, 0v-3.3v input |
| 8 | RSSI | Enable `feature RSSI_ADC`. Connect to the output of a PPM-RSSI conditioner, 0v-3.3v input |
| 8 | RSSI | Enable `feature RSSI_ADC`. Connect to the output of a PWM-RSSI conditioner, 0v-3.3v input |
The 6 pin RC_Output connector has the following pinouts when used in RX_PPM/RX_SERIAL mode

View File

@ -16,3 +16,23 @@ if found please report via the [github issue tracker](https://github.com/cleanfl
* You cannot use USART1/TX/TX/TELEM pins at the same time.
* You may encounter flashing problems if you have something connected to the RX/TX pins. Try disconnecting RX/TX.
# Pinouts
The 10 pin Input connector has the following pinouts when used in RX_PPM/RX_SERIAL mode
| Pin | Identifier | Function | Notes |
| --- | ---------- | -------------- | -------------------------------- |
| 1 | N/A | Ground | |
| 2 | Circle | +5V | |
| 3 | 1 | PPM Input | Enable `feature RX_PPM` |
| 4 | 2 | RSSI_ADC | Enable `feature RSSI_ADC`. Connect to the output of a PWM-RSSI conditioner, 0v-3.3v input |
| 5 | 3 | Uart 2 TX | |
| 6 | 3 | Uart 2 RX | |
| 7 | 5 | Softserial1 TX | Enable `feature SOFTSERIAL` |
| | | Led Strip | Enable `feature LED_STRIP`. |
| 8 | 6 | Softserial1 RX | Enable `feature SOFTSERIAL` |
| 9 | 7 | Softserial2 TX | Enable `feature SOFTSERIAL` |
| 10 | 8 | Softserial2 RX | Enable `feature SOFTSERIAL` |
| | | Current | Enable `feature CURRENT_METER`. Connect to the output of a current sensor, 0v-3.3v input |

View File

@ -62,6 +62,14 @@ Since RC5 is also used for SoftSerial on the Naze/Olimexino it means that you ca
Additionally, since RC5 is also used for Parallel PWM RC input on both the Naze, Chebuzz and STM32F3Discovery targets, led strips
can not be used at the same time at Parallel PWM.
Ensure that your 5V supply is not too high, if the voltage at the input to the LED strip is to high then the LEDs may not light; The
problem occurs because of the difference in voltage between the data signal and the power signal.
If you are using an BEC from an ESC to for the 5v supply check the output is as close to 5v as possible.
It was observed that a 5.4v supply from a BEC was fine for powering the FC and other devices but the LED strip would not light until
the voltage was reduced, this was acheived by placing an IN4007 diode between the BEC 5v output and the 5V input pin of the LED strip.
## Configuration