From 6894228a634b67b87581cfdfc13361a8a29daedd Mon Sep 17 00:00:00 2001 From: LapinFou Date: Tue, 18 Apr 2017 18:28:18 +0200 Subject: [PATCH] Fixed typo. --- Protocols_Details.md | 22 +++++++++++----------- docs/Advanced_Topics.md | 14 +++++++------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Protocols_Details.md b/Protocols_Details.md index 7925350..b273322 100644 --- a/Protocols_Details.md +++ b/Protocols_Details.md @@ -37,18 +37,18 @@ Dial|Protocol|Sub_protocol|RX Num|Power|Auto Bind|Option|RF Module 1. The transmitter will automatically initiate a bind sequence on power up. This is for models where the receiver expects to rebind every time it is powered up. In these protocols you do not need to press the bind button at power up to bind, it will be done automatically. 2. Enable Bind from channel feature: -* Bind from channel can be globally enabled/disabled in _config.h using ENABLE_BIND_CH. -* Bind from channel can be locally enabled/disabled by setting Autobind to Y/N per model for serial or per dial switch number for ppm. -* Bind channel can be choosen on any channel between 5 and 16 using BIND_CH in _config.h. -* Bind will only happen if all these elements are happening at the same time: - - Autobind = Y - - Throttle = LOW (<-95%) - - Bind channel is going from -100% to +100% + * Bind from channel can be globally enabled/disabled in _config.h using ENABLE_BIND_CH. + * Bind from channel can be locally enabled/disabled by setting Autobind to Y/N per model for serial or per dial switch number for ppm. + * Bind channel can be choosen on any channel between 5 and 16 using BIND_CH in _config.h. + * Bind will only happen if all these elements are happening at the same time: + - Autobind = Y + - Throttle = LOW (<-95%) + - Bind channel is going from -100% to +100% - * Additional notes: - - It's recommended to combine Throttle cut with another button to drive the bind channel. This will prevent to launch a bind while flying... - - Bind channel does not have to be assigned to a free channel. Since it only acts when Throttle is Low (and throttle cut active), it could be used on the same channel as Flip for example since you are not going to flip your model when Throttle is low... Same goes for RTH and such other features. - - Using channel 16 for the bind channel seems the most relevant as only one protocol so far is using 16 channels which is FrSkyX. But even on FrSkyX this feature won't have any impact since there is NO valid reason to have Autobind set to Y for such a protocol. +* Additional notes: + - It's recommended to combine Throttle cut with another button to drive the bind channel. This will prevent to launch a bind while flying... + - Bind channel does not have to be assigned to a free channel. Since it only acts when Throttle is Low (and throttle cut active), it could be used on the same channel as Flip for example since you are not going to flip your model when Throttle is low... Same goes for RTH and such other features. + - Using channel 16 for the bind channel seems the most relevant as only one protocol so far is using 16 channels which is FrSkyX. But even on FrSkyX this feature won't have any impact since there is NO valid reason to have Autobind set to Y for such a protocol. # A7105 RF Module diff --git a/docs/Advanced_Topics.md b/docs/Advanced_Topics.md index 1de385b..2a77007 100644 --- a/docs/Advanced_Topics.md +++ b/docs/Advanced_Topics.md @@ -36,17 +36,17 @@ The key difference of this method is that the 3.3V FTDI cable must also provide 1. Set the 3.3V jumper. 1. Connect your 3.3V FTDI cable (USB - TTL serial) to Multiprotocol serial port (RX,TX,GND,5V). Connect the pins as follows: -..* Module RX pin to FTDI TX pin -..* Module TX pin to FTDI Rx pin -..* Module GND to FTDI GND -..* Module 5V to FTDI 3.3V FTDI power supply + * Module RX pin to FTDI TX pin + * Module TX pin to FTDI Rx pin + * Module GND to FTDI GND + * Module 5V to FTDI 3.3V FTDI power supply 1. In arduino IDE under the **Tools** -> **Board:** check that you have selected the **Generic STM32F103C series** board 1. Under **Tools** -> **Upload Method:** select **Serial**. 1. Click "Upload" and the sketch will be uploaded normally. 1. Once the firmware has uploaded: -..* Remove the 3.3V jumper!!!! -..* Remove the BOOT0 jumper -..* Check that you removed the 3.3V jumper + * Remove the 3.3V jumper!!!! + * Remove the BOOT0 jumper + * Check that you removed the 3.3V jumper 1. Insert the module into the transmitter bay