Establish an internet connection via Wi-Fi using ESP32.
esp32-connect
@/esp32-connect
Establish an internet connection via Wi-Fi using ESP32.
SSIDstring
Name of the Wi-Fi network
PWDstring
Wi-Fi network password
CONNpulse
Establish the connection
DONEpulse
Pulses on a successful connection
INET@/esp32-inet
To use the node in your project you should have the jesuso/esp32-wifi 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.