📜 ⬆️ ⬇️

Heavy FPV-quadcopter - continued: APM 2.5 and active camera mount



Part one - in which I invented and built my quadrocopter.

I continue the story about my quadrocopter. Since the publication of the first article, I flew a lot of hours, and did a lot of modifications on the copter. It will take a long time, and of little interest, to tell all the small details. Therefore, I limit myself to the main changes, namely:
But first things first…

ArduPilot Mega 2.5


So, the first new thing is a new flight controller APM 2.5. How does it differ from the previously used Crius MultiWii SE?
ArduPilot Mega 2.5
image
Crius MultiWii SE
image
CPU:Atmel atmega2560Atmel atmega328p
Gyroscope, accelerometer:Invensense MPU-6000Invensense ITG-3205
Bosch BMA180
Barometer:Measurement Specialties MS5611-01BA03Bosch BMP-085
Magnetometer:Honeywell HMC5883L-TR
GPS:Direct sensor connection via serial portSensor connection via additional controller and I 2 C bus
PC connection:USB
Telemetry via radio modem (433 MHz)
USB via separate FTDI adapter
Bluetooth telemetry
Built-in memory:4 MB for recording GPS logs and other telemetry-
In short, the APM 2.5 has a more powerful processor, more accurate sensors, more accurate GPS (due to processing data on the main CPU) and more long-range telemetry. What it allows to achieve:
Due to more accurate sensors and more advanced stabilization algorithms, the driver felt to fly on a much more stable order than under the control of MultiWii. And the function of autonomous return to the base gives peace of mind when flying through FPV - video loss is no longer deadly, just turn on RTH (Return To Home) and wait until either the copter arrives home and lands or returns to a stable video link. When the signal is lost, the D / U RTH turns on automatically.
')

Active suspension and FPV camera


For a good video, a rigidly fixed camera is not suitable - stabilization is needed, keeping the camera in a horizontal position, regardless of the position of the driver. Suspensions for such stabilization, there are two types:


For me, the advantage of the brushless suspension outweighed all the flaws, and I decided to make my own: in the end, I had already assembled the kopter from scratch, not to stop there. At the same time, I decided to integrate a mount for an additional camera into the gimbal: fly through FPV is still nicer through a rigidly fixed camera (otherwise the position of the copter is not visible), plus specialized FPV cameras have a number of advantages to GoPro: they give a signal without delay and do much better complex lighting (when flying against the sun, for example). The following components were purchased:


The Martinez controller runs on open source software ( BruGi ), it is developed by several people on my local FPV forum . The alternative is the well-known controller Alexei Moskalenko ( Alexmos SimpleBGC ). It costs, however, more than twice as expensive, and in terms of stabilization quality, the latest versions of BruGi are already at an absolutely comparable level.

I developed the mechanics for the suspension on my own, and as with the frame for the copter itself, I asked a good friend to cut it to me on a milling machine from fiberglass. While a comrade was preparing my details, another colleague from the forum volunteered to make a 3D model and render:



The assembly process, as well as the first flight after many hours of setting the controller PID parameters:



All the rest



Due to the increased weight of the copter after installing the suspension (before: 1950, after: 2140g), and also due to the sudden death of one of the old engines (in flight ... fortunately, the flight was at a low altitude above the field with meter-high grass - the fall was not injured), new engines were purchased and installed.


Before: Turnigy NTM 28-30 750kv . With Graupner E-Prop 11x5 and 4S battery: 1kg


After: Tiger Motor MT2216-11 900kv . With Graupner E-Prop 11x5 and 4S battery: 1.2kg

Tiger Motor engines are significantly more expensive than NTM Hobbykings (€ 36.50 versus € 18), but at the same time significantly higher quality. Japanese bearings used in them live much longer than cheap Chinese ones in NTM motors. All four engines I bought were perfectly balanced and work without vibrations in the full rpm range - of the four NTMs, three were fairly well balanced, but the fourth was clearly crooked and gave fairly strong vibrations.

Also, since the heavy camera mount shifted the center of gravity of the copter forward, the battery had to be moved further back. This had a negative effect on flight performance: the copter became significantly more inert along the pitch axis than along the roll axis. Usually, the PID parameters of the flight controller are matched equally for both axes, since most of the copters are symmetrical; I also had to manually select new parameters separately for both axes in order to achieve a fairly stable flight without vibrations and other undesirable effects.

General view of the copter with all the updates:



To be continued...

Source: https://habr.com/ru/post/185746/


All Articles