Skip to content

richardclli/Flysky-ELRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Flysky Hardware Support for ExpressLRS

Flysky made very good TX hardware, stable and power efficient. And the RF chip used is SX1280, which is the same as what 2.4GHx ELRS used. I have many friends who are interested in seeking a way to flash their Flysky TX hardware with ELRS firmware. However, the ELRS team will not accept any new STM32 targets to their repository. And this is the reason why this repository is here to serve as an entry point for those who are interested to flash Flysky TX hardware with ELRS.

The Flysky hardware support will be supported as a fork from the original ExpressLRS repository (Thanks to the opensource GPL-3 license), you may found the latest update based on their master branch in the following link:

https://github.com/richardclli/ExpressLRS/tree/Flysky

And for major release versions of ELRS, a branch based on that release will be created, the branches for stable releases listed as follows:

Features

  • STM32F072 MCU support, this MCU is used in Flysky EL18 internal module and FRM303
  • Optimized bi-directional DMA serial driver, can support up to 5.25M baud flawlessly with a 48MHz MCU
  • Compatible with Flysky bootloader, user can choose to flash the hardware to ELRS or back to AFHDS3 without limitations
  • Unsupported features: All Wifi and Bluetooth related features

Supported Flysky Hardware

The following Flysky hardware are supported:

  • Flysky EL18 internal module
  • Flysky FRM303

Building Firmware

You need to install an environment for building the firmware, just install VSCode and PlatformIO will works. The following is a simple procedure for firmware building:

  1. Clone a branch of a version that you want to build
  2. Open the src directory using VSCode
  3. Choose proper environment
    • For building EL18 TX firmware, choose env:Flysky_EL18_TX_for_FlyskyBL
    • For building FRM303 TX firmware, choose env:Flysky_FRM303_TX_for_FlyskyBL
  4. Edit the user_defines.txt file to specify your build options
  5. Build the firmware

You can find the file firmware.bin in the platformio build folder src/.pio/build/Flysky_XXXXXX_TX_for_FlyskyBL, just copy it to the same folder of flashing tools and rename it to ELRS.bin and flash.

Flashing AFHDS3/ELRS Procedures

User can choose to flash the supported Flysky hardware to ELRS or back to AFHDS3, the flashing tools are located here:

https://github.com/richardclli/Flysky-ELRS/tree/main/flasher

And for flashing instructions, please refer the following links for details:

About

Flysky hardware support for ELRS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published