Giter Club home page Giter Club logo

Comments (9)

awolf78 avatar awolf78 commented on June 11, 2024

I actually did try this since I only have a 6-channel radio. It doesn't work. I'm guessing Felix deactivated the feature. And I'm glad he did: Think about punching up and then throttle to min to get maximum hang time and then yaw like crazy - and then your copter disarms???
Sorry, but this is unsafe!!!

from kiss_osd.

fedorcomander avatar fedorcomander commented on June 11, 2024

Its actually works. I just checked. Arms and rearms with yaw command as usual. That why you need min_command... And there ARE people who actually using it, btw. ;) So, now when changing battery it will arm... ;) Safe hah?

from kiss_osd.

awolf78 avatar awolf78 commented on June 11, 2024

How about this:
If there is no ARM switch configured for AUX1-AUX4, I can assume the user is using ARM on yaw. I should be able to read this off the settings, which I just need to ask for a little earlier. Then I just disable the battery change feature on yaw right. Instead, the user needs to go into the menu to change his battery. I would add an extra entry.

Now you have a chance to be EXTRA helpful today :)
You could tell me where to look for in the settings buffer :)

from kiss_osd.

fedorcomander avatar fedorcomander commented on June 11, 2024

Check my gui stuff. Its all there.

from kiss_osd.

awolf78 avatar awolf78 commented on June 11, 2024

Looking at:

data.setUint8(73, obj.aux1Funk);
data.setUint8(74, obj.aux2Funk);
data.setUint8(75, obj.aux3Funk);
data.setUint8(76, obj.aux4Funk);

So byte 73-76 contain the AUX1-4 settings. I am assuming:
No Action = 0
High Arm = 1
Mid Arm = 2
Low Arm = 3

Correct?

from kiss_osd.

fedorcomander avatar fedorcomander commented on June 11, 2024

Not exactly.

from kiss_osd.

awolf78 avatar awolf78 commented on June 11, 2024

Ok, let's try the magic word: Please?

from kiss_osd.

awolf78 avatar awolf78 commented on June 11, 2024

Never mind, I found it. 1, 12 and 13.

from kiss_osd.

awolf78 avatar awolf78 commented on June 11, 2024

tested and updated in master

from kiss_osd.

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.