-->
Page 1 of 1

esp8266 appears as an open wifi network

PostPosted: Wed Oct 26, 2016 4:59 pm
by Lisergio
Hello
I loaded a program in my esp8266 that connects to the home network to send data to a raspberry pi, but if I scan the wireless networks available, the module esp8266 appears as an open wifi network.
it is possible to make this hidden?
Thank you!

Re: esp8266 appears as an open wifi network

PostPosted: Fri Oct 28, 2016 12:19 am
by pthieu
Also in this situation.

Re: esp8266 appears as an open wifi network

PostPosted: Fri Oct 28, 2016 8:20 am
by martinayotte
If you don't need ESP to be an AP and wish to run it as STA only, simply add WiFi.mode(WIFI_STA); before your WiFi.begin()

Re: esp8266 appears as an open wifi network

PostPosted: Fri Oct 28, 2016 4:58 pm
by Lisergio
thanks!!! works fine!!!