Help! Making my first Quad!

Houndpup Rc

Master member
I would use that before using another manufacturers firmware mappings.
Okay I will try it...I tried the SpeedyBee F405 v3 firmware earlier and that didn't work so well....is there any videos you recommend to help get to grips with Qgroundcontrol?
 

LitterBug

Techno Nut
Moderator
Ahh. Upper lower case file naming snafu

Screenshot_20250516-215650.png
 

LitterBug

Techno Nut
Moderator
FYI, I have NOT flown FPV quads on Ardupilot, only FPV wings and LOS quads. My pilot buddy did quite a few years ago and did not like the way it handled. A TON has changed since then and it may be better now. It will depend on the flight mode(s) you use and tuning.
 

Houndpup Rc

Master member
FYI, I have NOT flown FPV quads on Ardupilot, only FPV wings and LOS quads. My pilot buddy did quite a few years ago and did not like the way it handled. A TON has changed since then and it may be better now. It will depend on the flight mode(s) you use and tuning.
Yeah, I am following a video done by Chris Rosser that was done in February where he takes you step by step tuning and setting up a quad.
 

LitterBug

Techno Nut
Moderator
There are a few things I have not been able to do with QgroundControl that can be done with MissionPlanner. Can't recall what, but it is good to know how to use both. You need to install Mono in order to run it from linux and it runs a bit better from windoze.
 

Houndpup Rc

Master member
There are a few things I have not been able to do with QgroundControl that can be done with MissionPlanner. Can't recall what, but it is good to know how to use both. You need to install Mono in order to run it from linux and it runs a bit better from windoze.
Hmmmmm, I was running Mission Planner on Wine but it wouldn't connect a lot of times unless I ran a Cli command and a lot of other stuff! Is Mono like Wine?
 

LitterBug

Techno Nut
Moderator

Mission Planner on Linux

It is possible to run most Windows based programs on many Linux Distributions using MONO. Mission Planner does run under MONO but will have occasional issues and/or crashes. QGC and MAVProxy are alternatives that run stably in Linux, but if Mission Planner is really desired, you can follow these steps:

  • Download and install the latest version of MONO from here
  • Download Mission Planner as a zip file from here and unzip to a directory.
  • Change to that directory and execute:
    mono MissionPlanner.exe
 

Houndpup Rc

Master member

Mission Planner on Linux

It is possible to run most Windows based programs on many Linux Distributions using MONO. Mission Planner does run under MONO but will have occasional issues and/or crashes. QGC and MAVProxy are alternatives that run stably in Linux, but if Mission Planner is really desired, you can follow these steps:
Reply
  • Download and install the latest version of MONO from here
  • Download Mission Planner as a zip file from here and unzip to a directory.
  • Change to that directory and execute:
Cool!