mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-01 10:17:53 +00:00
Fixed typo.
This commit is contained in:
parent
a7b914b84e
commit
6894228a63
@ -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.
|
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:
|
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 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 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 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:
|
* Bind will only happen if all these elements are happening at the same time:
|
||||||
- Autobind = Y
|
- Autobind = Y
|
||||||
- Throttle = LOW (<-95%)
|
- Throttle = LOW (<-95%)
|
||||||
- Bind channel is going from -100% to +100%
|
- Bind channel is going from -100% to +100%
|
||||||
|
|
||||||
* Additional notes:
|
* 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...
|
- 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.
|
- 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.
|
- 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
|
# A7105 RF Module
|
||||||
|
@ -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. Set the 3.3V jumper.
|
||||||
1. Connect your 3.3V FTDI cable (USB - TTL serial) to Multiprotocol serial port (RX,TX,GND,5V).
|
1. Connect your 3.3V FTDI cable (USB - TTL serial) to Multiprotocol serial port (RX,TX,GND,5V).
|
||||||
Connect the pins as follows:
|
Connect the pins as follows:
|
||||||
..* Module RX pin to FTDI TX pin
|
* Module RX pin to FTDI TX pin
|
||||||
..* Module TX pin to FTDI Rx pin
|
* Module TX pin to FTDI Rx pin
|
||||||
..* Module GND to FTDI GND
|
* Module GND to FTDI GND
|
||||||
..* Module 5V to FTDI 3.3V FTDI power supply
|
* 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. 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. Under **Tools** -> **Upload Method:** select **Serial**.
|
||||||
1. Click "Upload" and the sketch will be uploaded normally.
|
1. Click "Upload" and the sketch will be uploaded normally.
|
||||||
1. Once the firmware has uploaded:
|
1. Once the firmware has uploaded:
|
||||||
..* Remove the 3.3V jumper!!!!
|
* Remove the 3.3V jumper!!!!
|
||||||
..* Remove the BOOT0 jumper
|
* Remove the BOOT0 jumper
|
||||||
..* Check that you removed the 3.3V jumper
|
* Check that you removed the 3.3V jumper
|
||||||
1. Insert the module into the transmitter bay
|
1. Insert the module into the transmitter bay
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user