khoih-prog / EthernetWebServer

This is simple yet complete WebServer library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21/SAMD51, nRF52, STM32, RP2040-based, etc. boards running Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Coexisting now with `ESP32 WebServer` and `ESP8266 ESP8266WebServer` libraries. Ethernet_Generic library is used as default for W5x00 with custom SPI
MIT License
178 stars 49 forks source link

Needing help ! #48

Closed kbssa closed 2 years ago

kbssa commented 2 years ago

I know that it is not an issue related, but I am geting mad trying to use the EthernetWebServer library together with the https://github.com/Aircoookie/Espalexa.

I did some small changes in the Espalexa library and now it compiles wihthout any error, the espalexa server works, but the alexa never discovers the devices.

I am using the W5500, the TCP server and the webserver work very well and fast, but to finish my project I need that the Espalexa library works with this one.

I know that it is compatible with the LAN8720 module, but I can't see why it is not working with the W5500. I don't know the differences between them, as I am not espacialist. I wish I were !

So, if you could help me to find out what I have to change in the Espalexa for it work I will be vary gratefull.

I can pay for your time if you julge necessary.

Sorry If I annoyed you with my problem, it was not my intent.

Thanks in advance.

khoih-prog commented 2 years ago

I'm sorry I have no time to help you, especially with the old Espalexa library.

I suggest that you use my SinricPro_Generic library, which supports too many different boards / Ethernet / WiFi.

For example WT32_ETH01 (ESP32 + LAN8720), etc.

Good Luck,