esp8266 / esp8266/Arduino

UDP services dos not work properly with LwIP_Ethernet and static IP

Open
#8,415 5 comments 0 reactions 1 assignee Claimed by @d-a-v View on GitHub
Dominant language
C++
Stars
16.7k
Forks
13.1k
PR merge metrics
No merged PRs in 30d

Description

I am using ESP12-E with ENC28J60 ethernet module for my tests

I tried to get the date-time with configTime and AsyncUDP (ESPNtpClinent library)

1. With DHCP everything is OK ( LwIP_Ethernet and WiFi )
2. When I am using static IP, even though I registered DNS, my sketch dos not work with LwIP_Ethernet but with WiFi everything is OK

It seems the UDP services dos not work properly with LwIP_Ethernet and static IP

test sketch: [001.txt](https://github.com/esp8266/Arduino/files/7735414/001.txt)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.