Search found 2 matches

by koryckid
Thu Jan 14, 2021 12:34 pm
Forum: ESP-IDF
Topic: ESP32 W5500
Replies: 1
Views: 2152

ESP32 W5500

Hi I am working on Ethernet project using W5500 and example common_components/protocol_examples_common. And there is a few problem, in default configuration for SPI CLK PINis GPIO 20 is choosen, but i can't find this pin. Is there any connection requirments like max cable length or specific pins to ...
by koryckid
Thu Oct 24, 2019 5:55 am
Forum: ESP-IDF
Topic: TCP server is slow
Replies: 0
Views: 2325

TCP server is slow

Hello, i am new in freertos and esp32. I am working on the fastest speed with transmission packet over tcp socket, I have TCP server on esp32, and from laptop ( both device connected to router) i send with netcat a bytes. Program is one's from example esp-idf esp32 received fata and send back. I am ...