Thank you so much man! I'm a computer science student that is from Turkey, With your videos I joined a computation. We are making a drone which can fly automatically and we use the tello and your videos. For now not everything is okay but with your datas I believe we can do that. I really learned many things from you. THANK YOU SO MUCH. If I struggled anything if you don't mind I wanna ask.
Hi I am 75 years old retired Telecom Engineer and my hobby is IoT and Aeromodelling. This is really a great video with whole lot of information on Tello. Please also post a video on how to use NodRED with Tello. Thank you with Great Regards.
Thanks for the videos! Wanted to learn more about drones and autonomy during my winter break and found this channel! Really helpful and straight to the point.
Instead of implementing the UDP communication youself, you can use the djitellopy library, which already implements all the commands, parsing the state packets, retrieving the video stream and even flying multiple Tello EDUs in a swarm.
Hi @RobotandCode, I've watched few of your videos which are truly amazing how you programmed tello. Is it also possible for Tello (not Tello Edu) to program swarm algo? Thank you
I tried to connect a virtual machine Virtual Box Ubuntu using the codes, the video streaming does not work, there are errors saying the pipeline is not set, and it also points errors on the state of Gstream. However the same code works in Windows 7 and Windows 10. I am using VS code in both Windows and Ubunt. Would you have any hint in mind to help me please?
Hi there sir, my name's Ali and I'm currently working on a object detection yolov5 using tello drone. I've already trained my custom model yolov5 but i can't seem to load my model and run it in tello drone. Could you please help me out ?
Maybe can try fly it without running any Python script behind. Just see if Tello still drift to the left. If so, try fly at non-shiny or non-reflective floor, perhaps the VPS is having issues with those kind of floors.
Did anyone ran into trouble where Tello lands 5 seconds right after entering the command takeoff? I also tried to use the djitellopy library but it doesn't fix the issue. However, it would stay fine if I use it with the Tello app on my iPhone. edit: My bad it's not 5 seconds, I think it's more like 10s. Apparently Tello forces itself to land if the drone didn't receive any command after takeoff in about 10s ish
As from SDK documentation, Tello will auto land when not received any command within 15sec. For your case, it’s worth to check the temperature since this is also a parameter for Tello to check that can force it landing when reach high temperature ~90deg.
@@robotandcode1474 ah thanks! I realized it's because the time it takes for my drone to turn on stream and do the task is longer than Tello's built in auto landing timer :D. I fixed it by telling it do move a bit after takeoff. I don't think there's a way to turn off the auto landing :(
@@robotandcode1474 how could we write python code to control them? Is it possible, i need to use those functions as part of my masters dissertation; I am attempting to write software to land a tello drone on a platform that is vertical translating and rolling (rotation about horizontal axis)
fyi, Tello software development also can be made by using Scratch and Node-RED by IBM, but it is more fun to use Python 😅
Thank you so much man! I'm a computer science student that is from Turkey, With your videos I joined a computation. We are making a drone which can fly automatically and we use the tello and your videos. For now not everything is okay but with your datas I believe we can do that. I really learned many things from you. THANK YOU SO MUCH. If I struggled anything if you don't mind I wanna ask.
Hi I am 75 years old retired Telecom Engineer and my hobby is IoT and Aeromodelling. This is really a great video with whole lot of information on Tello. Please also post a video on how to use NodRED with Tello. Thank you with Great Regards.
hadir dan like. on the way belajar machine learning skrg.
Thanks for the videos! Wanted to learn more about drones and autonomy during my winter break and found this channel! Really helpful and straight to the point.
Thanks for watching 😊👍
Instead of implementing the UDP communication youself, you can use the djitellopy library, which already implements all the commands, parsing the state packets, retrieving the video stream and even flying multiple Tello EDUs in a swarm.
Hi @RobotandCode, I've watched few of your videos which are truly amazing how you programmed tello. Is it also possible for Tello (not Tello Edu) to program swarm algo? Thank you
Really enjoyed the video. Keep up the good work.
Thanks for watching, glad you enjoyed it 😊
Could anyone share the source code for the model , it would be of great help if possible
I tried to connect a virtual machine Virtual Box Ubuntu using the codes, the video streaming does not work, there are errors saying the pipeline is not set, and it also points errors on the state of Gstream. However the same code works in Windows 7 and Windows 10. I am using VS code in both Windows and Ubunt. Would you have any hint in mind to help me please?
Hi there sir, my name's Ali and I'm currently working on a object detection yolov5 using tello drone. I've already trained my custom model yolov5 but i can't seem to load my model and run it in tello drone. Could you please help me out ?
Hey, the hardware is Dji tello or Dji tello EDU, because i can't access your hardware .. thank
Hi. I’m using DJI Tello.
@@robotandcode1474 Thank you
My tello drone keeps moving to the left even though I'm not commanding it to do anything. How can I stop this? What python version do you recommend ?
Maybe can try fly it without running any Python script behind. Just see if Tello still drift to the left. If so, try fly at non-shiny or non-reflective floor, perhaps the VPS is having issues with those kind of floors.
Great content, Is it possible do sum machine learning or software development with the DJI Mini 2 ?
Thanks 😊. I’ve read on DJI website mention that only certain high-end drone model able to be programmed and DJI Mini is not one of them.
Just another question, are you from Malaysia ? I'm from Malaysia too and I would appreciate it if you could help me out
Hey what is average life of tello drone. I want to buy it 😁😁😁
Did anyone ran into trouble where Tello lands 5 seconds right after entering the command takeoff? I also tried to use the djitellopy library but it doesn't fix the issue. However, it would stay fine if I use it with the Tello app on my iPhone.
edit: My bad it's not 5 seconds, I think it's more like 10s. Apparently Tello forces itself to land if the drone didn't receive any command after takeoff in about 10s ish
As from SDK documentation, Tello will auto land when not received any command within 15sec. For your case, it’s worth to check the temperature since this is also a parameter for Tello to check that can force it landing when reach high temperature ~90deg.
@@robotandcode1474 ah thanks! I realized it's because the time it takes for my drone to turn on stream and do the task is longer than Tello's built in auto landing timer :D. I fixed it by telling it do move a bit after takeoff. I don't think there's a way to turn off the auto landing :(
thanks for the video
you did not answer the 5th question you asked at the beginning
How to program Tello on-board flight controller(FC)
Hi, yes I did on the beginning of the video. May need to play it slower I guess 😅. Anyway, as I know, we can’t program Tello on board FC.
Thank you so much brother
Your welcome 😊👍
Hi, can we control each of the 4 motors individually? i.e. can we control roll, yaw, pitch amounts?
Hi, AFAIK we can’t control the motor individually like giving specific PWM values. Those roll, yaw, pitch values can be read but no API to set them.
@@robotandcode1474 how could we write python code to control them? Is it possible, i need to use those functions as part of my masters dissertation;
I am attempting to write software to land a tello drone on a platform that is vertical translating and rolling (rotation about horizontal axis)
TelloPy library might be a good start 😊
this vidoes doesn’t have audio
Hey what is average life of tello drone. I want to buy it 😁😁😁