ESP32 icon indicating copy to clipboard operation
ESP32 copied to clipboard

Changing AP mode to APSTA

Open macnack opened this issue 2 years ago • 1 comments

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?

macnack avatar Aug 10 '22 13:08 macnack

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.

mamariomiamo avatar Sep 01 '22 08:09 mamariomiamo

I also encountered the problem of how to change the Station mode, no one seems to mention this problem here

lv333ming avatar Mar 01 '23 01:03 lv333ming

i also hope can in sta mode....

jpfree avatar Mar 24 '23 09:03 jpfree

Fixed with release v1.2 - Added support for WiFi client mode (added station mode)

seeul8er avatar Oct 14 '23 12:10 seeul8er