d-a-v / W5500lwIP

W5100, W5500 and ENC28J60 for esp8266 and lwIP (or any other uC using lwIP)
43 stars 11 forks source link

Example repo #16

Open nopnop2002 opened 4 years ago

nopnop2002 commented 4 years ago

Thank you for great work.

I made an example repo.

https://github.com/nopnop2002/esp8266_ethernet

If you read this, please close it.

Thank you again.

d-a-v commented 4 years ago

You should really try this pull request https://github.com/esp8266/Arduino/pull/6680 which has a better integration and is an improvement of the driver you are using. If there is an issue with UDP, fix will be done in the pull request.

d-a-v commented 4 years ago

There is an easier way to try the ethernet PR: You can change the URL in your board manager to point to the one described there: Alpha, Beta and Gamma versions. 6680 is included in the version "gamma" 0.0.3. You need to "update" your version 2.7.0 or 2.7.1 to version 0.0.3 (which is version 2.7.1+ = 2.7.2beta plus the listed pull-requests). The ethernet driver will be included. If there is a confirmed issue with UDP, then I'll have a look.

nopnop2002 commented 4 years ago

There is an easier way to try the ethernet PR:

Thank you.

Regarding the NTP client, I found that configTzTime () works correctly using Core:2.7.1=20701000.

https://github.com/nopnop2002/esp8266_ethernet/blob/master/configTzTime/configTzTime.ino