Giter Site home page Giter Site logo

Motors spinning at full power on reboot during conf ... - Betaflight 2.1.4 & 2.1.5 RC / IRC Vortex (Naze32 hex) about betaflight HOT 10 CLOSED

betaflight avatar betaflight commented on June 14, 2024
Motors spinning at full power on reboot during conf ... - Betaflight 2.1.4 & 2.1.5 RC / IRC Vortex (Naze32 hex)

from betaflight.

Comments (10)

borisbstyle avatar borisbstyle commented on June 14, 2024

This is an old issue and reported somewhere in cleanflight issues. Somehow only vortex has this problem.

from betaflight.

TiTidom-RC avatar TiTidom-RC commented on June 14, 2024

Yes, i knew this old issue in Cleanflight. What is stange is why this issue appear and disappear from one realease to another without specific change in the code ?

For example : in betaflight 2.1.3, no issue with motor spinning... in 2.1.4 and 2.1.5 issue with motor spinning...

Strange...
@++

from betaflight.

borisbstyle avatar borisbstyle commented on June 14, 2024

It doesnt have to do with releases. It is something what needs certain
scenarios to be triggered.
Even I can have no issue like 99 times and 100th time it will happen. It is
timing/scenario related.
Somebody should investigate that once, but as only happens to vortex there
are not much folks who spend time on this.
Op 11 dec. 2015 14:40 schreef "Olivier" [email protected]:

Yes, i knew this old issue in Cleanflight. What is stange is why this
issue appear and disappear from one realease to another without specific
change in the code ?

For example : in betaflight 2.1.3, no issue with motor spinning... in
2.1.4 and 2.1.5 issue with motor spinning...

Strange...
@++


Reply to this email directly or view it on GitHub
https://github.com/borisbstyle/betaflight/issues/60#issuecomment-163938202
.

from betaflight.

ChaosPower avatar ChaosPower commented on June 14, 2024

Just purchased a vortex. Will help investigate this.

from betaflight.

sshirokov avatar sshirokov commented on June 14, 2024

I just ran into this issue with a Naze32 Rev6 (no mag) with both Betaflight 2.2.0 RC2 and Betaflight 2.2.0 RC2 using a Turnigy 9x 8ch TX/RX pair.

I didn't wait long enough to see if the motors spin down after a timeout, but toggling the arm switch seemed to only change the RPM, not star/stop the motors. I confirmed in the transmitter tab that the aux channel levels were correct.

Let me know if you want any more details, I'm pretty certain I can reproduce it trivially.

from betaflight.

borisbstyle avatar borisbstyle commented on June 14, 2024

For stopping the motors your min_comand has to be configured low enough for
that it that is the case.
Op 1 jan. 2016 04:44 schreef "Yaroslav Shirokov" [email protected]:

I just ran into this issue with a Naze32 Rev6 (no mag) with both
'Betaflight 2.2.0 RC2' and 'Betaflight 2.2.0 RC2' using a Turnigy 9x 8ch
TX/RX pair.

I didn't wait long enough to see if the motors spin down after a timeout,
but toggling the arm switch seemed to only change the RPM, not star/stop
the motors. I confirmed in the transmitter tab that the aux channel levels
were correct.

Let me know if you want any more details, I'm pretty certain I can
reproduce it trivially.


Reply to this email directly or view it on GitHub
https://github.com/borisbstyle/betaflight/issues/60#issuecomment-168280613
.

from betaflight.

borisbstyle avatar borisbstyle commented on June 14, 2024

I was not able to reproduce this issue anymore. I will close the issue. Please reopen if it is still there.

It is anyway always advisable to do changes without props

from betaflight.

ChaosPower avatar ChaosPower commented on June 14, 2024

@borisbstyle I was able to replicate this issue (different from @sshirokov's case) and is common scenario for my Immersion RC Vortex 285 Fusion FC Gen1.

The cause is most probably power source. The LiPo should be attached to the drone (!!no props please!!) before it can be configured / discovered. When Cleanflight configurator saves and reboots, a signal seems to be sent to the esc provided by some software init or hardware.

However occasionally it does not happen, and when it does not happen Serial_Rx is off at Ports tab. When I turn it on again + save reboot then it spins sometimes in full power and sometimes min throttle.

My hunch is probably one of the init functions.

serialInit
mixerInit
rxInit
failsafeInit (?)

I think the configurator is at fault as well. The signal to the ESCs does not seem to clear up / retain value when it reboots.

Currently finding time to debug the hardware and software. Will upload a video for my case.

from betaflight.

universam1 avatar universam1 commented on June 14, 2024

Are you running Oneshot?
I can trigger that by unplugging an powered up ESC - a short pulse somehow
reads the ESC as a command. If thats your root cause then it's most
probably an Oneshoot design issue, not the FW

2016-01-21 6:35 GMT+01:00 Randy Glenn Aguirre [email protected]:

@borisbstyle https://github.com/borisbstyle I was able to replicate
this issue (different from @sshirokov https://github.com/sshirokov's
case) and is common scenario for my Immersion RC Vortex 285 Fusion FC Gen1.

The cause is most probably power source. The LiPo should be attached to
the drone (!!no props please!!) before it can be configured / discovered.
When Cleanflight configurator saves and reboots, a signal seems to be sent
to the esc provided by some software init or hardware.

However occasionally it does not happen, and when it does not happen
Serial_Rx is off at Ports tab. When I turn it on again + save reboot then
it spins sometimes in full power and sometimes min throttle.

My hunch is probably one of the init functions.

serialInit
mixerInit
rxInit
failsafeInit (?)

I think the configurator is at fault as well. The signal to the ESCs does
not seem to clear up / retain value when it reboots.

Currently finding time to debug the hardware and software. Will upload a
video.


Reply to this email directly or view it on GitHub
https://github.com/borisbstyle/betaflight/issues/60#issuecomment-173459882
.

from betaflight.

ChaosPower avatar ChaosPower commented on June 14, 2024

Probably is OneShot. But why does it only happen when Serial RX is turned on? Seen an issue with OneShot glitches (PPM) probably that one is linked to what I am experiencing. Will open an issue at BLHeli repo when I confirmed this. Thanks @universam1

from betaflight.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.