sstaub / Ethernet3

Ethernet library for Arduino and Ethernetshield2 / WIZ550io / WIZ850io / USR-ES1 with Wiznet W5500 chip
Other
82 stars 33 forks source link

Not a Issue but need help. #25

Closed josephchrzempiec closed 5 years ago

josephchrzempiec commented 5 years ago

Hello i don't have a issue really. I'm trying to figure out how to keep the wiznet 550io module power down. I don't need to run it at a full 100 mb connection using your Library. Can you help me out please?

sstaub commented 5 years ago

To power down the PHY use Ethernet.phyMode(POWER_DOWN), like described in the Readme. I never really test it.

josephchrzempiec commented 5 years ago

hello i don't want to power down the Wiznet it's self. the module it's self does take a lot of power. Is it possible to draw less current Because I'm not transferring speeds at 100M at a time?

sstaub commented 5 years ago

There is no sleep mode or anything else to reduce power consumption. You can try to use 10Mb mode.