Skip to content

Commit 1b2664a

Browse files
authored
Update 2018-07-11-Custom-DDL-For-Digital-HD-Video-And-Telemetry.md
1 parent cd09199 commit 1b2664a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2018-07-11-Custom-DDL-For-Digital-HD-Video-And-Telemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ I've chosen to use <a href="https://github.com/seeul8er/DroneBridge"> DroneBridg
99

1010
In short, Wifibroadcast is a clever system that uses cheap and readily available wifi cards, but without the traditional wifi protocol. Instead the cards are in monitor mode and injecting packets in a unidirectional manner, giving low latency "analog-like" behavior. It has a graceful fall-off as you get to the edge of your range, dropping frames rather than cutting out entirely. Lower bitrates also allow much greater range than traditional WiFi.
1111

12-
As I mentioned above, DroneBridge can send bidirectional flight controller telemetry, as well as a second payload telemetry stream, configurable to work with almost any serial based system. The DroneBridge firmware also supports RC stick inputs on the ground via a sim cable, and will send that over the link too. Encryption is also possible, allowing you one, relatively secure data stream, unlike most consumer and commercial systems these days.
12+
As I mentioned above, DroneBridge can send bidirectional flight controller telemetry, as well as a second payload telemetry stream, configurable to work with almost any serial based system. The DroneBridge firmware also supports RC stick inputs on the ground via a sim cable, and will send that over the link too. Encryption is also possible, enabling a single relatively secure data stream, unlike most hobbyist, consumer, and commercial systems these days.
1313

1414
So now that we've covered the firmware and understand that it meets my requirements, let's talk about the hardware and my requirements for such.
1515

0 commit comments

Comments
 (0)