From a60f82c5c6b61dc14b5a963e5ec2ad24f90b1633 Mon Sep 17 00:00:00 2001 From: olliw42 Date: Sat, 28 May 2022 17:01:40 +0200 Subject: [PATCH] README update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cd74f775..73051c90 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,11 @@ The range which one may expect can be estimated from the standard math; the [Imm Only very few range testes were reported so far (and only for 2.4 GHz/50 Hz). They are however consistent with the estimated ranges. Also note that mLRS supports full diversity, which when enabled has been found to significantly improve performance at lower link budget, i.e., allow to operate at even larger ranges. +## Firmware: Flashing ## + +Ready-to-flash firmwares can be found in the "firmware" subfolder. All you need to do is to flash the .bin file appropriate for your target into the device (it is not required to install the software for compiling as described in the next chapter). The tx module can then be configured to your needs via the CLI or via the mLRS lua script. The rx module is configured by first binding to the tx module, and then configuring it through the tx module, exactly as the tx module is configured. + + ## Software: Installation Bits and Bops ## This is a STM32CubeIDE project. I don't have yet much experience with this framework, and it seems it is not ideal for shared projects. This procedure should work: