Giter VIP home page Giter VIP logo

Comments (24)

pkaig avatar pkaig commented on July 27, 2024 2

Thank you both @mathiasvr and @stylesuxx. v0.15 is now running on my E180 helicopter with GHF420 AIO board (and shortly to all my others). Tail motor has Max_Braking_Strength as default and the Main motor is set to 0. It works fantastic. Really great stuff.

from bluejay.

pkaig avatar pkaig commented on July 27, 2024 1

@stylesuxx mate that sounds fantastic. I really appreciate you even considering the addition. I understand completely. Good things take time ๐Ÿ‘

from bluejay.

stylesuxx avatar stylesuxx commented on July 27, 2024 1

@pkaig could you have a look here => https://50e6a41ca189.ngrok.io/ in the settings you can now select "Disable common settings" - this will allow you to change all settings for every ESC individually, let me know if this is what you were looking for.

from bluejay.

pkaig avatar pkaig commented on July 27, 2024 1

@stylesuxx that's fantastic. Just connected and changed the starting parameters for the tail motor only. It seems to work great. That makes it so easy thank you very much.

from bluejay.

mathiasvr avatar mathiasvr commented on July 27, 2024 1

@pkaig Ah I see, great to hear! ๐Ÿ˜„

from bluejay.

pkaig avatar pkaig commented on July 27, 2024 1

Hi Mathias, Thank you very much. I will give it a go.

from bluejay.

mathiasvr avatar mathiasvr commented on July 27, 2024

Hi there!

I'll try to see if I can add an option to disable "damped light" soon.
Let me know if you want some "test" files in the meantime.

For multirotors it probably makes the most sense to have this option affect all ESCs, so I'm not sure it should be a setting for each individual ESC - maybe there is a better way to support helicopters? Maybe there should be a mode in the configurator to allow having different settings for individual ESCs. Are there any settings that it makes sense to share between motors in a helicopter?

from bluejay.

pkaig avatar pkaig commented on July 27, 2024

Thank you very much Mathius. That would be great. Yes I would love to try out your test files please. I did read some comments in the project file that suggested this was being worked on.

The reason for the ability to download separately is because the main and tail motors are different so that can operate with vastly different settings such as timing and starting torques etc (the main can often be geared too). Damped light works well on the tail; however, on the main it causes the tail to whip around when you disarm or throttle hold. If this happens in flight (become disoriented) the tail rotation generally causes extra damage.

from bluejay.

mathiasvr avatar mathiasvr commented on July 27, 2024

Ah okay, that makes sense!

@stylesuxx How complicated do you think it would be to have a mode/option where all settings are set individually in the configurator?

from bluejay.

mathiasvr avatar mathiasvr commented on July 27, 2024

Here are some test hex files without braking/damping: v0.13_nobrake.zip.
I only compiled the most common ones, so let me know if you need one that's missing.

from bluejay.

stylesuxx avatar stylesuxx commented on July 27, 2024

Technically I could add an option to treat every setting as an individual setting in the configurator.
But I am wondering how much of a fringe case this is - if it is just @pkaig who would be using this feature I am not sure if it is worth the hassle, or if it is easier for him to just de-solder the ESC signal wires and flash separately like that.

@pkaig I don't know the helicopter community, is this something more people would be interested in?

from bluejay.

pkaig avatar pkaig commented on July 27, 2024

@mathiasvr. Thank you very much for the files. I will give them a go.

@stylesuxx. The added difficulty I have is I am using an AIO board. My hack to get around this is to download the tail config to both, then open in betaflight CLI and remove the resource for the tail motor. Reconnect Bluejay and flash the main motor config, reconnect betaflight and add the tail motor resource. It does work but isn't ideal. I guess looking at the current Bluejay Configurator there is an option to download the firmware individually on each ESC with a (flash all) at the bottom to do all. But there is only a single write setup. I'm not sure why you would want to load different firmwares and not setups. My hope was that it wouldn't be a big task to add a button on each ESC tab.

As for how many would use it... I would ๐Ÿ˜ƒ. I'm not sure how many others. I would assume a few. Previous blheli versions had this ability and BLheli_32 does as well. Not sure why it was removed from _S.

Thank you both for your efforts on this project. It's a great bit of software!

from bluejay.

stylesuxx avatar stylesuxx commented on July 27, 2024

