Skip to content

ESP32 and W5500 #135

Answered by lathoub
mcsmark asked this question in Q&A
Oct 13, 2021 · 2 comments · 7 replies
Discussion options

You must be logged in to vote

Thanks for telling me the link broke - somehow the original article is no longer available.

Here is what I connected:

ESP32      W5500
EN ------> RESET
23 ------> MOSI
19 ------> MISO
18 ------> SCK
 5 ------> CS

In your setup:

#include <Ethernet.h>
#define CS 5
...
  Ethernet.init(CS);
  if (Ethernet.begin(mac) == 0) {
    return false;
  }

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@mcsmark
Comment options

@lathoub
Comment options

@mcsmark
Comment options

@lathoub
Comment options

@lathoub
Comment options

Answer selected by mcsmark
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
2 participants