Hello world, this is my first post here.
I have a Tello (not edu) and I wanted to make a custom remote for it using the esp32 board, joysticks and a few switches. I have been reading the tello-sdk 2.0, in which i had a few doubts:
I'm planning to make a rpi based controller for this soon as well, just as an experiment.
I have a Tello (not edu) and I wanted to make a custom remote for it using the esp32 board, joysticks and a few switches. I have been reading the tello-sdk 2.0, in which i had a few doubts:
- I was wondering if
Code:
ap ssid pass
- if i could get this to work, can i connect to the drone via the normal tello app (lets assume i am connecting both to my home wifi)? or is it limited to tello sdk after i set it to station mode?
- will having a more powerful antenna on my remote extend the range of the drone? i.e. if i connect a good antenna to the esp, will the range increase?
- is it possible to take the 5mp pictures? (i think this is exclusive to the app, couldnt find more documentation on this)
- api calls such as
Code:
downvision <num>
I'm planning to make a rpi based controller for this soon as well, just as an experiment.