ESPHome Ethernet with Adafruit Feather Huzzah32

Hello,

Anyone here know what the proper config to use for the Adafruit Feather Huzzah32 with the Ethernet feather wing? I am not sure it is compatible, but I can’t seem to figure out which GPIO I need for the mdc and mcio.

Thanks.

well, according to Adafruit, the Feather has the WIZ5500 chipset. According to ESPHome, only " one of LAN8720 or TLK110 (see datasheet for more details)." are supported.
So sorry, I do not think that it will work. You may try to define one of the ESPHome supported chipsets (see ESPHome Link above). There is also a PIn configsection. But I guess it’ll be pure luck if it works…

I have only used the following board with Ethernet with ESPHome and it’s been rock solid.

It is my Xiaomi BLE devices (Temp/Humdity Sensors) and BLE beacon gateway. I have 10 devices and up until moving to Ethernet and removing Wifi, I was struggling to get all the passive BLE broadcasts due to the BLE and Wifi sharing the ESP32 implements.

1 Like

That’s what I was worried about. I was hoping that maybe someone had a way around it. Especially since you define the pins. But thank you anyways.

I may have to buy one of those and give it a shot.