We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this compatible with W5500 connected to esp8266?
The text was updated successfully, but these errors were encountered:
It is using lwIP, so it is generic but will work only if you use the esp8266's w5500 driver for lwIP.
Sorry, something went wrong.
Is it possible to ping specific IP?
Im trying to implement this ttps://github.com/NicksonYap/Arduino-Ping-W5500 to check if the esp is connected to server ip via lan but i dont want to use ethernet2 library.
Yes, any IP even IPv6 but you must be using lwIP. This repo will not work with Ethernet1 nor Ethernet2.
No branches or pull requests
Is this compatible with W5500 connected to esp8266?
The text was updated successfully, but these errors were encountered: