-->
Page 1 of 1

Nodemcu lua not seen as wifi option

PostPosted: Thu Jan 12, 2017 10:04 am
by Sick Vic
Firmware all done can communicate with dev board read chip, mem., entered my ap info and checked ip(gives 2, which one?) etc. Don't have a clue as what to do next to get it to be recognized as an option in available wifi's

Re: Nodemcu lua not seen as wifi option

PostPosted: Thu Jan 12, 2017 3:03 pm
by kejlycz
2 IPs?
There are scripts to connect to AP in guide.
Basically you have to call 2 comands to connect:
wifi.setmode(wifi.STATION)
wifi.sta.config("SSID","SSID_PASSWORD") --replace with your configuration

https://nodemcu.readthedocs.io/en/maste ... fistagetap