-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Match F745 and F745NANO motor pins to BF target #9990
Conversation
Match F745 and F745NANO motor pins to BF target
Actually I was playing with this myself last night and managed to get the motor assignment correct. When I go to Outputs and spin the motors now, it is the correct motors that spin for all four. But my pin assignment looks very differnt to what you committed: Here is what I used: Add this to the file /src/main/target/FLYWOOF745/target.c: timerHardware_t timerHardware[] = { DEF_TIM(TIM8, CH2N, PB0, TIM_USE_OUTPUT_AUTO, 0, 0), // M1 , TCH_TMR8_CH2N |
Further feedback.. I tested with your settings as well, and your motor mapping is also correct and the correct motors spin as expected. I will definitely do test flight with this. Thank you very much for this commit. By the way I am the same user as @wernerterreb above.... just logged in with a different account now. |
If you get all sensors and uarts working, it should fly correctly now as well. The change was only to the motor outputs and will be included in 7.1.1 once it comes out. |
@mmosca thank you very much. Yeah I still need to sort out the magnetometer, but everything else seems to be working well now. I will be doing some test flying over the weekend. |
And I can confirm now it flies perfectly with these changes. |
I just installed a fresh 7.1.2 stable and Motor 2 is not working just as before? Was this merged into master? |
Just learned this is in 8.0 pre-release. thanks all! |
Tested and confirmed fixed in nightly 8.0.0. |
…fixes Match F745 and F745NANO motor pins to BF target
INAV was using same motor pins for both variants.
This PR matches motor pins to BF.
Fixes #9899
I don't own this fc, so can't verify the fix.