Tello Extension


#1

I’m trying to use the Tello extension on mBlock 5.2 running on my windows 10 PC.
However, the only thing that works is that it takes off, and lands some time after, ignoring all other commands.

I have a few Tello’s, working correctly, but can’t make it work with the new extension. Any hints, tips or help would be appreciated


#2

Hi, I am experiencing the same problem. Did you happen to find a solution?


#3

Try defining a variable P and set it to 3. Then, insert a Wait P seconds in between each command.
Take off
set P to 3
Wait P seconds
Fly up 100 cm
Wait P seconds
Fly Forward 100 cm
Wait P seconds