martinayotte wrote:If you mean basic STA+AP sketch, I've posted one more than a year ago, but it is probably obsolete, although the idea still the same. But for quicker way, simply take the example from https://github.com/esp8266/Arduino/tree ... ccessPoint, and add a call to WiFi.mode(WIFI_AP_STA); just after the WiFi.softAP(HostName, password); and then add the STA connection with WiFi.begin(router_ssid, router_password);.
This way, the ESP is both STA and AP.
Many many thanks sir!! I shall try that!
Best regds
Paul