-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Drone failed to disarm and lost control. #10533
Comments
Looks like it lost the Rx signal, went into a Failsafe Emergency Landing very soon after the disarm command was received then initially climbed before eventually descending finally disarming 20s after Failsafe triggered. It did receive the disarm command but went into Failsafe before it executed (there's a small delay between the disarm command being received and actual disarm happening, It climbed during the emergency descent even though the throttle was at 0 although eventually it started to descend. Is it overpowered much ? It disarmed by Failsafe in the end I'm guessing because the Failsafe 20s timeout kicked in, |
Ok thanks! I think this explains things and suggests that if I set Do you have any ideas why
Ha ha, yes, I think for now failsafe as drop is the safe option, once its tuned landing may work better |
It is very likely that was part of the problem.The reason the ELRS docs tell you (repeatedly) to use channel 5 is precisely because it will cause this issue. Higher channels are sent only every so often. Channel 5 is sent with every packet. Suppose you switch from cruise mode to RTH, using channel 8. A slight delay may be acceptable. If signal isn't perfect, you might get an even longer delay if the first packet that includes 8 doesn't happen make it through. You don't want a delay on your disarm! |
Actually after looking at the config again, its set up properly, aux1 high is arm and low is disarm. But also it receives the arm signal (ie actually disarms), the thing I don't understand is why |
Two things come to mind. First, the measurements of RC signal, in order of effectiveness, are: Link quality (LQ) Link quality tells you if the messages were understood. SNR tells you if the messages were stronger / louder than the background noise or interference. RSSI tells you the overall loudness. So imagine you're in a night club, having a conversation during some soft music. All three measures are good and you can understand the other person. Now the DJ turns on a fast dance song and cranks it up really loud. The RSSI (total loudness) has gone up, but your conversation partner probably doesn't raise their voice quite as much as the music, so the SNR goes down. You might not be able to understand a word they said, so LQ might be zero. I had just such a situation when I flew too close to a radar. When the radar dish turned toward my aircraft, it was much stronger (higher RSSI) than my transmitter, so the RSSI went through the roof and my aircraft fell to the ground, with LQ and SNR of zero, and the electronics all frozen up for a few seconds. Also, RSSI comes from the receiver. It tells you that the receiver heard something. That doesn't mean the FC got the message. A dodgy connection between the FC and the receiver would cause that. Also having the wires between the receiver and FC running right next to motor wires and parallel could cause that, if the interference from the motor wires swamped the serial signal on the receiver wires. |
I was actually going to ask this yesterday. So it could just be that our motors are wired too close to the RX wiring and so it loses the signal once the motors get above a certain threshold? |
Yep, that could be. Keep it mind, it might be that your name is Jason Logan Prescott O'Leary the fourth (JLPO4). That's ALSO consistent with the evidence I've seen. Big difference between "could be" and "is". 😃 |
Is there a way we can verify LQ in the blackbox data (I didn't see it or SNR) or set up logging for it, if its set up in the OSD will it log?
weirdly enough thats exactly his name! |
Current Behavior
I was testing a new drone it took off and flew extremely shakily, likely both because it has a very high center of mass and also because the motor braking is really aggressive and its untuned. I tried to disarm and the drone flew away and didn't appear to respond to stick inputs, after about 30 seconds it dropped. I believe the flyaway was caused by the drone entering a landing failsafe and the min throttle being set too high + bad tune meaning it wasn't going down. My main questions are why did the disarm not cut the motors when the drone was not in the failsafe, why did the drone enter the failsafe when the rssi was still good and why did the drone eventually drop? Theres a video of the flight if needed.
Here is what I think is the most relevant part of the logs:
LOG00029.TXT
Expected behavior
Motors should turn off when set to disarm and not in a failsafe state.
The text was updated successfully, but these errors were encountered: