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

Recent content by vk2yacc

  1. V

    SDK 3.0 for Tello EDU

    ok hanks
  2. V

    SDK 3.0 for Tello EDU

    Hi has anyone run the EXT led command in SDK 3.0 with Python? Current attempt is <command led .., type EXT> == set LED to Green def set_led(self, r: str, g: str, b: str, tello: Union[int, str]='All', sync: bool=False) -> None: """ Set the Tello's top LED to colour (r,g,b) """...
  3. V

    tello-asyncio 2.0 with SDK 3.0 support

    Hi just following up on your doco for SDK 3.0 and handling the drone LED Can the EXT commands be used with Tello EDU? (Assuming Firmware is up to date and SDK 3.0 loaded) Next step will be suggestions on coding these but first base - is it possible? Thanks Merv
  4. V

    Python Programming of Tello Drone (multi-tello-formation-master)

    Just checking your command sequence scan 1 battery_check 20 correct_ip 1=0TQDG2KEDBQ0NL *>takeoff sync 10 1>land In the original it should be 1>takeoff Unsure if you have moved passed this regards
  5. V

    Python Programming of Tello Drone (multi-tello-formation-master)

    Hi - unsure if you have continued with this since posted last year This is the command file - cmnd-01 - from the One-Off Coder tutorial on Swarm Programming I haven't had a connection yet so am analysing the code It seems to handle the commands listed in the SDK V2.0 plus the following 9.3...
  6. V

    Tello Edu Swarm Package(The Simplest Implementation)

    Hi is this package still available Can you send me the cost Do you provide the source code (Python?) Thanks Looks very interesting
  7. V

    scratch won't connect to tello drone

    Thanks - working ok now
  8. V

    scratch won't connect to tello drone

    Hi I'm trying to connect to the Tello EDU through scratch Been through the setup - running nodeJS v 16.14.2 LTS to get Tello Scratch Ext running on http://127.0.0.1:8889 - connect to Tello drone Wifi - run Scratch with Tello extensions But cannot connect to the drone - drone continues to...