-->
Page 1 of 1

three Questions about the esp8266

PostPosted: Mon Aug 03, 2015 3:02 am
by josephchrzempiec
Hello i wonder if it is possible to change the SSID name on the esp8266 mine comes up as AI-Thinker and if so which commands can do it. second thing is how can i add a password to the ssid so if i go to my wifi and click on the ssid name it will ask me for a password. The last question is How many users can connect to a Single esp8266 in one location? thank you.



Joseph

Re: three Questions about the esp8266

PostPosted: Mon Aug 03, 2015 8:50 am
by martinayotte
Depending of the version of your AT firmware, it would be "AT+CWSAP_DEF=<ssid>,<pwd>,<chl>,<ecn>" or "AT+CWSAP=<ssid>,<pwd>,<chl>,<ecn>". (info from 4A-ESP8266 AT Instruction Set_v0.22.pdf).
It is also possible to do it programmatically using WiFi.softAP() in ArduinoIDE.