vintlabs / fauxmoESP

Add voice control of your ESP32 and ESP8266 devices using Amazon Alexa
MIT License
375 stars 70 forks source link

W5500 ethernet module #216

Open kbssa opened 2 years ago

kbssa commented 2 years ago

Is this library compatible with W5500 ethernet module ?

pvint commented 2 years ago

I cannot be 100% certain it would be, but off the top of my head I cannot think of any reason it wouldn't work fine, assuming it's on a subnet that can share broadcast traffic.

kbssa commented 2 years ago

I cannot be 100% certain it would be, but off the top of my head I cannot thing of any reason it wouldn't work fine, assuming it's on a subnet that can share broadcast traffic.

Thanks for your fast reply.

I asked about that, because I was using the espalexa library with WiFi, but when I tried with the w5500 the library compiles but never discovers the devices.

I will give it a try, and I let you know about the results.