Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The engines don't arm
#1
The engines don't arm. After replacing the ESC. I can't arm the engines.
BT in the [Motor] tab starts the engine in MSP (USB) mode
* In [Ports] tab, UART 1 set to TX1, Reciver and radio are communicating.
The radio turns on the buzzer on TX3 not MSP (USB unplugged).
* In the [Reciver] tab, the gimbals work in accordance with the simulation in BT (throttle set to the bottom).
Taranis vs Reciver communication in mode (Access taranis qx7)
 In the bookmark .
* FC inverted 180` (corrected) in BT. The model behaves like in the simulator.
** What can block engine arming?.
*** CLI command needed to disable all config in [Filsafe] tab. tilt angles, etc.
 You know: no locks because the drone is tilted 90 degrees or something, I need to rule that out first. I think so.

My FPV  https://mechatronikaedu.blogspot.com/202...y-fpv.html
thx
Reply
Login to remove this ad | Register Here
#2
go into betaflight configurator, remove the rotors, plug in a lipo, into cli tab and type in: "status"
copy paste the results inhere.

or watch the video feed while arm, look for the betaflight warning
Reply
#3
(15-Aug-2023, 10:25 PM)hugnosed_bat Wrote: go into betaflight configurator, remove the rotors, plug in a lipo, into cli tab and type in: "status"
copy paste the results inhere.

or watch the video feed while arm, look for the betaflight warning
hugnosed_bat 

My alert int the import old present 
First alert 
#status

Code:
[size=medium]#status[/size]
[size=medium]System Uptime: 1295 seconds[/size]
[size=medium]Current Time: 2023-08-09T17:53:58.986+00:00[/size]
[size=medium]Voltage: 0 * 0.1V (0S battery - NOT PRESENT)[/size]
[size=medium]CPU Clock=168MHz, Vref=3.29V, Core temp=65degC, GYRO=MPU6000, ACC=MPU6000[/size]
[size=medium]Stack size: 2048, Stack address: 0x1000fff0[/size]
[size=medium]I2C Errors: 0, config size: 2538, max available config: 16384[/size]
[size=medium]CPU:2%, cycle time: 503, GYRO rate: 1988, RX rate: 33, System rate: 9[/size]
[size=medium]Arming disable flags: RXLOSS CLI MSP[/size]

first alert
Code:
Resource is set to A02
resource MOTOR 4 A03
Resource is set to A03
resource LED STRIP 1 NONE Resource is freed
# resource CAMERA CONTROL 1 B06 OR IN SOUTH INVALID RESOURCE WE CAMERA CONTROL
# # feature
feature -RX PARALLEL_PWM Disabled RX PARALLEL_PWM
#feature TELEMETRY
Enabled TELEMETRY
# # serial - nie została odnaleziona.

second error
Code:
rateprofile 1
# rateprofile 2 rateprofile 2
#rateprofile 3 rateprofile 3
rateprofile 4
ERROR 1 ratuureila RATE PROFILE OUTSIDE OF [0, 3}###
# rateprofile 5
Wenn, IN ratoprotites HATE PROFILE OUTSIDE OF 10. 31***
# # restore original rateprofile selection
rateprofile rateprofile 0
## save configuration
Cancel


a) I replaced the ESC (because one transistor died 4in1 40A), I had to solder the wires, you know.

a) The previously written BT 10.9 configuration was loaded into the freshly flashowange FC (why did I flash?) Well, I was looking for reasons, I was experimenting. Anyway, I uploaded back the BT configurations in version 4.2. But BT 10.9 accepts v 4.4, 4.3. This however went with some slight errors.

b) the previous owner overclocked the ESC BLHeli_S or JESC. So that you could enable Dhot, as for ESC version 32 I have ESC_S

c) Engines start in the engine tab, I can start any engine and its revolutions. Disabled.
I also tried to make my own configuration based on popular (present) starter configurations.

d) I configured the channels in BT (gimbals) and the sticks work in accordance with the simulator on SBUS (AETR1234).

e) Command
CODE: SELECT ALL

status
the only thing that comes back:
CODE: SELECT ALL

SMEs,
you know you have a USB plugged in, ok.

f) I disconnect the USB, connect to drones using Taranis qx7/access . FC seems to be responding. For example, switching the stick to UAUX2. Works properly. Stick enables/disables the buzzer

g) I have the motors set to AUX1. When simulating in MSP (USB) mode, you can see that the stick switches AUX1. The ARM field turns red in ON mode and gray in OF mode.

** I am looking for CLI command => Disable Failsafe. Just turn OFF Failsafe.
thx
Reply
#4
Failsafe is for what happens when you lose your control link. This is not the same thing as something keeping you from arming.

Hugnosed asked you to run the STATUS command because that will show us the arming flags. In other words, it will tell us why it is not arming, and allow us to solve your problem.
Dangerous operations.

Disclaimer: I don’t know wtf I’m talking about.
I wish I could get the smell of burnt electronics out of my nose.
Reply
#5
(16-Aug-2023, 12:05 AM)Lemonyleprosy Wrote: Failsafe is for what happens when you lose your control link. This is not the same thing as something keeping you from arming.

Hugnosed asked you to run the STATUS command because that will show us the arming flags. In other words, it will tell us why it is not arming, and allow us to solve your problem.

I see.
Failsafe blocks the motors in certain situations. Inclination in degrees, etc. yes or no. It can stop the engine from starting. Yes or no?. If my engines do not start and the radio receiver communication exists. Why don't they launch?


Code:
Arming disable flags: RXLOSS CLI MSP
thx
Reply
#6
No.

Failsafe controls what happens when your rc link is lost- does the quad drop, land, keep its current course, etc.

The angle the quad can be armed at is set in the configuration tab of betaflight.

Right now your arming disable flags are showing rxloss, which means your receiver is not connected to your transmitter.

Take your propellers off of your quad, turn your transmitter on, plug the quad into betaflight again and plug in a battery. Turn on your arm switch, run the status command again, and paste the output here.
Dangerous operations.

Disclaimer: I don’t know wtf I’m talking about.
I wish I could get the smell of burnt electronics out of my nose.
Reply
#7
Well, let's forget about failsafe. What makes the motors not want to arm after disconnecting the USB?. Please don't make me type #status. I'm about to get -1 again because I want to help a little, not start from the beginning. If there is no CLI, disable failsafe. I understand well. But do you know that if the FC is rotated 180`, the motor will not arm itself?. But let's forget about failsafe. You guys are experienced, you'll solve my problem soon, I'm counting on it.
---
You are the method

