Skip to content
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

Motors on F72x not working with final 4.5 #13598

Closed
TheIsotopes opened this issue Apr 28, 2024 · 26 comments · Fixed by #13633
Closed

Motors on F72x not working with final 4.5 #13598

TheIsotopes opened this issue Apr 28, 2024 · 26 comments · Fixed by #13633
Labels
BUG Bugs are excluded from automatically being marked as stale

Comments

@TheIsotopes
Copy link
Contributor

TheIsotopes commented Apr 28, 2024

Describe the bug

since final release the motors on my f7 quad not working anymore.

last fly was with 8d1d887 without any problems

To Reproduce

using latest final on MATEKF722MINI

plug in the battery, arming the quad and use the throttle but the motors dont turn

motor beeper also not working

Expected behavior

running motors on final release

Support ID

Id: "f69576ff-9b3e-41fb-ae2b-c25f7b783118"

Flight controller

MATEKF722MINI

Other components

No response

How are the different components wired up (including port information)

No response

Add any other context about the problem that you think might be relevant here

No response

@TheIsotopes TheIsotopes added the Template: Bug Set by auto_close_issue. label Apr 28, 2024
@hendraramadani
Copy link

hendraramadani commented Apr 28, 2024

same problem , motor 3 always has an error
TMOTORF7

image

@SteveCEvans
Copy link
Member

Make sure your ESC is up to date. I’ve just been flying an F722 on 4.5.0 without issue.

@TheIsotopes
Copy link
Contributor Author

@SteveCEvans I'm using latest BlHeli_32 32.10. I haven't seen anything more recent yet.

@haslinghuis
Copy link
Member

Recommended firmware for BLH32

@TheIsotopes
Copy link
Contributor Author

@haslinghuis
OK, that's new to me. I'll test it right away.
Have these problems with Blheli_32 already been discussed with the developer?

@haslinghuis
Copy link
Member

haslinghuis commented Apr 28, 2024

@TheIsotopes
We are moving in direction of BlueJay and AM32.

Reported an issue here: https://github.com/bitdump/BLHeli/issues/713

@TheIsotopes
Copy link
Contributor Author

@haslinghuis ok, the same problem also occurs with blheli_32 version 32.7.

Any other good advice?

@TheIsotopes
Copy link
Contributor Author

@haslinghuis @SteveCEvans
For your information: I don't use any rpm filter or telemetry, so no dshot_bidir either.
I couldn't find the problem on my f405 quads, everything works as expected here.

@TheIsotopes
Copy link
Contributor Author

@haslinghuis ok with set dshot_bitbang = OFF beeper and motors working again.

Should the newer versions of blheli_32 generally not be flashed or do the errors only occur with activated rpm filtering?

@haslinghuis

This comment was marked as outdated.

@haslinghuis
Copy link
Member

O wow - did not think disabling bitbang would make the difference - so that's why I removed the post :)

Using 32.8 myself since 2019 - when trying 32.10 it did not work on my test subject (H750).

@TheIsotopes
Copy link
Contributor Author

TheIsotopes commented Apr 28, 2024

your firmware version only works also with set dshot_bitbang = OFF by using 32.7 and 32.10

@haslinghuis
Copy link
Member

If you could test RPM filter is working with dshot_bitbang disabled we could update board configuration for MATEKF722MINI.

@TheIsotopes
Copy link
Contributor Author

TheIsotopes commented Apr 28, 2024

With your version from above and set dshot_bitbang = OFF the RPM filter will deactivated.

EDIT: same testresult with latest release version

@haslinghuis
Copy link
Member

@SteveCEvans

Is there a way to improve dshot_bitbang = AUTO detection depending on dshot_bidir setting?

@pkojder
Copy link

pkojder commented May 6, 2024

Same issue with SpeedyBee F7 V3, motors not spining at all (tested in BF Configurator, BlheliSuite32 and after arming a quad from radio). ESC are up to date (32.10). Moreover, enabling Bidirectional DSHOOT shows rpmfilter flag and Poblems with comunication occurs via USB and Bluetooth. After downgrading to 4.3.3 works as a charm.
BF 4.5 is definatelly realised to soon. Guys you have screwed.

@spadeadam
Copy link

Same issue with Airbot F7 and Blheli-S 4 in 1 Esc, everything works with BF 4.4 then “upgraded” to BF 4.5.0 No motor output , tried DShot 300 and DShot600. Flashed back to BF 4.4 everything works OK again ?

@kostamilorava
Copy link

Enabling dshot_bidir fixes this problem for Matek F722 MK4 Link here

@blckmn
Copy link
Member

blckmn commented May 12, 2024

Same issue with SpeedyBee F7 V3, motors not spining at all (tested in BF Configurator, BlheliSuite32 and after arming a quad from radio). ESC are up to date (32.10). Moreover, enabling Bidirectional DSHOOT shows rpmfilter flag and Poblems with comunication occurs via USB and Bluetooth. After downgrading to 4.3.3 works as a charm.

BF 4.5 is definatelly realised to soon. Guys you have screwed.

Did you try setting dshot bit bang = off?

@SteveCEvans
Copy link
Member

To confirm, is this issue only being seen with bidirectional DSHOT disabled?

@haslinghuis
Copy link
Member

haslinghuis commented May 12, 2024

In my understanding on some issues so far:

  • bitshot_bitbang should be enabled for dshot telemetry
  • when dshot_bidir is disabled bitbang should be disabled. ????
  • most issues reported are related to F7X2
  • blheli 32.10 also seem to generate issues, revert to 32.7 or 32.8

@haslinghuis haslinghuis added BUG Bugs are excluded from automatically being marked as stale and removed Template: Bug Set by auto_close_issue. labels May 12, 2024
@SteveCEvans
Copy link
Member

SteveCEvans commented May 12, 2024

Just checked DSHOT600 with a Holybro Tekko32 F3 Metal ESC and TMOTORF7 FC.

With bi-drectional DSHOT disabled I see:

image

And with it enabled I see:

image

So, we're getting the expected inversion, telemetry is working, and the error count I'm seeing as zero.

The DSHOT value is stuck at zero though with bidirectional DSHOT disabled.

@SteveCEvans
Copy link
Member

@TheIsotopes Please test #13633

@TheIsotopes
Copy link
Contributor Author

@SteveCEvans working again, thanks for fixing it.

@pkojder
Copy link

pkojder commented May 13, 2024 via email

@kojderek
Copy link

@SteveCEvans working again, thanks for fixing it.

How was it fixed. What shoud I do to run my motors with BF 4.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Bugs are excluded from automatically being marked as stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants