tello-nodejs icon indicating copy to clipboard operation
tello-nodejs copied to clipboard

Interacting with the DJI/Ryze Tello using only node.js

Results 4 tello-nodejs issues
Sort by recently updated
recently updated
newest added

Hi @jsolderitsch :wave: I'm thinking of getting a dji tello to try to build a very simple first prototype of a drone used for plants plague detection using machine learning....

I move tello from mac pc. I install node.js , library and then done "node TelloConsole.js". Next I type "c", as a result Data received from server : ok!!! But...

neuro@peppermint-usb ~/drona/tello-nodejs-master-x86 $ node TelloMissionFile.js /home/neuro/drona/tello-nodejs-master-x86/TelloMissionFile.js:47 let rx; ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:374:25) at Object.Module._extensions..js...