-
Hello, is there a way to initialize the Ethernet library on the HSPI-bus (SPI2), like this?
The EthernetSPI2 library has not been maintained for a long time and apparently no longer works. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
why do you want to use the old Ethernet library with the ESP32? in version 3 ESP32 Arduino platform has its own Ethernet library ETH.h which supports any SPI settings. (alternatively you can use my EthernetESP32 library, which is more similar to the Arduino Ethernet library ) |
Beta Was this translation helpful? Give feedback.
-
Oops, sorry. |
Beta Was this translation helpful? Give feedback.
why do you want to use the old Ethernet library with the ESP32? in version 3 ESP32 Arduino platform has its own Ethernet library ETH.h which supports any SPI settings. (alternatively you can use my EthernetESP32 library, which is more similar to the Arduino Ethernet library )