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

Recent content by Daniel_Roxl

  1. D

    Not charge

    I had a similar problem. Are you sure that battery is correctly inserted? Push it strongly and retry. This could solve it. If not , are you trying to charge from a PC usb port? Keep in mind that it needs 1100mA Good luck
  2. D

    'error Not joystick' when calling any commands (Tello with Python using DjiTelloPy)

    I am testing library I am testing djitellopy on python 3.7using WingIde personal and this problem was solved using a time.sleep (any_seconds) in this way: from djitellopy import Tello import time t = Tello() t.connect() time.sleep(3) t.takeoff() time.sleep(3) t.land() time.sleep(3) It works...
  3. D

    Flying Tello indoors, airport is 11km away from my house (Poland)

    Look at this https://eur-lex.europa.eu/eli/reg_impl/2019/947/oj
  4. D

    Flying Tello indoors, airport is 11km away from my house (Poland)

    Hope this helps https://eur-lex.europa.eu/eli/reg_impl/2019/947/oj
  5. D

    Hello everyone

    Than you Dan for your post, I would like to help you to reach your goal but by the moment I'm still learning about sockets, command an so, I hope that very soon I could to help you. By the way , what kind of troubles did you find when flying in a swarm? Keep in contact
  6. D

    Hello everyone

    Today has arrived my first dron Tello. It is my very first dron. I am a pyhton developper and so I hope to do interesting things with it.