ESP32
ESP32 copied to clipboard
Changing AP mode to APSTA
hello, I came up with idea to control several drones by QGC. My goal is to connect ESP32's to routes then in QGC switching ip to controll other one UAV. I had change wifi mode to use Access Point and Station, but this modification prevented me from connecting over UDP. This solution works on ESP8266. Any ideas what could be blocking me?
Hi, I was also wondering how to use Station mode with the ESP32. Also, in AP mode, we tried to start mavros on local machine by setting fcu_url to udp://:[email protected]:14550 but not sure how to set the correct gcs_url as if it is set to udp://@192.168.2.2 (local machine IP), there will be a lot of messages poping up in the mavros terminal.
I also encountered the problem of how to change the Station mode, no one seems to mention this problem here
i also hope can in sta mode....
Fixed with release v1.2 - Added support for WiFi client mode (added station mode)