Olimex Support Forum

Microcontrollers => ESP32 => Topic started by: vanBassum on March 30, 2020, 11:35:57 AM

Title: ESP32 LAN ESP-IDV V4
Post by: vanBassum on March 30, 2020, 11:35:57 AM
Hello guys,

I have the following devboard: https://www.olimex.com/Products/IoT/ESP32/ESP32-EVB/open-source-hardware

This works great with IDF V3 and V3.3 but the ethernet driver doesn't work with IDF V4. Are there any plans to support the new IDF?

Regards,
Bas
Title: Re: ESP32 LAN ESP-IDV V4
Post by: LubOlimex on March 30, 2020, 01:53:37 PM
There are plans, not sure when would be completed.

If you are in a hurry, take a look at the ESP32-PoE example for v4.x that we published here:

https://github.com/OLIMEX/ESP32-POE/tree/master/SOFTWARE/ESP-IDF

It would need slight editing of pin assignments. Be careful with the clock source, in ESP32-PoE we use external clock generator (in all other ESP32 boards we use the internal generator).
Title: Re: ESP32 LAN ESP-IDV V4
Post by: vanBassum on March 31, 2020, 01:45:36 PM
Thanks for the response.
I don't know when Ill get around to do this, but the example gives a nice head start.

Regards,
Bas