Replies: 1 comment
-
This feature was added in |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to figure out how spi-ethernet (ETH.H) with a w5500 can be used with esp32-arduino 2.0.3rc1. With the arduino ethernet.h this works like a charm but WiFiServer or WiFiClient cannot be used, and one would need to implement servers and clients twice for both wifi and ethernet.
What's the Arduino approach here? Is esp-idf wrapped somewhere or does one simply use the functions from the headers directly:
#include "esp_netif.h"
#include "esp_eth.h"
#include "esp_event.h"
#include "esp_log.h"
#include "driver/gpio.h"
#include "sdkconfig.h"
#include "driver/spi_master.h"
DM9051 is initialised through ETH.begin()
Beta Was this translation helpful? Give feedback.
All reactions