connect

xod-dev/esp8266/connect

Establish an internet connection via Wi-Fi using ESP8266. Possible errors: — Connection failed — Can't get local IP address
connect
@/connect
Establish an internet connection via Wi-Fi using ESP8266. Possible errors: — Connection failed — Can't get local IP address
DEV@/esp8266-device
An ESP8266 device connected as internet provider
SSIDstring
Name of the Wi-Fi network
CONNpulse
Establish the connection
PWDstring
Wi-Fi network password
connect
DONE
INET
DEV
SSID
CONN
PWD
INET@/esp8266-inet
An internet connection
DONEpulse
Pulses on a successful connection
To use the node in your project you should have the xod-dev/esp8266 library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.