-
-
Notifications
You must be signed in to change notification settings - Fork 991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FRM301 support #1811
FRM301 support #1811
Conversation
I tested this PR with Paladin EV (with FRM301 RF-module) running EdgeTX v2.8.0-dev (see https://github.com/EdgeTX/edgetx/wiki/Flashing-EdgeTX-to-Flysky-PL18-or-Paladin-EV ) and DIY-PWM ELRS Rx flashed with ELRS v3.0.0-rc2. Built the fw with Visual Studio Code + PlatformIO and flashed FRM301 via SWD. |
It is probably not to hard to create a receiver firmware based on that PR. |
@porfiheli did you ever continue working on the boot loader? |
@gagarinlg i didnt work on the bootloader, i focused first on getting the firmware working. |
OK thx. |
@gagarinlg here is the pin mapping of the FTr10 receiver. |
I am still on this, it just got pushed back by some other stuff. |
rename files according to project changes fix: build system changes
…table switching is still missing
@gagarinlg would you like me to leave this open for now? Doesnt look like there has been much action recently. |
Please leave it open for now, I plan to continue the work on it soon. |
@gagarinlg So is this branch still works or not? |
Currently not, I need to put some work I to it, it stopped working after the last rebase. |
@gagarinlg is there any hope for development to continue on this PR? I am sooo interested by compatibility with the EL18! 😍 |
I have worked out 2 branches for v3.0.1 and v3.2.0 and make it compilable. However, it is not working properly during testing. Need some time to figure out what the problem is. https://github.com/richardclli/ExpressLRS/commits/frm301-v3.0.1 However, the RAM resources is already quite critical for FRM301 to runt he ELRS, so......... may need to change the MCU to support future versions. |
Thanks for the answer! I'll try this when I can. Is work going to continue then? Also, does something need to be done to make it compatible with an actual receiver? |
due to the flash am RAM constrains on the FRM301 it is not feasible to do this. It would be better to just make an ELRS module that fits the PL18 module bay. |
What would you recommend to make the controller work with elrs then? |
Either via the AUX uart or by making a module that fits into the slot of the PL18. |
This PR is based the work being done for PR #1064.
If possible, I would like to get some help on the configurator integration.