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:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trashcan backup file needed
#1
Hi guys,
I have accidentally zeroed settings of my eachine trashcan.
I have Frsky receiver. Can anybody share file with betaflight configuartion backup? I would like to restore original settings.
Reply
Login to remove this ad | Register Here
#2
Here you go. This is a "diff" I did of the original factory configuration when I first got my Trashcan (FrSky version) before I made any changes...

Code:
# version
# Betaflight / CRAZYBEEF4FR (C4FR) 4.0.0 Dec 11 2018 / 01:44:17 (3b479f92d) MSP API: 1.41

board_name CRAZYBEEF4FR
manufacturer_id 
mcu_id 003400433437510432383735
signature 

# reset configuration to default settings
defaults nosave

# name
name Trashcan

# feature
feature -ANTI_GRAVITY
feature -DYNAMIC_FILTER
feature MOTOR_STOP
feature LED_STRIP

# map
map TAER1234

# serial
serial 0 2048 115200 57600 0 115200

# led
led 0 4,7::CO:2
led 1 5,7::CO:2
led 2 6,7::CO:2
led 3 7,7::CO:2
led 4 8,7::CO:2

# aux
aux 0 0 0 1300 2100 0 0
aux 1 1 1 1200 1550 0 0
aux 2 28 1 1550 2100 0 0
aux 3 35 2 1550 2100 0 0

# master
set motor_pwm_protocol = DSHOT600
set vbat_min_cell_voltage = 29
set vbat_warning_cell_voltage = 30
set ibata_scale = 1175
set yaw_motors_reversed = ON
set osd_warn_esc_fail = OFF
set osd_vbat_pos = 2102
set osd_rssi_pos = 2083
set osd_tim_1_pos = 54
set osd_tim_2_pos = 2134
set osd_flymode_pos = 2456
set osd_throttle_pos = 2423
set osd_crosshairs_pos = 2253
set osd_current_pos = 2400
set osd_mah_drawn_pos = 2432
set osd_craft_name_pos = 2443
set osd_warnings_pos = 329
set osd_disarmed_pos = 2346
set vtx_band = 5
set vtx_channel = 8
set vtx_power = 3
set vtx_freq = 5917
set frsky_spi_tx_id = 140,7
set frsky_spi_offset = -26
set frsky_spi_bind_hop_data = 2,7,12,17,22,27,32,37,42,47,52,57,62,67,72,77,82,87,92,97,102,107,112,117,122,127,132,137,142,147,152,157,162,167,172,177,182,187,192,197,202,207,212,217,222,227,232,0,0,0
set frsky_x_rx_num = 7

# profile
profile 0

# rateprofile
rateprofile 0

set roll_rc_rate = 120
set pitch_rc_rate = 120
set yaw_rc_rate = 130
set roll_srate = 75
set pitch_srate = 75
set yaw_srate = 80

# save configuration
save
[-] The following 1 user Likes SnowLeopardFPV's post:
  • Sebalos
Reply
#3
Thanks !!! Smile
Reply
#4
I made the same mistake do you happen to have this in the FLYSKY version ??
Reply
#5
(16-Nov-2019, 01:24 AM)Ace Ventura4443 Wrote: I made the same mistake do you happen to have this in the FLYSKY version ??

I don't have an actual dump of diff from the Flysky version of the Crazybee F4 Pro used in the Eachine Trashcan but it is going to be the same as the one from the FrSky version with a few minor differences.

I've constructed you a "diff" file below that containing all the settings that will be very close to (if not exactly the same as) the original factory settings. Just run this into the CLI and it should restore the factory settings. You will need to re-bind the SPI receiver on the board to your transmitter once you've applied these settings.

Code:
# version
# Betaflight / CRAZYBEEF4FS (C4FS) 4.0.0 Dec 11 2018 / 01:08:39 (3b479f92d) MSP API: 1.41

board_name CRAZYBEEF4FS
manufacturer_id
mcu_id 004700173437511430353933
signature

# reset configuration to default settings
defaults nosave

# name
name Trashcan

# feature
feature -ANTI_GRAVITY
feature -DYNAMIC_FILTER
feature MOTOR_STOP
feature LED_STRIP

# serial
serial 0 2048 115200 57600 0 115200

# led
led 0 4,7::CO:2
led 1 5,7::CO:2
led 2 6,7::CO:2
led 3 7,7::CO:2
led 4 8,7::CO:2

# aux
aux 0 0 0 1300 2100 0 0
aux 1 1 1 1200 1550 0 0
aux 2 28 1 1550 2100 0 0
aux 3 35 2 1550 2100 0 0

# master
set motor_pwm_protocol = DSHOT600
set vbat_min_cell_voltage = 29
set vbat_warning_cell_voltage = 30
set ibata_scale = 1175
set yaw_motors_reversed = ON
set osd_warn_esc_fail = OFF
set osd_vbat_pos = 2102
set osd_rssi_pos = 2083
set osd_tim_1_pos = 54
set osd_tim_2_pos = 2134
set osd_flymode_pos = 2456
set osd_throttle_pos = 2423
set osd_crosshairs_pos = 2253
set osd_current_pos = 2400
set osd_mah_drawn_pos = 2432
set osd_craft_name_pos = 2443
set osd_warnings_pos = 329
set osd_disarmed_pos = 2346
set vtx_band = 5
set vtx_channel = 8
set vtx_power = 3
set vtx_freq = 5917

# profile
profile 0

# rateprofile
rateprofile 0

set roll_rc_rate = 120
set pitch_rc_rate = 120
set yaw_rc_rate = 130
set roll_srate = 75
set pitch_srate = 75
set yaw_srate = 80

# save configuration
save
Reply
#6
(16-Nov-2019, 03:38 PM)SnowLeopardFPV Wrote: I don't have an actual dump of diff from the Flysky version of the Crazybee F4 Pro used in the Eachine Trashcan but it is going to be the same as the one from the FrSky version with a few minor differences.

I've constructed you a "diff" file below that containing all the settings that will be very close to (if not exactly the same as) the original factory settings. Just run this into the CLI and it should restore the factory settings. You will need to re-bind the SPI receiver on the board to your transmitter once you've applied these settings.

Code:
# version
# Betaflight / CRAZYBEEF4FS (C4FS) 4.0.0 Dec 11 2018 / 01:08:39 (3b479f92d) MSP API: 1.41

board_name CRAZYBEEF4FS
manufacturer_id
mcu_id 004700173437511430353933
signature

# reset configuration to default settings
defaults nosave

# name
name Trashcan

# feature
feature -ANTI_GRAVITY
feature -DYNAMIC_FILTER
feature MOTOR_STOP
feature LED_STRIP

# serial
serial 0 2048 115200 57600 0 115200

# led
led 0 4,7::CO:2
led 1 5,7::CO:2
led 2 6,7::CO:2
led 3 7,7::CO:2
led 4 8,7::CO:2

# aux
aux 0 0 0 1300 2100 0 0
aux 1 1 1 1200 1550 0 0
aux 2 28 1 1550 2100 0 0
aux 3 35 2 1550 2100 0 0

# master
set motor_pwm_protocol = DSHOT600
set vbat_min_cell_voltage = 29
set vbat_warning_cell_voltage = 30
set ibata_scale = 1175
set yaw_motors_reversed = ON
set osd_warn_esc_fail = OFF
set osd_vbat_pos = 2102
set osd_rssi_pos = 2083
set osd_tim_1_pos = 54
set osd_tim_2_pos = 2134
set osd_flymode_pos = 2456
set osd_throttle_pos = 2423
set osd_crosshairs_pos = 2253
set osd_current_pos = 2400
set osd_mah_drawn_pos = 2432
set osd_craft_name_pos = 2443
set osd_warnings_pos = 329
set osd_disarmed_pos = 2346
set vtx_band = 5
set vtx_channel = 8
set vtx_power = 3
set vtx_freq = 5917

# profile
profile 0

# rateprofile
rateprofile 0

set roll_rc_rate = 120
set pitch_rc_rate = 120
set yaw_rc_rate = 130
set roll_srate = 75
set pitch_srate = 75
set yaw_srate = 80

# save configuration
save

Thank you so much.  I got it working but I think maybe I did somthing to my esc's?  I tryed flashing the firm ware for the esc's on BLheli and now whenever I arm the copter the motors spool up a little bit?  It will fly ok and everything seems to work but it won't stop idling on the ground...motors just sit there spinning at a very low speed...any ideas?
Reply
#7
(16-Nov-2019, 04:59 PM)Ace Ventura4443 Wrote: Thank you so much.  I got it working but I think maybe I did somthing to my esc's?  I tryed flashing the firm ware for the esc's on BLheli and now whenever I arm the copter the motors spool up a little bit?  It will fly ok and everything seems to work but it won't stop idling on the ground...motors just sit there spinning at a very low speed...any ideas?

Yes, that will likely be because you switched off MOTOR_STOP (it's on the right-hand side of the "Configuration" tab in Betaflight Configurator). With MOTOR_STOP switched off, when you arm the quad it will spin the motors at idle. While not strictly a necessity on a tiny whoop with pretty harmless blades, having the motors spin when armed on any quad (especially the large ones with unguarded props) can be a useful safely feature which lets you know visually when your quad is armed because the motors are spinning. If the idle is still set at 4.5 then I found that to be a little slow for the Trashcan so you might want to increase it to 6 which I found works much better.

If you want confirmation of your settings, run the "dump" command in the CLI and copy/paste the results back here. We can then take a look at what settings you've applied.
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  Help [HELP NEEDED] Shorted something out, and now the drone won't connect to the PC ericrcrain 9 430 16-Feb-2024, 10:41 AM
Last Post: SnowLeopardFPV
Question Anyone got a GepRC Darkstar 20? Backup Cli? alvestadkristian 3 245 11-Feb-2024, 09:49 PM
Last Post: Pathfinder075
  URUAV UZ85 Betaflight CLI dump needed. albertly 2 777 05-Apr-2022, 04:54 PM
Last Post: radla
  Build had a motor burn out in my trashcan looking for a upgrade or should i stay with stock afixity 7 451 20-Jan-2022, 09:09 PM
Last Post: afixity
  Shall I desire Eachine Trashcan boredwag 10 1,051 17-May-2021, 07:12 PM
Last Post: boredwag


Login to remove this ad | Register Here