Hello everyone I was wondering if anyone tried adding an WiFi repeater to the little wingsland x1 I know it’s a tello forum, but I have a couple little x1’s one I added tello motors to and it woke it right on up got a lot faster than normal, I tried adding a repeater but the way the WiFi Id is set up once I connect to it and open the app nothing comes up do anyone knows a way to extend wingsland wifi
Actually, I ended up using the port 6038 with a UDP listener to catch the smart video packets instead. It is a bit more painful process, as you need to capture and assemble all NAL packages manually, but I think the output video quality is decent this way. Check out the TelloLib git for some ideas on how to do it. I ended up porting that code from C# to Java and it worked.