We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Drone Control - "Controlling a drone using Rust over WiFi"

Formal Metadata

Title
Drone Control - "Controlling a drone using Rust over WiFi"
Title of Series
Number of Parts
8
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Have you flown a drone? What about writing Rust? Let me tell you about our efforts to hack on a drone using Rust and build a demo project that will showcase some practical capabilities. The drone we are using has a couple of ways you can communicate with. We are focusing our efforts on the WiFi (UDP) communication and decoding the Frames used by the drone using the open-source C SDK provided by the manufacturer. We will share with you what were the hurdles we've encountered as well as what we are planning for the future of the project.