ESP32 Arduino: Set static IP address
How to setup a static IP address for our ESP32, using the Arduino core.
How to setup a static IP address for our ESP32, using the Arduino core.
How to advertise a network service available on the ESP32 using mDNS, and get information about that service on a Python program.
The objective of this post is to explain how to create a simple socket server using Python and reach it with a client.