Search found 1 match
- Tue Jun 04, 2019 9:31 pm
- Forum: ESP32 Arduino
- Topic: Using two Ethernet Client with ESP32
- Replies: 0
- Views: 2098
Using two Ethernet Client with ESP32
I'm currently using UIPEthernet(from https://platformio.org/lib/show/1484/UIPEthernet) and need to configure it to use two ENC28J60 through the SPI communication, one will receive data from another point and send to the ESP32, the other will send the received data forward to another device. I'm curr...