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

Weird disarm flags #4848

Closed
tangettyplayz141 opened this issue Jun 16, 2019 · 5 comments
Closed

Weird disarm flags #4848

tangettyplayz141 opened this issue Jun 16, 2019 · 5 comments
Labels

Comments

@tangettyplayz141
Copy link

I know theres alot of fourms about people not being able to arm inav but I haven't seen any with similar disarm flags
I already did all of the normal checks to get it to arm everythings showing green so I type status in cli while the systems powered and I get the flag "0x140000" if I flip the arm switch and type the same thing I get "0x184000" then after I disarm I get "0x180000". I am new to inav so sorry if it's an obvious problem, currently inav is running on an old spracing f3 setup for a wing

@issue-label-bot
Copy link

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

@stronnag
Copy link
Collaborator

The wiki entry https://github.com/iNavFlight/inav/wiki/"Something"-is-disabled----Reasons may assist you in decoding the arming mask values.

@digitalentity
Copy link
Member

0x140000 = CLI + RX
0x184000 = CLI + THR + ARMSW
0x180000 = CLI + THR

Hope that helps you figure out that your throttle is not at zero (probably inverted).
Also, see https://www.youtube.com/watch?v=fVJYodLimD8, especially starting at 3:35

@stronnag
Copy link
Collaborator

yea thanks but i already took a look at it and my codes dont match any of the ones listed

They do .... configuration and / or user errors:

0x140000 = 00100000 + 00040000 (CLI active, RX not detected)
0x180000 = 00100000 + 00080000 (CLI active, throttle not at minimum)
0x184000 = 00100000 + 00080000 + 00004000 (CLI active, throttle not at minimum, arm engaged)

You can discount the CLI flag (as you're in the CLI deliberately), you need to address the RX and throttle cases.

@tangettyplayz141
Copy link
Author

ok thanks for replying so fast as i said im new to i nav so i had no idea that the one number corresponded to multiple flags. appreciate the help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants