March 29, 2024, 03:17:24 PM

ESP32 LAN ESP-IDV V4

Started by vanBassum, March 30, 2020, 11:35:57 AM

Previous topic - Next topic

vanBassum

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

LubOlimex

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).
Technical support and documentation manager at Olimex

vanBassum

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