Hello Tello Pilot!
Join our DJI Tello community & remove this banner.
Sign up

Recent content by devdrone

  1. D

    ESPTelloCLI -- Experiments with Tello drone and ESP32/ESP8266

    TelloSwarm from the DJITelloPy project modified to work with ESPTelloCLI. The code is in the github repo. from swarm import TelloSwarm import time swarm = TelloSwarm.fromSerialSSID([ ["/dev/cu.usbserial-0001", "TELLO-xxxxxx"], ["/dev/cu.usbserial-10", "TELLO-yyyyyy"] ])...
  2. D

    Various problems: Drifting of drone in standby, "move to" not working, and video lagging

    I am not familiar with the error message but the regular Tello obeys the commands in the SDK 1.3 specification. Moving 20 cm forward is supported but moving to (x,y,z) is not. I use the mobile Tello FPV app to make sure there is enough light. If it says there is not enough light, turn on more...
  3. D

    What is the best way to implement continuous movement?

    I am not an expert on Tello coding but the only command I see for continuous motion is the rc command. I suspect flying an arbitrary path will be very difficult without additional position information. I do not have a Tello EDU but it can report the position (x,y,z) of the drone relative to a...
  4. D

    Emulating a RMTT Open-Source Controller with an Espressif ESP32 board

    If you looking for small boards with RGB LEDs, WiFi, and Bluetooth check this out. I ordered the ESP32 C3 version even though it costs a few dollars more than the ESP32 Pico D4 version so I can try out the ESP32 C3. In terms of capability the C3 is between the ESP8266 and ESP32 but seems to...
  5. D

    ESPTelloCLI -- Experiments with Tello drone and ESP32/ESP8266

    A simple Python3 test program has been pushed to the github repo. It requires pyserial. https://github.com/touchgadget/ESPTelloCLI/blob/main/python/ESPTelloCLI.py
  6. D

    ESPTelloCLI -- Experiments with Tello drone and ESP32/ESP8266

    Thanks for covering for my mistake!
  7. D

    ESPTelloCLI -- Experiments with Tello drone and ESP32/ESP8266

    ESPTelloCLI is a program for an ESP32 or ESP8266 board which gives access to the Tello SDK via a Command Line Interface (CLI) over USB serial port. This can be used to connect more than one Tello to a single PC. Managing multiple Tellos with one USB serial port per Tello should be easier than...

New Posts