Page 1 of 1

HOW TO ENABLE ETHERNET IN idf.py release/4.4

Posted: Fri Jul 22, 2022 4:22 am
by kesha.modhia
question/query

in my project I want to give support of ethernet and base version of idf is 4.4

how do I configure ethernet in my source code any guidance ?.

chip is ESP32-WROVER-I

Re: HOW TO ENABLE ETHERNET IN idf.py release/4.4

Posted: Fri Jul 22, 2022 8:04 am
by ESP_ondrej
At first, you need appropriate hardware. Are you planning to develop custom PCB? If so, you can consider using supported PHY chips. You can base your design on ESP32-Ethernet-Kit. If you already have your module placed on some devkit board and would like to just play, it would be safer approach to use supported SPI modules connected jump wires.

Some useful links:
1) See README to find supported modules and to see the basic Ethernet related code here: https://github.com/espressif/esp-idf/tr ... rnet/basic
2) To learn more about Ethernet in ESP-IDF, see here: https://docs.espressif.com/projects/esp ... p_eth.html