I am doing some experiments with nodemcu 12 (which has built in esp8266). There most of the tutorials I found by internet describe how to connect to home wifi connection using it.
But when I power on nodemcu, I can see wifi network called "ESPXXX" in my laptop's wifi connection list.
So is there a way to directly connect to the wifi nw of esp8266 by my laptop or via another esp8266 (so I don't have to switch on my home wifi router)?
If it is possible, is there is way to change ssid of esp8266's wifi connection and add password (again this is not about connecting to home wifi and this is about the wifi connection on esp8266 it self)? So we can make one esp8266 as a wifi host and connect other esp8266s as slave to it.
I am using arduino IDE to upload program into esp8266 and not Lua.
Thanks.