Skip to content

DroneBridge is a system based on the WifiBroadcast approach. A bidirectional digital radio link between two endpoints is established using standard WiFi hardware and a custom protocol. DroneBridge is optimized for use in UAV applications and is a complete system. It is intended be a real alternative to other similar systems, such as DJI Lightbri…

License

Notifications You must be signed in to change notification settings

marcoemanuelecocco/DroneBridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DroneBridge

DroneBridge

DroneBridge is a system based on the WifiBroadcast approach. A bidirectional digital radio link between two endpoints is established using standard WiFi hardware and a custom protocol. DroneBridge is optimized for use in UAV applications and is a complete system. It is intended be a real alternative to other similar systems, such as DJI Lightbridge or OcuSync.

DroneBridge features support for Raspberry Pi, ESP32 on the UAV/ground station side and an android app.

Visit "Not just another drone project" for additional information about the project and its goals

DroneBridge Beta 0.5 released!

DroneBridge Beta v0.5 Image for Raspberry Pi

DroneBridge for Android 1.2.4 (Updated: 24.12.2018)

Get started

To set it up please read the wiki and check out: WifiBroadcast installation guide

Discalmer: Use at your own risk. Malfunction and sudden signal loss can not be ruled out. Use with caution! Do not fly over people or animals. The pilot is responsible for any harm or damage caused by using the provided software or parts of it.

One System. One digital radio link to rule them all.

DroneBridge concept

  • 300 m - 14+ km range* (500 m - 2 km with standard hardware)
  • 1080p video
  • 110ms glass to glass latency (using android app)
  • cheap: starting at 80€ for hardware
  • 12 channel RC
  • LTM & MAVLink telemetry - Use with mwptools, QGroundControl, Mission Planner etc.
  • iNAV & MAVLink based flight controller support
  • bidirectional
  • full featured Android app
  • OSD
  • multi camera support
  • extendability

*Range strongly depends on your setup and environment. The user must ensure that the system is operated within the legal framework of the respective country.

DroneBridge for Android

DroneBridge for Android app interface

  • Easy to use UI & end point of the whole DroneBridge system
  • Low latency video decoding
  • Change settings, calibrate the RC, view telemetry from within the app

Learn more about the app

Exemplary hardware setup

long range setup

DroneBridge long range hardware setup

DroneBridge for ESP32

DroneBridge for ESP32 hardware setup

DroneBridge Modules

DroneBridge is highly modularized to provide flexebility and make development easy. There is a common library for Python3 and C that handles everything involving the DroneBridge raw protocol. It configures the sockets, inits the protocol and provides methods for easy transmission.

Read more in the Wiki

Blackbox concept

Blackbox

coming up:

  • more documentation
  • add MavLink and MSP waypoint missions
  • make DroneBridge more indipendent of WifiBroadcast
  • DroneBridge Cockpit: A client/OS for x86 systems to monitor and control your UAV
  • See milestones

You are a developer?

Check out the wiki

Check out the milestones and suggest new ones!

Check out the Github main project for other flavors

Check out the modified Kernel

Write your own modules/code that runs at startup using DroneBridge plugins

Join the Gitter room and discuss issues, ask questions or give feedback

There is a nightly branch with the most up to date code! It is not guaranteed that the code in that branch is working or even compiling!

Feel free to ask questions and criticize each and everything!

Licenses

  • All of the code (especially DroneBridge modules & lib_dbcommon - C or Python) is under the Apache 2 license if not specified otherwise
  • WifiBroadcast legacy code (video, OSD, .profile, hello_video) is licensed as specified or under the GPL v2 license
  • All Kernel drivers/patches are under GPL v2 license

About

DroneBridge is a system based on the WifiBroadcast approach. A bidirectional digital radio link between two endpoints is established using standard WiFi hardware and a custom protocol. DroneBridge is optimized for use in UAV applications and is a complete system. It is intended be a real alternative to other similar systems, such as DJI Lightbri…

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 59.9%
  • Shell 19.5%
  • Python 15.7%
  • CMake 2.8%
  • Makefile 1.0%
  • HTML 0.8%
  • C++ 0.3%