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

Ping command with ENC28J60 + D1 mini Wemos ESP8266 #54

Open
Bruno1466 opened this issue Oct 4, 2023 · 3 comments
Open

Ping command with ENC28J60 + D1 mini Wemos ESP8266 #54

Bruno1466 opened this issue Oct 4, 2023 · 3 comments

Comments

@Bruno1466
Copy link

I am using EthernetENC.h library ver. 2.0.4 with hardware ENC28J60 + D1 mini Wemos ESP8266 boards.
I program the ESP8266 with Arduino IDE 2.1.0; I tested the example sketch “WebClient” and it works correctly.
I would like to run the "ping" command on an IP address on my local network trought the ENC28J60 device. Could somebody suggest to me if there is a function available to do it?
Thanks

@JAndrassy
Copy link
Member

why not use the esp8266 lwIP_enc28j60 library?

@Bruno1466
Copy link
Author

Thank you JAndrassy, I have installed the esp8266 lwIP_enc28j60 library as you suggested and it works properly but I don't found the function to run the "ping" command on an IP address on my local network trought the ENC28J60 device.
Could you tell me where I can find an example of "ping" command?
Or could you tell me where I can find the description of the syntax of the command?
Thanks

@JAndrassy
Copy link
Member

I would try this library https://github.com/dancol90/ESP8266Ping

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