I’m new to the world of UAVs, but not a total noob at working with electronics.
I’m working my way through the setup of MultiWii 2.4 on the Quadrino in incremental steps. At the moment, I have a simple setup, as follows:
PC <–> USB <–> Quadrino <-- (AR610 Rx) <-- (DX6 Tx)
I’ve got my Tx bound to the Rx, and I can ARM/DISARM the Quadrino from the Tx (I know this based on the ARM indicator in the WinGUI turning ON/OFF accordingly).
I’ve calibrated the ACC/GYRO/MAG, and according to the sensor graph all readings look kosher:
ACC : X/Y ~ 0, Z ~ 512
GYRO: PITCH/ROLL/YAW all 0
MAG (heading) : steady
Basic config settings : MIN Command = 1000, MIN Throttle = 1100, MAX Throttle = 2000
Configured my Tx endpoints to range from ~1000 to ~2000.
GPS is disabled (since I’m just testing, and I’m inside anyway).
Set the AGGRESSION factor to minimum (-70).
Set the ANTI-WOBBLE factor to minimum (0).
Disabled in-flight ACC calibration.
Fail-Safe is OFF. Battery monitor is OFF.
I’m just testing the current configuration through WinGUI (no airframe, no props, no ESCs, just the aforementioned sub-systems).
When the system is DISARMED, the motors read 1000 for FRONT L/R and REAR L/R.
When the system is ARMED, the motors read ~1150 for FRONT L/R and REAR L/R. At this point, if I do nothing, and just let the system sit idle (no throttle, no inputs, no movement), I can watch the FRONT R, REAR L motors settle to 1100 (exactly), while the FRONT L, REAR R will slowly climb and settle at ~1350 (+/- 30 units b/w F_L, R_R).
If I move the throttle to maximum, then FRONT L will reach 2000, the REAR R will reach ~1980. But the FRONT R, REAR L motors will only reach ~1600 - 1800. If I leave the throttle at maximum (no inputs, no movement), then I observe the same behavior; the F_R, R_L power drops to ~1500, for both, while the other two motors climb, maxing out at 2000.
I don’t understand the source of this behavior. Based on the behavior, this looks like a PID problem to me (just a guess). Not that I’ve tried every configurable property, but nothing I do seems to change this behavior. Despite the Quadrino being on a flat surface, with additional inputs from the Tx, and no movement, the system deviates from level flight (and migrates into a YAW).
Also, I observed that the “config.h” enables the “MPU6050”, but the FCT defaults to the “MPU9150”, even though it’s not referenced anywhere in the source code. Not sure if this matters, just an observation.
Any guidance on this would be much appreciated.
Thanks in advance.