a) analysis, fast but difficult
oscarliang.com/quad-arming-issue-fix
b) deduction, slower but effective
I want to go by deductive method. If failsafe can block motors then I want to disable it. Then I will do another procedure. Yes, I want to solve it. The drone has been standing for 40 days and nothing. .
thx
Reply
#8
(16-Aug-2023, 12:57 AM)Lemonyleprosy Wrote: No.

Failsafe controls what happens when your rc link is lost- does the quad drop, land, keep its current course, etc.

The angle the quad can be armed at is set in the configuration tab of betaflight.

Right now your arming disable flags are showing rxloss, which means your receiver is not connected to your transmitter.

Take your propellers off of your quad, turn your transmitter on, plug the quad into betaflight again and plug in a battery. Turn on your arm switch, run the status command again, and paste the output here.

https://oscarliang.com/quad-arming-issue-fix/

(15-Aug-2023, 10:25 PM)hugnosed_bat Wrote: go into betaflight configurator, remove the rotors, plug in a lipo, into cli tab and type in: "status"
copy paste the results inhere.

or watch the video feed while arm, look for the betaflight warning

https://oscarliang.com/quad-arming-issue-fix/
thx
Reply
#9
I’m going to tell you to do what I previously posted, and type status after following my directions.

I’m not going to spend my time continuing to help you. It’s nothing personal, but without that information all I can do is guess. I certainly don’t want any part of helping someone get a quad in the air who is willing to disable all failsafes. They are there for a reason, and that is to keep your quad from being an out of control danger to life and property. This will be my last response to this thread.

Once again, maximum arming angle can be changed in the configuration tab in betaflight. It defaults to a low number, if you change it to 180 it will allow the motors to arm even if it was upside down.

If you had followed directions, we would know if this was your problem because it would show us an “angle” arming flag.

The method that you are describing is not analysis or deduction. It is simply shooting in the dark and seeing what sticks.

Here’s some reading on things that can cause your quad not to arm. Perhaps you’ll eventually find your answer there through enough trial and error:
https://betaflight.com/docs/wiki/archive...And-Safety
Dangerous operations.

Disclaimer: I don’t know wtf I’m talking about.
I wish I could get the smell of burnt electronics out of my nose.
Reply
#10
(16-Aug-2023, 09:12 PM)Lemonyleprosy Wrote: I’m going to tell you to do what I previously posted, and type status after following my directions.

I’m not going to spend my time continuing to help you. It’s nothing personal, but without that information all I can do is guess. I certainly don’t want any part of helping someone get a quad in the air who is willing to disable all failsafes. They are there for a reason, and that is to keep your quad from being an out of control danger to life and property. This will be my last response to this thread.

Thank you for your time.
I pasted the result of the #status command above.
We managed to solve the problem. The engines start. The throttle was in the wrong range.
* Thanks again for your patience.
I'm currently working on the modes tab. I'll start a next thread about it. I want to add a switch (engine off) to descend safely. He's learning to fly. Returning the throttle to the bottom causes the drone to hit the ground. It's better that it drops by itself from 15 cm.
thx
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  one of the motors does not arm balabushka 4 128 01-Apr-2024, 09:54 PM
Last Post: Rob Axel
  motors won't arm Huskydriver 1 186 03-Oct-2023, 09:44 PM
Last Post: V-22
  Help Why won´t it arm? swequad 2 195 01-Oct-2023, 06:53 PM
Last Post: swequad
  News Don’t use Bluejay v0.20 Lemonyleprosy 17 1,512 05-Sep-2023, 09:20 PM
Last Post: Lemonyleprosy
  Help 3 motors make scraping noise and stutter after arm (then turn off) Wasp 11 917 05-May-2022, 04:58 AM
Last Post: kafie1980


Login to remove this ad | Register Here