-
Notifications
You must be signed in to change notification settings - Fork 218
Can not get ethernet working in olimex ESP32-EVB rev C board #239
Comments
Hi Patxitron, |
MicroPython was today updated to the latest ESP IDF, see micropython/micropython@c49a73a. This includes the fix mentioned above, so it might work now. |
I've also read the closed issue #172.
I have this result:
For information I use a ESP32-Gateway Rec C board. Thank you for your help. |
Try with mdc = machine.Pin(23), mdio = machine.Pin(18), power = machine.Pin(17), phy_type = network.PHY_LAN8720, phy_addr=0 |
Yes in fact in my example I put another tested line. |
I succeeded with
on an Olimex ESP32-POE Rev. B and micropython 1.20 |
I've read the closed issue #172 where smeedy got the ethernet working in a ESP32-GATEWAY board from same vendor.
The PHY and GPIOs used are the same in both boards but in mine, following the same steps I'm unable to get the ethernet working (MicroPython v1.9.2-445-g84035f0f on 2017-12-06; ESP32 module with ESP32)
The sequence used is:
The last two lines keep repeating forever.
The text was updated successfully, but these errors were encountered: