jesuso/esp32-wifi@0.1.2

Helper nodes to connect to a WiFi network and make requests using an ESP32 directly.
NodeDescription
http-request(esp32-inet)
Performs an HTTP request and returns the response as a stream of characters.
lan-ip
Gets the local IP address
connect
Establish an internet connection via Wi-Fi using ESP32.
example-get-ips
Connects to a WiFi network, makes a request and shows a response.
To use the nodes 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.