Skip to content

luickk/dji_naza_web_interface

Repository files navigation

Dji Naza Webinterface

A webinterface for the Naza V2 flight controller. The webinterface is built on top of the Naza V2 C++ Interface project. The binaries required for the webinterface can be compiled with the given tools in ´Naza V2 C++ Interface/tools/binaries´. This project is based on PHP and JavaScript Ajax, the PHP scripts directly accesses the binaries compiled by the core project.

Demonstration video can be watched here and here

Installation

To use the web interface you need to add
the www-data user to sudoers file as root permitted.
/etc/sudoers -> www-data ALL=(ALL) NOPASSWD: ALL - only for debugging purposes

And chown the main dir to www-data (php) user
sudo chown -R www-data:www-data dji_naza_web_interface/

You also have to compile the tools/binaries from the
Naza V2 C++ interface project and move the compiled binary to bins/ccontrol.exe .

Demo Video:

https://www.youtube.com/watch?v=JNzVcIv4pL8

Dependecies:

Camera livestream (python3):

-opencv
-picamera

Webinterface:

-PHP
-Apache2
-sudo

About

A web interface for the Naza V2 flight controller

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published