easyTello icon indicating copy to clipboard operation
easyTello copied to clipboard

Not getting data from tello

Open tvaneynde opened this issue 4 years ago • 1 comments

When I try to get the battery level of the tello it doesn't respond with anything, this is the terminal output.

Sending command: command Response: b'ok' Sending command: streamon Response: b'ok' Sending command: takeoff Response: b'ok' Sending command: battery? Sending command: land Response: b'ok' Sending command: streamoff Response: b'ok'

tvaneynde avatar Jul 02 '20 08:07 tvaneynde

Have you tried printing the value? Just calling my_drone.get_battery() won't print out the value but will return it. Try print(my_drone.get_battery())

jamesnoonan avatar Jan 25 '21 08:01 jamesnoonan