Drone Not Taking Off with ArduPilot

Unfortunately for some reason im getting the same thing as yesterday in which all the parameters are Not Available(N/A).

It was too good to be true…:rofl::sob:

I guess I will try again in a bit, because this problem went away on its own after some time yesterday.

It is cause by a loose connection, I believe that the USB connector of your FC is loose. So waiting will not fix it :frowning: moving the cable a bit will.

Pay attention to the noise your windows does when you connect or disconnect the cable.
Disconnection noises are bad if you did not explicitly disconnected the board.

  • I’m really confused, because I never get a disconnection noise from windows, if I don’t disconnect the cable.
  • Also I have tried many cables.
  • If the connection wasn’t good, I wouldn’t be able to connect to Mission Planner and the other softwares.

I really don’t understand why this keeps happening.
It happened twice since I upgraded to the latest version of AMC.

So, you have had no issue at any time connecting, and staying connected with Mission Planner?

1 Like

No issue at all with any other app.
Only with AMC.
It did that twice since yesterday and it was on the last version.
In an older version this didn’t happen, at least for 15 or so days that I used it.

Could you make a video or screen recording of the process? if you could show mp working then close it and open AMC.

Here is the video.

Also I said yesterday → For some reason Mission planner is slower to connect(and this happened from yesterday).

Thanks in advance!

I noticed in your motor test videos the GPS wire is hanging free - make sure that is secured before you fly. It’s very good at enhancing vibrations and transferring them to the flight controller.
The same goes for other wiring.

Thank you very much for your advice, although I already have it in mind.
And I had it tied up, I just took it off because some cables from the camera were disconnected and I had to undo the whole drone.

MAVFTP is not working and the board is falling back to simple param download.
AMC warns you about it when connecting (MAVFTP not available) but it somehow does not correctly fall back to simple param download correctly.

MP sees the same issue, but manages to fallback.

Yes, this is a bug, triggered by the board not not supporting MAVFTP.
AMC should fallback, but it does not.

Oh the wonders of “reliable” speedybee hardware!

So if I understand it correctly.
I changed some params and then it triggered this error message.
I guess it has something to do with the params that I last changed, as I have this error from yesterday only.

Is there anything that I can do to fix it?
Changing the flight controller at this time isn’t an option for me.
Thanks again!

It is hard to tell, it might be cause by high ArduPilot processor load, or might be caused by faulty hardware.

You can send it to me, so that I can reproduce it and fix it.

What do you mean by that?

And also I took a screenshot of every step in the param files.
Can I then go on Mission Planner and change these params to my preferances, and do what AMC does, without AMC?

Send the FC to me so that I can see the problem on my pc.

Or wait for me to fix it. I plan to use old firmware to see hot it works without MAVFTP.

Yes that method would be a working compromise

1 Like

I suggest that Speedybee become a Corporate Sponser and contribute some $$$ as their hardware consumes considerable action on the forum.
Edit-they are a partner. I wasn’t aware of that, that’s great.

3 Likes

They have recently joined as a partner

2 Likes

I see that they are on the list. Excellent!

Hello,

During my test flights yesterday, everything worked perfectly! From Loiter and Alt Hold to RTL and Auto Mode, all flight modes performed as expected.

I suspect that the issue was caused by overload, so we disabled logging by setting LOG_BACKEND_TYPE = 0 for good measure. Now, I’m wondering if I should continue configuring parameters using the ArduPilot Methodic Configurator (AMC). To be honest, I’m a bit concerned that changing something might affect my progress.

I also have a few questions:

First set of questions:

  1. How can I make my drone automatically arm itself when I switch to Auto Mode and start its predefined flight(because in the stage that Im in, I need to arm the drone, give a little throttle and then switch to auto mode)?
  2. How can I make the camera start recording when the drone is armed(esp32 cam)?

Second set (further development):

  1. How can I arm the drone without a transmitter, using an external signal, and have it follow the same behavior as in my first question?
  2. In general, does the drone require a connection to the transmitter while flying in Auto Mode? I ask because I want to know the distance limitations for my mission. For example, can I set a flight path of around one kilometer or even several kilometers?

Any guidance on these would be greatly appreciated!

Thank you in advance.

Probably can use Lua script to monitor the flight mode.

function vehicle:get_mode() end
-- desc
camera = {}

You can arm with MP via a Sik Radio Telemetry or gamepad joystick connect to MP via Sik Radio Telemetry.

Thank you. Im going to see what you sent and I will update.