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
Sudden disarm in mid flight - why?
#1
Question 
So i was flying my quad for the third time and everything was great. Suddenly the motors stop and it fell out of the sky. Can anybody tell me what happened?
 
Here's what i can give you:
 
Flight Controller:
F4 V5PRO (https://www.banggood.com/F4-V5PRO-Flight...mds=search)
 
Logfile:
https://drive.google.com/open?id=0B-0OCp...DVCamdDbmM
 
Firmware:
Betaflight 3.1.7 (Here’s a backup of my configuration: https://drive.google.com/open?id=0B-0OCp...TEybldpcGs)
 
I’ve assigned one switch to arm my copter and another 3-pos switch for the following flight modes:
-Angle
-Horizon
-Airmode
See picture attached.
 
The function “Disarm the motors regardless of throttle value” is activated
 
I’m confident that I did not touch any of the switches before the quad fell out of the sky.
As you can see at the end of log, for some reason the flight modes changed and ARM was disabled. I guess afterwards it dropped. But I don’t see what triggered this behavior.
 
Failsafe setup:
See picture attached
 
Please let me know if there’s anything else I can provide. I appreciate every help I can get.


Attached Files Thumbnail(s)
       
Custom 250mm 3D printed frame * F4 V5PRO FC * Betaflight 3.1.7 * 4S 1800mAh * 20A opto PRO LittleBee ESC * Race Star BR2205 Motors * One full scale crash and counting
Reply
Login to remove this ad | Register Here
#2
Welcome to the forum!

I have questions:

How far away from you was the quad when this happened?

What radio and receiver are you using?

Why have you set the failsafe system the way you have?

Air mode is not a flight mode, it is a feature that is added to the current flight mode. So, with your current mode settings, selecting air mode will also set the flight mode to acro as neither horizon or angle mode will be selected.

The backup of your configuration does not tell us everything about how you have the quad set up. What you need to do is to go to the CLI, type "diff" and then copy the text that appears when you press enter. You can also type "dump", which shows the entire configuration, "diff" only shows what is different from the default values. When posting a dump or diff, please surround the text with [ code ] [ /code ] tags (without the spaces). This will make sure that a long text does not make a really huge post. For example:

Code:
# version
# BetaFlight/SPRACINGF3 3.0.1 Oct 18 2016 / 10:35:52 (48b7b4f)

# name
name -

# mixer
mixer QUADX

mmix reset


# servo
servo 0 1000 2000 1500 90 90 100 -1
servo 1 1000 2000 1500 90 90 100 -1
servo 2 1000 2000 1500 90 90 100 -1
servo 3 1000 2000 1500 90 90 100 -1
servo 4 1000 2000 1500 90 90 100 -1
servo 5 1000 2000 1500 90 90 100 -1
servo 6 1000 2000 1500 90 90 100 -1
servo 7 1000 2000 1500 90 90 100 -1

# servo mix
smix reset



# feature
feature -RX_PPM
feature -VBAT
feature -INFLIGHT_ACC_CAL
feature -RX_SERIAL
feature -MOTOR_STOP
feature -SERVO_TILT
feature -SOFTSERIAL
feature -GPS
feature -FAILSAFE
feature -SONAR
feature -TELEMETRY
feature -CURRENT_METER
feature -3D
feature -RX_PARALLEL_PWM
feature -RX_MSP
feature -RSSI_ADC
feature -LED_STRIP
feature -DISPLAY
feature -OSD
feature -BLACKBOX
feature -CHANNEL_FORWARDING
feature -TRANSPONDER
feature -AIRMODE
feature VBAT
feature RX_SERIAL
feature FAILSAFE
feature BLACKBOX

# beeper
beeper GYRO_CALIBRATED
beeper RX_LOST
beeper RX_LOST_LANDING
beeper DISARMING
beeper ARMING
beeper ARMING_GPS_FIX
beeper BAT_CRIT_LOW
beeper BAT_LOW
beeper GPS_STATUS
beeper RX_SET
beeper ACC_CALIBRATION
beeper ACC_CALIBRATION_FAIL
beeper READY_BEEP
beeper MULTI_BEEPS
beeper DISARM_REPEAT
beeper ARMED
beeper SYSTEM_INIT
beeper ON_USB

# map
map AETR1234

# serial
serial 0 1 115200 57600 0 115200
serial 1 0 115200 57600 0 115200
serial 2 64 115200 57600 0 115200

# led
led 0 0,0::C:0
led 1 0,0::C:0
led 2 0,0::C:0
led 3 0,0::C:0
led 4 0,0::C:0
led 5 0,0::C:0
led 6 0,0::C:0
led 7 0,0::C:0
led 8 0,0::C:0
led 9 0,0::C:0
led 10 0,0::C:0
led 11 0,0::C:0
led 12 0,0::C:0
led 13 0,0::C:0
led 14 0,0::C:0
led 15 0,0::C:0
led 16 0,0::C:0
led 17 0,0::C:0
led 18 0,0::C:0
led 19 0,0::C:0
led 20 0,0::C:0
led 21 0,0::C:0
led 22 0,0::C:0
led 23 0,0::C:0
led 24 0,0::C:0
led 25 0,0::C:0
led 26 0,0::C:0
led 27 0,0::C:0
led 28 0,0::C:0
led 29 0,0::C:0
led 30 0,0::C:0
led 31 0,0::C:0

# color
color 0 0,0,0
color 1 0,255,255
color 2 0,0,255
color 3 30,0,255
color 4 60,0,255
color 5 90,0,255
color 6 120,0,255
color 7 150,0,255
color 8 180,0,255
color 9 210,0,255
color 10 240,0,255
color 11 270,0,255
color 12 300,0,255
color 13 330,0,255
color 14 0,0,0
color 15 0,0,0

# mode_color
mode_color 0 0 1
mode_color 0 1 11
mode_color 0 2 2
mode_color 0 3 13
mode_color 0 4 10
mode_color 0 5 3
mode_color 1 0 5
mode_color 1 1 11
mode_color 1 2 3
mode_color 1 3 13
mode_color 1 4 10
mode_color 1 5 3
mode_color 2 0 10
mode_color 2 1 11
mode_color 2 2 4
mode_color 2 3 13
mode_color 2 4 10
mode_color 2 5 3
mode_color 3 0 8
mode_color 3 1 11
mode_color 3 2 4
mode_color 3 3 13
mode_color 3 4 10
mode_color 3 5 3
mode_color 4 0 7
mode_color 4 1 11
mode_color 4 2 3
mode_color 4 3 13
mode_color 4 4 10
mode_color 4 5 3
mode_color 5 0 9
mode_color 5 1 11
mode_color 5 2 2
mode_color 5 3 13
mode_color 5 4 10
mode_color 5 5 3
mode_color 6 0 6
mode_color 6 1 10
mode_color 6 2 1
mode_color 6 3 0
mode_color 6 4 0
mode_color 6 5 2
mode_color 6 6 3
mode_color 6 7 6
mode_color 6 8 0
mode_color 6 9 0
mode_color 6 10 0

# aux
aux 0 0 0 950 1700
aux 1 27 0 925 1300
aux 2 1 1 1300 1700
aux 3 2 1 950 1250
aux 4 25 2 1300 1700
aux 5 0 0 900 900
aux 6 0 0 900 900
aux 7 0 0 900 900
aux 8 0 0 900 900
aux 9 0 0 900 900
aux 10 0 0 900 900
aux 11 0 0 900 900
aux 12 0 0 900 900
aux 13 0 0 900 900
aux 14 0 0 900 900
aux 15 0 0 900 900
aux 16 0 0 900 900
aux 17 0 0 900 900
aux 18 0 0 900 900
aux 19 0 0 900 900

# adjrange
adjrange 0 0 0 900 900 0 0
adjrange 1 0 0 900 900 0 0
adjrange 2 0 0 900 900 0 0
adjrange 3 0 0 900 900 0 0
adjrange 4 0 0 900 900 0 0
adjrange 5 0 0 900 900 0 0
adjrange 6 0 0 900 900 0 0
adjrange 7 0 0 900 900 0 0
adjrange 8 0 0 900 900 0 0
adjrange 9 0 0 900 900 0 0
adjrange 10 0 0 900 900 0 0
adjrange 11 0 0 900 900 0 0
adjrange 12 0 0 900 900 0 0
adjrange 13 0 0 900 900 0 0
adjrange 14 0 0 900 900 0 0

# rxrange
rxrange 0 1000 2000
rxrange 1 1000 2000
rxrange 2 1000 2000
rxrange 3 1000 2000

# rxfail
rxfail 0 a
rxfail 1 a
rxfail 2 a
rxfail 3 a
rxfail 4 h
rxfail 5 h
rxfail 6 h
rxfail 7 h
rxfail 8 h
rxfail 9 h
rxfail 10 h
rxfail 11 h
rxfail 12 h
rxfail 13 h
rxfail 14 h
rxfail 15 h
rxfail 16 h
rxfail 17 h

# master
set mid_rc = 1500
set min_check = 1100
set max_check = 1900
set rssi_channel = 0
set rssi_scale = 30
set rc_interpolation = AUTO
set rc_interpolation_interval = 19
set rssi_ppm_invert = OFF
set input_filtering_mode = OFF
set roll_yaw_cam_mix_degrees = 0
set max_aux_channels = 6
set debug_mode = NONE
set min_throttle = 1070
set max_throttle = 2000
set min_command = 1000
set servo_center_pulse = 1500
set max_esc_throttle_jump = 0
set 3d_deadband_low = 1406
set 3d_deadband_high = 1514
set 3d_neutral = 1460
set 3d_deadband_throttle = 50
set use_unsynced_pwm = OFF
set motor_pwm_protocol = ONESHOT125
set motor_pwm_rate = 400
set servo_pwm_rate = 50
set disarm_kill_switch = ON
set gyro_cal_on_first_arm = OFF
set auto_disarm_delay = 5
set small_angle = 25
set fixedwing_althold_dir = 1
set reboot_character = 82
set gps_provider = NMEA
set gps_sbas_mode = AUTO
set gps_auto_config = ON
set gps_auto_baud = OFF
set gps_wp_radius = 200
set nav_controls_heading = ON
set nav_speed_min = 100
set nav_speed_max = 300
set nav_slew_rate = 30
set serialrx_provider = SBUS
set sbus_inversion = ON
set spektrum_sat_bind = 0
set spektrum_sat_bind_autoreset = 1
set telemetry_switch = OFF
set telemetry_inversion = ON
set frsky_default_lattitude =  0.000
set frsky_default_longitude =  0.000
set frsky_coordinates_format = 0
set frsky_unit = IMPERIAL
set frsky_vfas_precision = 0
set frsky_vfas_cell_voltage = OFF
set hott_alarm_sound_interval = 5
set battery_capacity = 0
set vbat_scale = 112
set vbat_max_cell_voltage = 43
set vbat_min_cell_voltage = 33
set vbat_warning_cell_voltage = 35
set vbat_hysteresis = 1
set current_meter_scale = 400
set current_meter_offset = 0
set multiwii_current_meter_output = OFF
set current_meter_type = ADC
set align_gyro = DEFAULT
set align_acc = DEFAULT
set align_mag = DEFAULT
set align_board_roll = 0
set align_board_pitch = 0
set align_board_yaw = 0
set max_angle_inclination = 700
set gyro_lpf = OFF
set gyro_sync_denom = 4
set gyro_lowpass_type = PT1
set gyro_lowpass = 90
set gyro_notch1_hz = 400
set gyro_notch1_cutoff = 300
set gyro_notch2_hz = 200
set gyro_notch2_cutoff = 100
set moron_threshold = 32
set imu_dcm_kp = 2500
set imu_dcm_ki = 0
set alt_hold_deadband = 40
set alt_hold_fast_change = ON
set deadband = 3
set yaw_deadband = 5
set throttle_correction_value = 0
set throttle_correction_angle = 800
set yaw_control_direction = 1
set yaw_motor_direction = 1
set tri_unarmed_servo = ON
set servo_lowpass_freq = 400
set servo_lowpass_enable = OFF
set airmode_activate_throttle = 1350
set failsafe_delay = 10
set failsafe_off_delay = 10
set failsafe_throttle = 1000
set failsafe_kill_switch = OFF
set failsafe_throttle_low_delay = 100
set failsafe_procedure = DROP
set rx_min_usec = 885
set rx_max_usec = 2115
set gimbal_mode = NORMAL
set acc_hardware = AUTO
set acc_lpf_hz =  10.000
set accxy_deadband = 40
set accz_deadband = 40
set acc_unarmedcal = ON
set acc_trim_pitch = 0
set acc_trim_roll = 0
set baro_tab_size = 21
set baro_noise_lpf =  0.600
set baro_cf_vel =  0.985
set baro_cf_alt =  0.965
set baro_hardware = NONE
set mag_hardware = NONE
set mag_declination = 0
set pid_process_denom = 2
set blackbox_rate_num = 1
set blackbox_rate_denom = 2
set blackbox_device = SPIFLASH
set blackbox_on_motor_test = OFF
set magzero_x = 0
set magzero_y = 0
set magzero_z = 0
set ledstrip_visual_beeper = OFF

# profile
profile 0

set gps_pos_p = 15
set gps_pos_i = 0
set gps_pos_d = 0
set gps_posr_p = 34
set gps_posr_i = 14
set gps_posr_d = 53
set gps_nav_p = 25
set gps_nav_i = 33
set gps_nav_d = 83
set pid_delta_method = MEASUREMENT
set yaw_p_limit = 500
set pidsum_limit = 700
set dterm_lowpass_type = BIQUAD
set dterm_lowpass = 100
set dterm_notch_hz = 260
set dterm_notch_cutoff = 160
set vbat_pid_compensation = OFF
set pid_at_min_throttle = ON
set iterm_throttle_gain = 0
set setpoint_relax_ratio = 30
set dterm_setpoint_weight = 200
set yaw_rate_accel_limit = 220
set rate_accel_limit = 0
set accum_threshold = 130
set yaw_accum_threshold = 32
set yaw_lowpass = 0
set pid_controller = BETAFLIGHT
set p_pitch = 58
set i_pitch = 50
set d_pitch = 22
set p_roll = 43
set i_roll = 40
set d_roll = 20
set p_yaw = 70
set i_yaw = 45
set d_yaw = 20
set p_alt = 50
set i_alt = 0
set d_alt = 0
set p_level = 50
set i_level = 50
set d_level = 100
set p_vel = 55
set i_vel = 55
set d_vel = 75
set level_sensitivity =  2.000
rateprofile 0

# rateprofile
rateprofile 0

set rc_rate = 100
set rc_rate_yaw = 100
set rc_expo = 65
set rc_yaw_expo = 45
set thr_mid = 50
set thr_expo = 0
set roll_srate = 70
set pitch_srate = 70
set yaw_srate = 70
set tpa_rate = 10
set tpa_breakpoint = 1650
Reply
#3
Looking at your black box log, you have a huge peak of noise centred at 143Hz on your pitch axis. Because your D-term notch filter has the cut-off at 160Hz, all that noise is being played back on the D-term and making your motor speed change up and down all the time.

It wouldn't surprise me if your motors were very hot when you landed after your 7.5 minute flight. That's not why you 'fell from the sky', but you need to find out what is causing that vibration. Something loose? Damaged or out of balance propellers? Out of balance motors?
Reply
#4
That was quick!


1. I’ using a Futaba FF9 with a FrSky DFT 2.4Ghz TX module and a FrSky V8FR-II RX receiver.

2. The distance when I lost control was about 100m, far from the known transmitter range.

3. My idea behind my failsafe setup:
A) If I should ever travel outside TX range, the RX will send ~930 on the throttle channel to the FC. That’s my RX failsafe procedure in case of signal loss. FC failsafe stage 1 should be triggered now.
B) In such a situation, I don’t want my quad to hold the current angle, I want it to become level before stage 2 (landing) kicks in. That’s why i configured 1100 on AUX2, this should activate the angle mode. I understand that “auto” setting on channel 1-4 will bring the stick levels to neutral (except throttle), supporting my leveling theory.
C) Stage two should set motors to 1320, this means 4A overall current (Tested) while I now that the current at hovering is 6A -> I expect the quad to descend instead of free fall
-> Guard time 8=0.8sec. + Auto fallback procedure of throttle channel in stage one -> Does that mean that my motors will be set to zero power for 0.8s until my landing procedure value of 1320 kicks in? This would be concerning but I don’t understand these relations entirely.
-> Delay for turning of the motors during failsafe =40=4seconds -> I understand that once the quad is in stage two with the preset landing power of 1320, after 4 seconds the motors will be off no matter how far the ground still is (?)
Looking forward to your feedback :-)
 
