У нас вы можете посмотреть бесплатно Drone PID Controller Test или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
I'm working on a flight controller from the ground up, using a stm32F4 microcontroller that takes input from an MPU6050 accelerometer through USART serial communication and outputs throttle to an ESC to control the throttle of the two brushless DC motors. The Ground Control Station (what's on the computer) is also home-made using C++ and the SFML graphics library that displays packets being received, servo angle, throttle and accelerometer measurements using an artificial horizon. The keyboard can control servo angle, throttle and 'hover mode' that enables the PID controller to hold level. The PID controller still needs more tuning but will eventually get there.