ESP32 CS Pin Change!

Good day, I was deceived by the image below and I drew a pcb circuit. Although the cs input says GPIO 2, it was too late when I realized that the cs input was GPIO 5. I want to change the CS input I connected from GPIO 2 and software, is it possible?

Note: I am using a W5500 ethernet module.

I designed it according to this image:

Correct image:

Hi @mertkslkc .
There is no reason to no use GPIO2 as CS instead of GPIO5.
It is necessary to modify in your sketch too.

RV mineirin

I solved my problem, I felt the need to explain in case that maybe there are those who have the same problem.

 Ethernet.init(2);

I made the GPIO 2 pin and the connection was established.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.