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

Recent content by ttrolololll

  1. T

    PHP Wrapper

    That's just to load any library dependencies (in this case, monolog to log down events) using composer. But it is currently not in use. You can safely get away without that line of code.
  2. T

    Flight Mode

    Given that the result of a command is inconsequential, since it’ll be ignored if the drone is still executing the previous command, we could simply reissue the command until the command is picked up. One idea to control the drone in real time would be to run Tello.js provided in the Tello...
  3. T

    ttrolololll from Singapore

    Hi! Nice to meet you guys. My first drone was a Mariner, flew it, crashed it, burned away my 1k+... Never wanted a drone again, until Tello came out. I'm really excited to explore it's capability as an inexpensive educational programmable drone.
  4. T

    PHP Wrapper

    Hey there! I've created a simple wrapper to interact with the Tello Drone in PHP. ttrolololll/tello-php It has been tested on my Tello and is working. Btw, if you download the Tello Scratch programming package, you'll find a file called Tello3.js. You can invoke it with 'node Tello3.js' in...