Page 1 of 1

JL1101 Etheret PHY

Posted: Mon Mar 06, 2023 5:46 pm
by whcir@charter.net
I found the driver for the JL1101 ethernet here https://github.com/dtlzp/relay_dev_demo ... ts/esp_eth. It is for the ESP32 IDF environment, how can this be made as an Arduino library so it can be used in the Arduino IDE?

Thanks

Re: JL1101 Etheret PHY

Posted: Tue Mar 07, 2023 11:25 am
by ESP_Minatel
Hi,

This will be possible if you add this driver to the Arduino via the Library Builder.

In sum, the ESP-IDF used on Arduino ESP32 core should be recompiled in order to add this new driver. Using it as an Arduino library will not be possible in this case.