Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32 - Reset #7

Open
lrr-sands opened this issue Mar 17, 2024 · 2 comments
Open

ESP32 - Reset #7

lrr-sands opened this issue Mar 17, 2024 · 2 comments

Comments

@lrr-sands
Copy link

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?

@one0410
Copy link

one0410 commented Apr 1, 2024

I also think that reset.off() should before reset.on().

@lrr-sands
Copy link
Author

Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants