{"id":16052685,"url":"https://github.com/miya0001/node-tello-edu","last_synced_at":"2026-04-29T02:43:59.385Z","repository":{"id":138073142,"uuid":"162900910","full_name":"miya0001/node-tello-edu","owner":"miya0001","description":null,"archived":false,"fork":false,"pushed_at":"2019-03-07T06:05:18.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T07:26:00.404Z","etag":null,"topics":["drone","node","tello"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miya0001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-23T15:08:40.000Z","updated_at":"2019-03-07T06:05:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"99a2abcd-199a-4370-8520-009beaaa09c4","html_url":"https://github.com/miya0001/node-tello-edu","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"94be6e2f010ee63cb7a06f66d67d9d2ee9f66d4f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/miya0001/node-tello-edu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miya0001%2Fnode-tello-edu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miya0001%2Fnode-tello-edu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miya0001%2Fnode-tello-edu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miya0001%2Fnode-tello-edu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miya0001","download_url":"https://codeload.github.com/miya0001/node-tello-edu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miya0001%2Fnode-tello-edu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263061025,"owners_count":23407597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drone","node","tello"],"created_at":"2024-10-09T01:21:37.310Z","updated_at":"2026-04-29T02:43:49.366Z","avatar_url":"https://github.com/miya0001.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-tello-edu\n\nAn unofficial client library for Tello EDU.\n\nhttps://www.ryzerobotics.com/tello-edu\n\n## How to install\n\n```\n$ npm install node-tello-edu --save\n```\n\n## Example\n\n```\nconst tello = require('node-tello-edu')\n\nconst drone = new tello({\n  ip: \"192.168.43.208\",\n})\n\nsetTimeout(() =\u003e {\n  drone.sendCommand('up 100')\n}, 5000);\n\nsetTimeout(() =\u003e {\n  drone.sendCommand('flip f')\n}, 8000);\n\nsetTimeout(() =\u003e {\n  drone.land()\n}, 20000);\n```\n\nYou can see command to control tello in SDK documentation.\n\nhttps://dl-cdn.ryzerobotics.com/downloads/Tello/Tello%20SDK%202.0%20User%20Guide.pdf\n\n## CLI interface\n\nThis module has a cli interface to manage your tello.\n\nYou can run cli as follows.\n\n```\n$ $(npm bin)/tello --help\nUsage: tello [options] [command]\n\nOptions:\n  -V, --version                   output the version number\n  -h, --help                      output usage information\n\nCommands:\n  ap \u003cssid\u003e \u003cpassword\u003e [options]  Set the Tello to station mode, and connect to the access point with ssid and password.\n  shell                           Launch shell to control Tello.\n  state                           Launch UDP server to recieve Tello state on 0.0.0.0:8890.\n  help [cmd]                      display help for [cmd]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiya0001%2Fnode-tello-edu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiya0001%2Fnode-tello-edu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiya0001%2Fnode-tello-edu/lists"}