BlakeFoster / Arduino-Ping

ICMP ping library for the Arduino
59 stars 44 forks source link

icmp ping and ethernet 2.0 doesn't work #16

Open orichienal opened 5 years ago

orichienal commented 5 years ago

Hi Unfortunately, this library is not compatible with ethernet 2.0 I scour the whole network for a solution I really need icmpping and ethernet 2.0 I've already addressed to the arduino forum

I hope there is someone who knows a solution

Many thanks in advance

dmnc-net commented 5 years ago

This issue is duplicate of #13, #15, #17

Try this one NicksonYap/Arduino-Ping-W5500 (and probably share your progress please) :)

orichienal commented 5 years ago

Thank You, i checked it out.

Unfortunately its the same "solution" out of the forums, to change w5100 with w550.

But there are two Ethernet2.0, One from Adafruit and one from Arduino oifficial. NicksonYap solution was for the arduino library, an this one is not longer in progress.

a little more research revealed that arduino ethernet 2.0 removed some features needed by icmpping.

I also created a ticket there

many thanks to your efforts

Am Fr., 12. Juli 2019 um 10:50 Uhr schrieb DMNC notifications@github.com: try this one NicksonYap/Arduino-Ping-W5500 (and probably share your progress please) :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

andrew-susanto commented 3 years ago

I just create some update on issue #13. You can read the fixes there. I tested on my arduino uno + Ethernet shield W5100.