Recently buy new fc SkyStars H7 HD Dual Gyro + KM60 BLHeli_32 ESC 30×30 Stack
Try install arducopter firmware latest arducopter_with_bl.hex
APMVERSION: ArduCopter V4.3.0-dev
All setup done try to motor test but only 2 motor work 3,4
4 motor test in betaflight all work perfect
All motor spin but spining full throttle trying mission planner motor test tab 5% throttle and test a motor all motor spin full throttle and motor hotting
You are using the Bdshot firmware? And, you should be using the latest Stable or beta version not the Dev version unless there is a compelling reason to do so.
That doesn’t tell me anything. Why bother with Betaflight if you want to run Arducopter? Did you flash the Arducopter Bdshot version of firmware to the Skystar Board? It will show in the messages screen also. Post a screen capture (not a photo) of the messages screen after connection.
OK, no Bi-directional Dshot and I see why you are using the -Dev version. Anyway from default you only need to set these 3 parameters for Standard Dshot:
MOT_PWM_TYPE to 6
SERVO_BLH_AUTO to 1
SERVO_DSHOT_ESC to 1
Right because Chan 1,2 and 9 are configured for Neopixel not motor outputs. I suppose because those are all on Timer1. You could use Outputs 3,4,5&6
SERVO_BLH_MASK to 252
SERVO_BLH_OTYPE to 6
I wonder if you can simply disable Neopixel by setting NTF_LED_TYPES to 0. Might try that 1st.