alistairchilcott / Alt-OpenSprinkler-ESP32port

GNU General Public License v3.0
5 stars 0 forks source link

Can't get to run on WT32-ETH01 #2

Open Jxck-S opened 5 months ago

Jxck-S commented 5 months ago

I'm trying to get this running on a WT32-ETH01 has anyone had any luck with this? I get no response on the serial monitor even. I suppose I need to configure the Ethernet pins, but don't know if I am correctly. It looks we also should update this project to use a new Ethernet library as UIPEthernet is outdated.

Jxck-S commented 5 months ago

After research and a closer look. It turns out the library has support for SPI based Ethernet chips such as ENC28J60 or W5500. The WT32-ETH01 is using LAN8720 using PHY/RMII so it is not currently supported. We would need to rewrite/add support using another library. I think I'm going to be using ESPHome/HA instead.