Tello Dji
  • Introduction
  • Tech Spec
  • SDK
  • Frameworks
    • Python
      • Tellopy
      • PyTello
    • NodeJS
      • Tello-api-client
      • Tello-nodejs
    • Go
      • Gobot driver for the Ryze Tello
      • Tello Go (unofficial)
    • ROS
    • Scratch
    • Droneblocks
  • Applications
    • Requirements
    • FlyControll
      • Tellopy
        • HelloWorld
        • CircuitDemo
    • Image Recognition
      • Object Detection
    • Telemetry
      • HomeAssistant
      • BoschXDK110-RemoteController
        • Requirement
        • XDK110
        • Drone
Powered by GitBook
On this page

Was this helpful?

  1. Frameworks
  2. NodeJS

Tello-api-client

PreviousNodeJSNextTello-nodejs

Last updated 5 years ago

Was this helpful?

Tello API Client for Node.js. API details:

Usage

import { TelloClient } from 'tello-api-client'

const cli = new TelloClient(IP_ADRESS, PORT);
cli.command();
cli.takeoff();

setTimeout(() => {
  cli.land();
}, 5000);
https://dl-cdn.ryzerobotics.com/downloads/tello/0228/Tello+SDK+Readme.pdf