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 v0.5 Image for Raspberry Pi
DroneBridge for Android 1.2.4 (Updated: 24.12.2018)
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.
- 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.
- 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
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.
- 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
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!
- 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