ESP32-Wiznet-W5500-Micropython icon indicating copy to clipboard operation
ESP32-Wiznet-W5500-Micropython copied to clipboard

ESP32 - Reset

Open lrr-sands opened this issue 4 months ago • 2 comments

Hello I am working with ESP WROOM32 module with SPI - W5500 module. In wiznet5k.py, you have the following lines for resetting the W5500 chip. if reset: reset.on() time.sleep(0.1) reset.off() time.sleep(0.1) With this, the reset is pulled High and then set to Low, and continues in this state. Thus, the W5500 is set to the reset state, and does not respond. If we write reset.off(), and then reset.on(), the chip responds. Could you pl. clarify this?

lrr-sands avatar Mar 17 '24 05:03 lrr-sands