Open edrethardo opened 2 years ago
Hi,
I have a rev D, but it does not work too. I am using PoE with 48V, since it is stated that the chip to work must be powered.
No fix found at the moment...
Regards
Hi,
some news: it seems to be a BSP bug, that I reported here:
https://github.com/espressif/arduino-esp32/issues/7007
Regards.
Hi,
the issue is resolved: as pointed out in the previously linked issue, the updated example works. Events have changed names, but the Olimex example has not been updated. Here the link to the updated official esp32/arduino example: https://github.com/espressif/arduino-esp32/blob/master/libraries/Ethernet/examples/ETH_LAN8720/ETH_LAN8720.ino
Regards
Thanks for the update, I will keep it open as a reminder until we find time to update all Ethernet examples to the new definitions.
Heyho, I'm using the example code with added debug prints on the ESP32-POE Rev G Board
My console ouput is: starting Ethernet ETH Any other event 18 ETH Any other event 20 ETH Any other event 22
I'm connected to a Router with DHCP but I'm not using POE right now as I'm using the serial console via USB for debugging purposes to avoid damaging my Computer. The device is powered by my computers USB 3 connector I'm using VsCode + PlatformIO extension as IDE and upload and monitor to flash the device and connect to the Serial Interface
it's notable that the gateway and dns server are not the same in our network, could it be I need to set those parameters manually? Did maybe anything relevant to this change between Rev.B and G I didn't notice? do I explicitly need to use POE in this example? My code is attached below
Thank You for any suggestions