Search found 2 matches
- Thu Mar 27, 2025 12:54 pm
- Forum: ESP-IDF
- Topic: ESP32 TCP latency: ~200–300ms delay between send and recv despite optimizations
- Replies: 2
- Views: 886
ESP32 TCP latency: ~200–300ms delay between send and recv despite optimizations
I need help in shortening the time it takes to read the response from the server on a TCP socket because I have tried many methods and none of them worked and I do not know what is really causing the delay. My communication looks like this: I send a single message on a given socket and then I expect ...
- Wed Jun 22, 2022 11:32 am
- Forum: ESP-IDF
- Topic: Compile error CMAKE_C_COMPILER not found
- Replies: 0
- Views: 1114
Compile error CMAKE_C_COMPILER not found
I've installed esp-idf and I'm trying to compile example build_system/cmake/idf_as_lib
and I got the error in the ESP-IDF CMD which not allow me to compile that example. The same problem is in Visual Studio Code.
Probably I should set environment path CMAKE_C_COMPILER but I don't know what should I ...
and I got the error in the ESP-IDF CMD which not allow me to compile that example. The same problem is in Visual Studio Code.
Probably I should set environment path CMAKE_C_COMPILER but I don't know what should I ...