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.
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.
- https://www.dji.com/robomaster-tt/downloads?site=brandsite&from=insite_search
- Tello_SDK_3.0_User_Guide_en.pdf
- 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.
- 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.
- Created Tello.IO.Parser and test projects.
- Setup the Lexer for the Tello SDK 3.0 commands.