-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
W5500 #13
Comments
Hi, I'm also having problems with the W5500 module. The ESP32 keeps rebooting when I try to listen to port 6454. |
Hello |
Hello, Yeah same issue, shame as this performs excellantly on Wifi, but I need stability of Wired connection. ` #include <FastLED.h> #define LEDPin8 32 // FastLED artnetESP32V2 artnet = artnetESP32V2(); Ethernet.init( WIZ_CSPin ); // Setup ############################################################################### Serial.println("Ethernet Successfully Initialized");
} Ethernet Successfully Initialized assert failed: tcpip_api_call IDF/components/lwip/lwip/src/api/tcpip.c:497 (Invalid mbox) Backtrace: 0x400836ed:0x3ffb2050 0x4008837d:0x3ffb2070 0x4008d711:0x3ffb2090 0x400e06f6:0x3ffb21c0 0x400d472e:0x3ffb21f0 0x400d474c:0x3ffb2230 0x400d1e28:0x3ffb2250 0x400d696a:0x3ffb2290 ELF file SHA256: dea375f08c5e3ba2 |
SOLVED - You posted an example of fixing the same issue (not using Arduino Ethernet lib) in your V2 lib. I had same issue, so I suspect it is the same fix by using this other WIZ5500 specific library. Your example: |
Hi, i'm kinda new to the whole uc world, could you share the code you used to get the LAN8720 running? since i'm having an hard time understanding how it all works without examples? |
Hi Yves,
i already tried your code with lan8720 and it works fine for 16 universes.
Now i need to use the W5500 because i have 4 of them laying arund. But somehow am not able to modifiy youre cpp so that it lstens for the W5500 UDP packets for Artnet. Have you tried with W5500 yet? If yes can you share your modified code for it?
The text was updated successfully, but these errors were encountered: