Skip to content

marklauter/tello.io

Repository files navigation

update - June 2024

If anyone REALLY wants me to continue this project, comment in the Issues section. The DJI Tello has been discontinued and I'm busy with less boring stuff, so unless this project gets some interest in the Issues section, I'm abandoning it.

Build Status

.NET Tests Nuget

tello.io logo

tello.io

Flight Controller for DJI/Ryze Tello Drone for dotnet. Based on Tello 3.0 SDK.

This is a rewrite of my Tello API for the 2.0 protocol: github.com/marklauter/TelloAPI-SDK-2.0.

References

Developer Notes

11 MAY 2024

  • created project
  • I aim to provide a set of Nuget packages
  • original project was overly complicated because I was using it as a test for some C# techniques
  • I aim to simplify this version
  • will be interesting to see if I've learned anything in the last 6 years.

13 MAY 2024

  • My Tello battery turned into a lithium balloon after 5 years, so my first pass of API will be based on a simulator.
  • Created ITelloClient and ITelloClientHandler. These work like HttpClient and HttpClientHandler. The simulator is a ITelloClientHandler implementation.

15 MAY 2024

  • Created Tello.IO.Parser and test projects.
  • Setup the Lexer for the Tello SDK 3.0 commands.

About

DJI/Ryze Tello Drone SDK (3.0) for dotnet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages