Search found 1 match

by Schouilette
Sun Nov 24, 2019 8:32 pm
Forum: ESP32 Arduino
Topic: ESP32 tcp server-client problem
Replies: 0
Views: 2460

ESP32 tcp server-client problem

Hello, I try to build a remote sensor with esp32. I have two tasks, first with sensor management and second with TCP server, and with this server I have some troubles. It runs like a server wifiServer.begin() , waits for data from my PC WiFiClient client=wifiServer.avilable() , and I can even read m...