Replies: 1 comment
-
There is currently no more than what you already saw You are welcome to improve the driver ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I am using the interface on esp8266.
The use case is that if I have a cable plugged, the ESP will use the cable to establish network connection, if not it it will use wifi interface. Not both at the same time.
Therefore, my goal is that when I am using WiFi, then it "shutdown" the W5500, however I am not sure if calling the ::end() function of the driver will take benefit of the power down mode (see page 42 of the w5500 spec: https://cdn.sparkfun.com/datasheets/Dev/Arduino/Shields/W5500_datasheet_v1.0.2_1.pdf)
Before I dig and start implementing any code, is it already implemented to fully shutdown the interface so it doesnt consume any current other than cutting the power wire ?
Thanks a lot,
BR
Thomas
Beta Was this translation helpful? Give feedback.
All reactions