The best DJI Air Unit BEC to use on a Cinelifter
Many people running larger motors on x8 setups and using the onboard BEC on the Matek F722-HD or similar FC have reported the video feed from the air unit freezing during aggressive flying.
It isn’t the current draw of the air unit that causes the issue, it’s the lack of capacitance before the FC regulator which is unable to cope with the voltage fluctuations from 8 motors and active braking. If you have smaller motors ie 2806.5 on 6s then some people have reported no issues when using the BEC on the FC, personally I wouldn’t risk it. With larger motors ie 2812 on 6s it is certainly a bad idea to use the FC BEC or one of the Matek/iFlight micro BECs. The solution which most operators have gone for is a D36V28F12 Pololu with a 390uf 35v low ESR cap on the input side of the Pololu.

For 8s rigs a separate lipo to run the air unit is recommended
Here is where you can get the required components:
https://www.pololu.com/product/3786 – US
https://proto-pic.co.uk/product/pololu-step-down – UK
https://www.ebay.co.uk/itm/183673621998 – Caps UK
Meldon Acro Flow – Acroyoga
The Cheesewring – Warrior Route
Cinelifter – Basic Tune for Siccario, Thicc and similar

Lots of people have been asking about PID tuning recently so I thought I would try and condense all the key info into a safe baseline tune that will start to get people in the right direction without having to copy paste a tune.
This is aimed as a starting point for x8 BF4.2 builds on 7″ or 8″ props; Siccario // Thicc. YMMV, the real value of this post is the explanation of each of the key settings
Master Multiplier: 1.2 – this turns up P I and D and makes the drone push harder to correct for stick inputs and against external forces. – This has been reduced from my initial suggestion to allow for I-term issues caused by loose cameras as suggested by Sam Sanford. Extra P & D gain is added further down this post to keep the drone following set point
PD Balance: 1.4 – this mellows out P bounce back and resists all movement by turning up the D term – this really helps make things smooth. Setting this balance too high can result in hot motors, ideally this balance is determined using blackbox logging. 1.4 is a safe bet and you can see how it feels a couple of clicks higher, checking motor temps and listening for motor trilling as you go
Stick response: 0.5 – this turns down a boost effect that pushes the drone more aggressively when the sticks are moved fast – this generally isn’t ideal for Cine stuff as you want smooth footage
I Term Relax Cutoff: 5 – this is in the right hand panel on the tuning tab. Turning this down from the default setting prevents I term accumulating when the drone is rotating faster than the threshold. This tames slow wobbles after fast flips and rolls which can happen when a larger drone is not tracking set point well
Anti Gravity Gain: 10 – this is in the right hand panel as well. Turning this up from default will reduce the amount of nose wobble you get when blipping the throttle or powering out of a dive. Settings higher than 10 might be needed but the sticks will start to feel stiff with large throttle movements
Filtering: It is possible to increase prop wash performance by reducing the amount of filtering (less filtering = bigger slider number in GUI = filter cutoff at higher frequency in hz!).
On bigger drones you really need to be using blackbox info to make adjustments before you move away from having the filter sliders at 1. You don’t fully benefit from reduced filtering unless you are increasing your PD gain at the same time.. otherwise you are sacrificing the ability to fly with damaged props without taking full advantage of the improved flight performance.
RPM Filtering is highly recommended. Once setup, put the Dynamic notch to the following settings so it can focus on the lower frequencies while RPM filtering does the higher ones:
Dynamic Notch Width Percent: 0
Dynamic Notch Q: 250
Dynamic Notch Min Hz: 90
Dynamic Notch Max Hz: 350
PD Gain: 1.3 start with your PD gain at 1.3, if you are used to flying 5″ on BF defaults it should start to feel much better, probably a little loose still. If you want to get better prop wash handling and a more dialed in feel then you can slowly increase the P and D gain, checking motor temps each time until you hear the motors trilling in the air. Then back it off a notch or two. If the motors are already trilling or getting hot at 1.3 then reduce the PD gain
For drone ops: alex AT designtuneoperate.co.uk
Siccario Cinelifter – Best gyro choice, vibration fix & iNav setup
Coast Flow with Tina Jeffery Yoga
Stainless Siccario Arm Braces – How To
After a few requests I thought I would write this quick guide on how I made the arm braces for my Siccario.
Update: Andy Shen now ships all new Siccario with a carbon version of these struts 👌🏻 They are also avail on his spares page.

I ordered 4 of these track rod end joints/knuckles and used a Dremel to cut them back so the ball inside is flush with out outside of the knuckle, it’s a bit fiddly but it means the knuckle fits under the motor:
https://www.ebay.co.uk/itm/362789871012
You will also need 2x 220mm lengths of stainless threaded bar, you can order 2x 300mm here and cut it down with a Dremel or similar. You may need to adjust the length but 220mm is a good place to start:
https://www.ebay.co.uk/itm/162605737481
Once you have the knuckles cut down and the bar the right length, add an M3 nylock to each end, fitted backwards as per the pictures, then attach a knuckle to each end:

Finally attach to the Siccario by removing one of the M3 motor mount bolts and replacing it with a longer 25mm bolt so there is enough length for the knuckle as well. I also have a washer between the knuckle and the carbon:


Enjoy reduced vibrations with those larger motors!
DJI FPV Video – USB Out! OSX Quick Guide
It is now possible to get the feed from your DJI v1 goggles onto your computer thanks to some clever people here:
https://github.com/fpv-wtf
Here is how it is done on OSX via terminal:
Install homebrew:
/usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
add Homebrew’s location to your $PATH
export PATH=”/usr/local/bin:$PATH”
and then:
git -C $(brew –repository homebrew/core) checkout master
Install node.js:
brew install node
Install ffmpeg & ffplay: (takes ages as it has to compile)
brew install ffmpeg
Get the required files from the clever dude’s github: (green code button then download zip)
https://github.com/fpv-wtf/voc-poc
Unzip, then type cd into a new terminal and drag the unzipped folder onto the terminal window, then press enter. This focuses the terminal window on that folder.
1. Connect your goggles via usb, and power them on with goggle battery
2. Make sure temp control is off on the DJI FPV system (this works better with Air Units. Vistas will get hot fast)
3. Power up your drone, (props off) wait for the picture in your goggles
4. Run the following code in the terminal window that is focused on the folder you downloaded from github:
node index.js -o | ffplay -i – -analyzeduration 1 -probesize 32 -sync ext
5. Sometimes it takes a couple of tries to get connected.