@pkaig I see - an AIO makes it more complicated, that is true. I added your request as a feature request in the esc-configurator repo. I am not sure yet which version I will implement. If you have any preferences or other ideas, feel free to discuss them there.

Unfortunately this will be a bigger change so I can not promise a quick implementation.

from bluejay.

stylesuxx avatar stylesuxx commented on July 27, 2024

Cool, thanks for giving it a spin. This means I can add it to https://esc-configurator.com

from bluejay.

pkaig avatar pkaig commented on July 27, 2024

@stylesuxx great news. I will give this a go on my other helis when I get home. Again thank you.

@mathiasvr . Hi Mathias. I gave the noBrake firmwares a go but it still seems to be doing the damped-light. I took a video https://youtu.be/ZyLMujPY0YQ. Just reading a bit of your code in the 'push' section and I'm not sure if the damped-light is still enabled by default or if I am doing something else incorrectly. I have loaded the 92kHz version (if that matters). Cheers.

from bluejay.

mathiasvr avatar mathiasvr commented on July 27, 2024

@pkaig Braking/damping should be disabled by default (and not yet changeable). Did you also disable brake on stop?

from bluejay.

pkaig avatar pkaig commented on July 27, 2024

@mathiasvr..... Ummmm. It was a id10t error.... I'm very much embarrassed to say I flashed the noBrake to the TAIL ๐Ÿ™ƒ. That's what I get for rushing to give it a go before I head off to work.

Anyway it works fantastic. I'm very excited to get this working on all my heli's now. I appreciate your efforts.

from bluejay.

mathiasvr avatar mathiasvr commented on July 27, 2024

Hi @pkaig, I have been working on simplifying how motors are stopped and is leaning towards a method that doesn't try to brake motors unless using the "brake on stop" feature. This might benefit helicopters as well since it appears your issue was mostly the braking when stopping the main rotor.
I have prepared some test files here with the normal "damped light" braking enabled but without the braking on motor stop. This should give a better motor response when throttling down etc. but I don't know if it generally benefits helicopters compared to no braking at all.

If you can try it at some point it would be great to hear your opinion on how this works compared to the no braking version. Thanks!

v0.14_no_stop_brake.zip

from bluejay.

pkaig avatar pkaig commented on July 27, 2024

Sorry for my very late reply Mathius.

The damped light does make a big difference and with this enabled the heli does still spin rapidly. I have taken some videos.
Your original v0.13 no damped light/no brake on stop: https://youtu.be/EsAWMqxvM7M (this is great BTW)
The new no brake on stop V0.14: https://youtu.be/drHNzsOl2N0

The new version with damped light still enable spins much faster on throttle hold.

from bluejay.

pkaig avatar pkaig commented on July 27, 2024

Sorry. Don't know what I clicked to close it.

from bluejay.

mathiasvr avatar mathiasvr commented on July 27, 2024

Thank you @pkaig, the videos are very helpful! I see the stop still has too much braking for the helicopter landing. I'm surprised it has this much effect since the braking is very brief, but that's good to know.

Out of interest how is flight performance of the helicopter when flying damped light? I think there should be a noticeable difference when varying throttle? Do you think this is something that could be useful for helicopters or is no damping generally preferred?

I'm curious if I should look into removing the braking effect when stopping completely to allow helicopters to still fly damped light without the landing problem, however not sure if this is useful.

In any case I plan to include a braking strength setting that allows disabling damped light in v0.15.

from bluejay.

pkaig avatar pkaig commented on July 27, 2024

I haven't flown it yet with your v0.14 but I will in the morning. Both of my helis running Bluejay have been broken and waiting for parts. One is ready to go now.

Just thought I would Post a comparison between the standard V0.13 and your V0.13 nobrake (no damped light). It's really a huge difference.

V0.13: https://youtu.be/ahWzhT5Bn28
No Brake https://youtu.be/a2GtaOZoZYo

from bluejay.

pkaig avatar pkaig commented on July 27, 2024

The no damped light only on stop may be worthwhile. The heli is running a fixed throttle with a Govenor to maintain headspeed regardless of pitch. I'm guessing damped light could help with rapid downward transitions that unload the head.

Happy to do some testing.

from bluejay.

mathiasvr avatar mathiasvr commented on July 27, 2024

Now v0.15 is finally released.
Setting the new setting Max Braking Strength to 0 will effectively disable complementary PWM (damped light).

from bluejay.

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.