Skip to content
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

pingalive for Ethernet W5500 #3

Open
JefersonDeLeon opened this issue Jun 2, 2021 · 3 comments
Open

pingalive for Ethernet W5500 #3

JefersonDeLeon opened this issue Jun 2, 2021 · 3 comments

Comments

@JefersonDeLeon
Copy link

Is this compatible with W5500 connected to esp8266?

@d-a-v
Copy link
Owner

d-a-v commented Jun 2, 2021

It is using lwIP, so it is generic but will work only if you use the esp8266's w5500 driver for lwIP.

@JefersonDeLeon
Copy link
Author

JefersonDeLeon commented Jun 2, 2021

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.

@d-a-v
Copy link
Owner

d-a-v commented Jun 3, 2021

Yes, any IP even IPv6 but you must be using lwIP.
This repo will not work with Ethernet1 nor Ethernet2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants