- Joined
- Apr 12, 2018
- Messages
- 4
- Reaction score
- 2
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 the terminal. And if you examine the code, you'll realise that you can issue commands via GET requests. You have a ready-made REST API endpoints to interact with the Tello, pretty nifty.
It's a pity that the Tello Drone developers decided not to open up the SDK for the onboard sensors and camera...
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 the terminal. And if you examine the code, you'll realise that you can issue commands via GET requests. You have a ready-made REST API endpoints to interact with the Tello, pretty nifty.
It's a pity that the Tello Drone developers decided not to open up the SDK for the onboard sensors and camera...