Page 1 of 1

ESP32 Ethernet KIT v1.1 ETH example missing???

Posted: Sat Jun 27, 2020 9:55 am
by gpezzella
Hello

I have aquired the above board.
It use IPI101GRI PHY chip for ethernet.

My question is:
1) There is an example for this chip?
2) If not, How is possible that you build dev kit and "forgot" to write example?
2) How modify actual code for use this chip?

Thanks

PS
This is error using TLK110 PHY:
E (1044) emac: Timed out waiting for PHY register 0x2 to have value 0x2000(mask 0xffff). Current value 0xffff
E (2044) emac: Timed out waiting for PHY register 0x3 to have value 0xa210(mask 0xfff0). Current value 0xffff
E (2044) emac: Initialise PHY device Timeout

Re: ESP32 Ethernet KIT v1.1 ETH example missing???

Posted: Sat Jun 27, 2020 3:25 pm
by lbernstone
The supported platform for ESP32 is the ESP-IDF. You can find an example which will work with your device at https://github.com/espressif/esp-idf/tr ... s/ethernet. Once that code (idf 4.x) makes it into arduino, the device will be supported in arduino.