I am trying to use microlinux/tello to talk to a Tello drone on Pythonista (ios app) but not getting too far.
After import tello, I try (in console):
drone = tello.Tello('192.168.10.2',8888)
drone = tello.Tello('192.168.10.2',8888)
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/mobile/Containers/Shared/AppGroup/B86CEE4E-E4A9-4BB4-9CA7-6E13BDA2C2A4/Pythonista3/Documents/tello/tello.py", line 60, in __init__
raise RuntimeError('Tello rejected attempt to enter command mode')
RuntimeError: Tello rejected attempt to enter command mode
After import tello, I try (in console):
drone = tello.Tello('192.168.10.2',8888)
drone = tello.Tello('192.168.10.2',8888)
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/mobile/Containers/Shared/AppGroup/B86CEE4E-E4A9-4BB4-9CA7-6E13BDA2C2A4/Pythonista3/Documents/tello/tello.py", line 60, in __init__
raise RuntimeError('Tello rejected attempt to enter command mode')
RuntimeError: Tello rejected attempt to enter command mode