Doc updates for OrangeRX module (#123)

This commit is contained in:
Ben Lye 2017-12-12 20:20:42 +00:00 committed by GitHub
parent 465ae75ffc
commit 7e773dfe1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,5 @@
# Arduino IDE board definitions for Multi 4-in-1 # Arduino IDE board definitions for Multi 4-in-1
Board definitions are available for both the Atmega328p and STM32F103C boards. The board definitions make it easier to compile and install the multiprotocol module firmware. Board definitions are available for the Atmega328p, STM32, and OrangeRX modules. The board definitions make it easier to compile and install the multiprotocol module firmware.
## Installing ## Installing
The board definitions are installed using the Arduino IDE Boards Manager. The board definitions are installed using the Arduino IDE Boards Manager.
@ -32,13 +32,15 @@ The board definitions are installed using the Arduino IDE Boards Manager.
## Verify the boards are installed ## Verify the boards are installed
1. Click **Tools -> Board** 1. Click **Tools -> Board**
2. Scroll down the list to the **Multi 4-in-1** board headings verify that the boards you installed are available: 2. Scroll down the list to the **Multi 4-in-1** board headings verify that the boards you installed are available:
* **Multi 4-in-1 (Atmega328p, 3.3V, 16MHz)** for the Atmega board ![Image](/docs/images/boards-menu.jpg)
* **Multi 4-in-1 (STM32F103CB)** for the STM32 board
* **Multi 4-in-1 (Atmega328p, 3.3V, 16MHz)** for the Atmega module
![Image of Yaktocat](/docs/images/boards-menu.jpg) * **Multi 4-in-1 (STM32F103CB)** for the STM32 module
* **Multi 4-in-1 (OrangeRX)** for the OrangeRX module
## Compiling and Uploading ## Compiling and Uploading
Refer to the hardware-specific pages for information on compiling the firmware and uploading it to the multiprotocol module: Refer to the hardware-specific pages for information on compiling the firmware and uploading it to the multiprotocol module:
* [Compiling for Atmega](/docs/Compiling.md) * [Compiling for Atmega](/docs/Compiling.md)
* [Compiling for STM32](/docs/Compiling_STM32.md) * [Compiling for STM32](/docs/Compiling_STM32.md)
* [Compiling for OrangeRX](/docs/Compiling_OrangeTx.md)

View File

@ -23,15 +23,15 @@ If you like this project and want to support further development please consider
* [Available Protocols list](Protocols_Details.md) * [Available Protocols list](Protocols_Details.md)
* [The old documentation](docs/README-old.md) * [The old documentation](docs/README-old.md)
## Outline of the documentation ## Outline of the documentation
1. Introduction (this page) 1. Introduction (this page)
1. [Available protocols](Protocols_Details.md) 1. [Available protocols](Protocols_Details.md)
1. [Transmitters and serial/telemetry options](docs/Transmitters.md) 1. [Transmitters and serial/telemetry options](docs/Transmitters.md)
1. [Module Hardware options](docs/Hardware.md) 1. [Module Hardware options](docs/Hardware.md)
1. Compiling and programming the module 1. Compiling and programming the module
* [4in1/DIY Multiprotocol module based on ATmega328](docs/Compiling.md) * [Atmega328p Multiprotocol Module](docs/Compiling.md)
* [DIY Multiprotocol module based on STM32](docs/Compiling_STM32.md) * [STM32 Multiprotocol Module](docs/Compiling_STM32.md)
* [OrangeRX Module](docs/Compiling_OrangeTx.md)
1. [Transmitter Setup](docs/Transmitters.md) 1. [Transmitter Setup](docs/Transmitters.md)
1. [How to for popular models](docs/Models.md) 1. [How to for popular models](docs/Models.md)
1. [Troubleshooting](docs/Troubleshooting.md) 1. [Troubleshooting](docs/Troubleshooting.md)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 381 KiB

After

Width:  |  Height:  |  Size: 348 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 69 KiB