-
Notifications
You must be signed in to change notification settings - Fork 33
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
The code works correctly or not on my microcontroller F411 NOXE V3 #26
Comments
Hi, I'm sorry, but I haven't used Betaflight for a long time (I switched to iNAV). The reason you can't arm seems to be that you have some Last time I used BF it was version 4.0.0, so they may have changed a lot of stuff compared to 4.4.3. Here are some links that I hope they will help you: |
Thanks @ricardodeazambuja for the links, especially for the |
To record to the blackbox you may have two options: enable the FC to arm (after properly setting the blackbox using the betaflight-configurator) or by setting one "switch" that will start the recording (again, you need to use the configurator for that). BTW, the ARM command in the SimpleUI is expecting that you set the arm to the correct switch because the order of the values you send to the drone will take the switches into consideration. |
That is, without a |
It's not a physical switch, it's just software, but you need to enable the switch using betaflight-configurator. The RC command is typically AERT (roll, pitch, yaw, throttle) + the "switches" (called channel or aux). |
Thanks @ricardodeazambuja for the useful code.
My ports setup
I run the example code
simpleUI.py
, the result is like thisIf I select the
ARM/DISARM
command, it’s as if the command is not being sent, and I have questions in theRX
input of my flight controller.or
Armed never changes, as if the command does not reach the flight's microcontroller.
But when I select the
REBOOT
command, the pilot reboots.I don’t yet have enough knowledge in betaflight firmware, as far as I understand, the
ARM
flag appears in three cases:1. When there is no connection with the receiver(pult)
2. When the accelerometer sensor does not show the horizon, it is not calibrated/aligned
3. There is no connection via the
MSP
protocolI don't have a pult/control panel, ESC board, battery or motors.
How is it possible to put into operation a “naked” flight controller without peripherals?
The text was updated successfully, but these errors were encountered: