Hi,
I'm trying to read some serial (ADC) data from my esp8266 nodeMCU v3 over wifi using python.
I connected the esp on my local wifi and set it with fixed local IP, but I couldn't find a way to extract the data using Python.
In a normal case, I just type in my python code the COM Port number and the Baudrate and just read. But with Wifi I counld not find a simple solution.
any Ideas ?
Thanks