Skip to content

Solved: Wiznet W5500 EVB Pico - Hard Wired Server Runs but says -IP unset #2517

Answered by Macrosii
Macrosii asked this question in Q&A
Discussion options

You must be logged in to vote

Looks like you need a delay for the IP address to get assigned correctly added code below to setup and get an IP addreess assigned.
However it I try to set a manual IP address with "IPAddress ip(192, 168, 1, 120);" I still seem to get a DHCP assigend address ?

Regads


  if(!eth.connected()){
    Serial.println(".");
    delay(1000);
  }

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Macrosii
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant