September 01, 2024, 12:22:40 PM

ESP32 POE2

Started by leonardo.zambonelli, August 19, 2024, 01:44:58 PM

Previous topic - Next topic

LubOlimex

QuoteMay you provide me a complete example project using 4.3 esp-idf, please?

Unfortunately, I don't have ESP-IDF 4.3 installed anymore (only the latest version) and I am afraid it might corrupt my 5.3 installation. But I am 99% sure the 4.3 default Ethernet example + the changes you and I made would make it work too.

This example I mean:

https://github.com/espressif/esp-idf/tree/release/v4.3/examples/ethernet/basic
Technical support and documentation manager at Olimex

LubOlimex

I see counter every iteration with your code without any changes:

Technical support and documentation manager at Olimex

leonardo.zambonelli

UPDATE!

Using Loook@lan i can see device is working fine and i can ping it.
But no console available, so it's impossible to work with that!


LubOlimex

As visible from all of my screenshots the console is working fine (else I won't get anything from the board), but if you can't get the USB console working, you can always use external USB-serial adapter and change the debug to another serial instead.

https://www.olimex.com/Products/IoT/Programmer/ESP-PROG/open-source-hardware
https://www.olimex.com/Products/Breadboarding/BB-CH340T/open-source-hardware
Technical support and documentation manager at Olimex

leonardo.zambonelli

UPDATE!!!
Now i'm using different pin taken fromUEXT connector for debug console, and evrything is working fine!!
I suggest to update your documentation for this board, with a "FAQ" about that problem

You made my day!
Thank u very much!

LubOlimex

Glad to help. Remember that ESP32 chip has a very good multiplexor and you can define most of free GPIOs for other functions (I2C, SPI, UART, etc).
Technical support and documentation manager at Olimex