Page 1 of 1

Using two Ethernet Client with ESP32

Posted: Tue Jun 04, 2019 9:31 pm
by Claudio
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 currently trying to set up the VSPI communication, use the chip selector to choose which of them to send the information to, but I'm having trouble with this strategy since I'm getting stuck. Anyone did or know how to do it?