Page 1 of 1

ESP web server without beakon signal?

Posted: Mon Mar 04, 2024 10:45 pm
by blubbersprudel
I would like to set up a ESP (esp8266) as web server, but i dont want to have a beakon signal. Its not that i want to hide the ssid, but suppress the beakon entirely. If i know the ssid it should be possible to connect anyways, or not?
With the command

WiFi.softAP(ssid,pass, 1, 0, 4, 100000)

i can set the beacon interval, but unfortunately the web server stopps working as soon as i issue the command.
Is it not possible to have a server without beakon or with very few bekon signals, or am i doing something wrong?

Thanks