4.Unfortunately I don’t get that [ bracket ] forum-feature to work regarding the requested “Dump” and I couldn’t find any info on the forum so I attached the “Dump” and “diff” file as pdf… I’m sorry.
 
I’m surprised that you found this noise on my pitch axis as all components are (were) tight and new but I did not test the props on my balancer so far. Can you recommend a tutorial so that I can find/analyze/improve this noise by myself? Why is this noise limited to the pitch axis? (I’d expect vibration to affect every axis)

Thanks a lot for your time & support.


Attached Files
.pdf   diff.pdf (Size: 197.23 KB / Downloads: 210)
.pdf   dump.pdf (Size: 218.21 KB / Downloads: 354)
Custom 250mm 3D printed frame * F4 V5PRO FC * Betaflight 3.1.7 * 4S 1800mAh * 20A opto PRO LittleBee ESC * Race Star BR2205 Motors * One full scale crash and counting
Reply
#5
Hmmm....

Although you were only 100m away, I really can't see any way that the flight controller would disarm unless some kind of failsafe event happened. Depending on how you have mounted the receiver antennas and how your radio's antenna was orientated, it's not impossible to get a failsafe at 100m

When you set up your receiver, how did you set failsafe on it? As you may know, you can either set the desired control positions on your radio and briefly press the failsafe button on the receiver, or you can turn off the radio and briefly press the failsafe button. The second way causes the receiver to stop sending any PPM signal to the flight controller if it loses contact with the radio.

For Betaflight/Cleanflight, the 'no pulses' failsafe is what you need. If you use the first method, the flight controller cannot detect that the radio has entered failsafe mode as there is still a valid PPM signal with valid channel values.

The important thing here is that you configure your receiver for 'no pulses' and that you check that failsafe works by removing your propellers, arming the craft and then turning off your radio. Personally, I set my failsafe to "hold" for one second and then drop if the signal does not come back. While "land" sounds tempting, you can't predict what altitude or attitude your quad might have when it loses signal and having the flight controller still spinning the motors when the quad has already hit the ground or flown into a tree can mean that the propellers could be prevented from turning and will give you cooked motors and burned up ESCs.

The vibration isn't severe, it's more the PID controller's reaction to it that seems to be exaggerated. How vibration affects a frame is unique to the frame and the propellers and motors being used and how the filters and PID controller are set up. In your case, there is a small vibration being picked up by the pitch gyro:

[Image: UA9LXdzl.png]

This noise is then expressed in the P-term:

[Image: 6oBnQ50l.png]

And picked up by the D-term:

[Image: ZwbiPiyl.png]

Which leads to a lot of noise being output to the motors:

[Image: uIAxJnkl.png]

Seeing as how your D-term notch filter is centred at 260Hz and has the cutoff at 160Hz, I'd be tempted to move the centre down to 220Hz and the cutoff down to 120Hz. This should filter out the noise that is centred at 143Hz.

If that's not enough, then move to 200Hz with cutoff at 100Hz.
Reply
#6
Here's my TX:
[Image: EwViWxml.jpg]

My RX:
[Image: hrj0lLtl.jpg]

With this setup, i used to fly my hexacopter >1km LOS.

I have preset my RX failsafe throttle value to ~920 because i thought that together with the Betaflight "Valid Pulse Range Settings" in the failsafe tab (=990) -> my 920 will be considered as invalid by the FC -> And this would trigger failsafe stage 1. 

At this point i'd like to mention that my RX does not have any serial output and the FC only accepts serial input. So i added a converter between RX and FC which is set to PPM output:
[Image: zY275Owl.jpg]
 
I have tried to change the RX failsafe to no-pulse. However, the receiver tab still shows the same values like before. It even does this when i unplug the serial cable from the FC. Is there any better place to check the incoming PPM values?
[Image: 2CZy9iSl.jpg]

Do you recommend to change the channel map or switch to SBUS?

I was hoping that the logfile would indicate the exact reason why failsafe was triggered which lead to the crash. Since this seems to be impossible, i guess it comes down now to trial and error. This is what i have in mind:
1. Exchange the RX with another unit (same type)
2. Switch the serial converter to SBUS
3. Uncheck "Disarm the motors regardless of throttle value"
4. Change my FC failsafe configuration according to your advise "Hold for 1sec -> drop"
5. Change the filter configuration according to your advise
-> If it crashes again, i may swith to Cleanflight. not because i know it any better but because i've seen other Betaflight quads with the exact same malfunction and no explanation to it.

