Forum Controllers/PLC

Welcome!

This community is for professionals and enthusiasts of our products and services. Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

0

ESP32 10IO's Ethernet SPI, chip select, and reset pins

Avatar
Todd Berk

I loaded micropython to them, and would like to use the ethernet adapter. The manual says it's a W5500. In order to setup the W5500 in micropython I need to know which pins the chip select and reset are connected to on the ESP32?
Also, please confirm if it uses the hardware SPI peripheral on the ESP32.


Very excited about your modules! Just purchased and received 3 of these to test, and with success will deploy many more at our work. We like micropython.

Thanks!


Avatar
Discard
1 Answer
0
Best Answer

The chip select is connected to GPIO 15, and it seems that the reset pin is not connected to anything.

The PLC uses the hardware SPI peripheral on the ESP32.

Avatar
Discard