-
This hardware (W5500-EBV-Pico2) works fine with a DHCP-assigned IP address. I can't find how to set a fixed IP address. The Wiznet5500lwIP class doesn't seem to have the setLocalIP() method or a constructor that takes these args (per the Arduino Ethernet class docs). Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
JAndrassy
Nov 26, 2024
Replies: 2 comments
-
use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
obdevel
-
Thanks. eth->config(ip, dns, gateway, subnet); worked fine |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use
config
as with WiFii or use EthernetCompat.h for the standard Ethernet 'begin