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

Recent content by elbir

  1. elbir

    Another SDK wrapper for NodeJS

    In the context of the class, it loops through an array where the public methods are described. For each of them, it creates a new key to the object `this` with the name of the method and a function as value. Note that the `this` key word here refers to the class itself, since it's inside an...
  2. elbir

    Another SDK wrapper for NodeJS

    I've just published on NPM a solution to start programming for the Tello easily with NodeJS. I know that there were already very valid solutions, but it was fun to do it and I'm happy to share it. NPM Github cheers