Documentation for the tello drone
cd frontend
npm install
npm run dev
entry point is the file pages/index.tsx
cd backend
npm install
npm start
entry point is the file index.ts
cd frontend
npm run dev
- power on the drone
- connect to drone via wifi on your computer
cd backend
npm start
- wait for the drone status to change on the UI
Tello works with UDP and Wifi connection must be established. To send commands, port 8889 must be used. To receive a new state, port 8890 must be used.
There are 3 types of commands [control, read, set]. Control and set will return ok
or error
. Read commands (e.g. battery state) return the value.