w5500 Arduino Example #1854
-
My goal is: to get the web server to respond with OK when a client connects. Why does |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The reason DHCP is not working is because the Socket is being opened in So what tool can I use to send a multicast ethernet message to my w5500 MAC addy? My previous question stands, however. |
Beta Was this translation helpful? Give feedback.
-
Not being the expert one here on the W5500, I can tell you that this is not a W5500 with Arduino example but a MIP Mongoose example on Arduino with W5500. The whole point of the example is to show how to use MIP, Cesanta's TCP/IP stack. If DHCP does not work for you, please sniff your network (Wireshark) and tell us why. |
Beta Was this translation helpful? Give feedback.
Not being the expert one here on the W5500, I can tell you that this is not a W5500 with Arduino example but a MIP Mongoose example on Arduino with W5500. The whole point of the example is to show how to use MIP, Cesanta's TCP/IP stack. If DHCP does not work for you, please sniff your network (Wireshark) and tell us why.