Still appreciating your advise...
Custom 250mm 3D printed frame * F4 V5PRO FC * Betaflight 3.1.7 * 4S 1800mAh * 20A opto PRO LittleBee ESC * Race Star BR2205 Motors * One full scale crash and counting
Reply
#7
If you're using a converter, then I doubt that the converter will correctly transfer 'no pulse' failsafe. Sorry, I didn't realise that the V8FR-II didn't have PPM output.

The log doesn't show that the flight controller entered failsafe mode. If you look at the log in the Black box Explorer, you can press 'T' to show the detailed status:

[Image: Q2il8vDl.png]

Just after the quad disarms, you can see that rxSignalReceived and rxFlightChannelsValid are still 1 and that failsafePhase is still 0. So, the flight controller itself isn't seeing a failsafe condition.

The Betaflight firmware itself won't suddenly disarm without being told to. Although the black box log does not include the exact values of all the AUX channels, it is recording that the AUX channel values changed and the only way the craft could have disarmed is if AUX1 went below 1350.

Looking at the image you posted of your channel values with the connection from the converter to the flight controller unplugged, it shows AUX1 at 1135 and AUX2 at 1100. These values correspond with the mode selections recorded in your log at the time the quad disarmed and crashed.

This would suggest to me that your converter either became disconnected or stopped working.
Reply
#8
I see your point. When i watch the last 500ms of the logfile, the flight channel signals were alive until the very end. I assume this proves that the PPM signal wire was not disconnected. So it appears that:
-      At 07:30:465 I switched from Acro/Airmode to Horizon with AUX2 (3-position TX flip switch C) and then
-      At 07:30:506 I switched from Horizon to Angle mode with AUX2 (TX flip switch C) and at the precise same moment I disarmed the aircraft with AUX1 (TX flip switch A)

[Image: KWLKtJEl.jpg]

I’m not sure if its even possible to switch both TX switches simultaneously in midflight.

Since the throttle channel remains around 1328 until the finish, I assume that the disarm status and the resulting crash could have been avoided by unchecking the setting "Disarm the motors regardless of throttle value". Correct? Obviously it would be much better find the root cause for the AUX1+2 channel behavior.

Since my FrSky V8FR-II receiver des not support PPM output. I’m considering now to purchase the FrSky 8CH D8R-XP receiver (https://www.banggood.com/FrSky-2_4G-8CH-D8R-XP-D8RXP-Telemetry-Receiver-p-1008354.html?rmmds=search) which would make my PPM converter unemployed since it has PPM and RSSI output. I’m 99% confident that it is compatible with my FrSky DFT TX module  (https://www.banggood.com/Wholesale-FrSky...mywishlist).
Custom 250mm 3D printed frame * F4 V5PRO FC * Betaflight 3.1.7 * 4S 1800mAh * 20A opto PRO LittleBee ESC * Race Star BR2205 Motors * One full scale crash and counting
Reply
#9
Disabling "disarm regardless of throttle" is a good idea. It's also very useful for landing, particularly if you have air mode permanently enabled. As you come in to land, you flip your arm switch to disarm. The flight controller is still armed as you land until you finally drop the throttle to zero. This actually makes it much easier to land, particularly if you are landing with FPV.

I can't fully explain what happened in your log. You're right to note that the throttle and other channels still appear to be active, even after the AUX1 channel changes to disarm the quad. This makes no sense to me and speaks against my theory that the converter became disconnected from the flight controller.

I am using Betaflight on quite a few quads, mostly with S.BUS receivers, but there are some PPM and Spektrum serial receivers in the mix as well and I have never seen Betaflight itself do anything like what happened to you. Although you commented that you had "seen other Betaflight quads with the exact same malfunction", I find it hard to believe that there is such a critical bug in Betaflight. It would have been reported, reproduced and fixed.

I'm sure your DFT module would be compatible with the receiver that you linked to, but the main drawback with that receiver is the ridiculous size compared with other available choices like the D4R-II. If you don't need 1.5Km range, there are also tiny single antenna D8 compatible receivers on BG that work very well.

It's a mystery what went wrong, but I'd still suspect your converter or your receiver before I'd suspect the flight controller.
Reply
#10
To be fair, i've seen one other Betaflight quad which fell out of the sky multiple times because the motors suddenly stopped spinning. So it looked exactly like my case but i'm not sure if my friends quad had a blackbox and what type of analysis he did. It's very well possible that there's a different reason and in neither case it's "Betaflight's" fault. It wouldn't be right to blame it on the software considering the positive experience of the other users.

You're right, the D4R-II is a much better choice, i just realized that i don't need 8 physical outputs if i go for CPPM anyway. The order is currently being processed and if i have a bug in my RX or PPM converter, the D4R-II will solve it.

I also look forward to solving the vibration issue, maybe i'll ask for your help again with future logfiles but for now i think we can close this case. Thank you very much for your time and explanations which really did help for my understanding.
Custom 250mm 3D printed frame * F4 V5PRO FC * Betaflight 3.1.7 * 4S 1800mAh * 20A opto PRO LittleBee ESC * Race Star BR2205 Motors * One full scale crash and counting
[-] The following 1 user Likes Micotitolino's post:
  • unseen
Reply
#11
My pleasure! I'm glad I could help.

Our quads are quite complex devices these days and there are many different factors that can lead to things going wrong. In most cases, a black box log, photographs of the build and a full listing of the components used can lead to a full diagnosis of the cause.

Your problem is one of the first I've seen where I can't offer a full explanation, so I'll be really interested to hear if switching to the D4R-II makes your problem go away.
Reply
#12
Just an update: 

I received the new FrSky D4R-II and i tried to set up its failsafe to "no-pulse" as recomded by unseen. I fallowed the instruction from unseen which are identical as in the user manual. It did not work on the bench and so i ended up watching this video: 
To my surprise, this acctually DID work even though it is much more complicated. Looking at the video feedback, i'm not the only one who struggled seting up the correct failsafe mode on this particular RX. 

Since my quad is still in repair status, i only tested it with the Betaflight interface:
[Image: ikcTXMPl.jpg]

[Image: foAR6Ufl.jpg]
Custom 250mm 3D printed frame * F4 V5PRO FC * Betaflight 3.1.7 * 4S 1800mAh * 20A opto PRO LittleBee ESC * Race Star BR2205 Motors * One full scale crash and counting
[-] The following 1 user Likes Micotitolino's post:
  • unseen
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  Help No response flight controller with receiver Crazyart 1 237 09-Jan-2024, 12:53 AM
Last Post: Crazyart
  BetaFPV F4 FR 2S flight controller issues. itsmerandy 30 1,677 02-Nov-2023, 09:01 AM
Last Post: SnowLeopardFPV
  Help JHEMCU GF16 F405 Flight Controller sdellava 4 1,702 25-Aug-2023, 08:57 AM
Last Post: PDK
  Help Flight Controller (FC) buzzing, humming high pitch noise sound qcay12 1 386 31-Jul-2023, 11:03 PM
Last Post: SnowLeopardFPV
  Flight controller programming maths soso 8 713 13-Jul-2023, 04:26 PM
Last Post: Pennywise


Login to remove this ad | Register Here