WT32-ETH01

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
User avatar
Alex_III
Posts: 5
Joined: Thu Mar 25, 2021 9:05 pm

WT32-ETH01

Post by Alex_III » Thu Mar 25, 2021 9:11 pm

WT32-ETH01 - ESP32 board with ethernet LAN8720
Price less than $ 10

Image

I want to use it for home automation. Nobody tried it?

User avatar
Alex_III
Posts: 5
Joined: Thu Mar 25, 2021 9:05 pm

Re: WT32-ETH01

Post by Alex_III » Tue Apr 13, 2021 6:34 am

I tried it. Everything works fine.
The only problem is that almost all libraries Micropython are written for a wireless network, therefore, as a rule, they do not work on a wired LAN.

John12
Posts: 8
Joined: Thu Jun 10, 2021 8:41 pm

Re: WT32-ETH01

Post by John12 » Tue Aug 10, 2021 2:49 pm

Alex_III wrote:
Tue Apr 13, 2021 6:34 am
I tried it. Everything works fine.
The only problem is that almost all libraries Micropython are written for a wireless network, therefore, as a rule, they do not work on a wired LAN.
Hello Alex_III,

Did you try this example (i don't have a WT32-ETH01 to test it) :
https://github.com/emard/esp32lan8720 ?

296004848
Posts: 2
Joined: Sat Nov 27, 2021 3:17 pm

Re: WT32-ETH01

Post by 296004848 » Sat Nov 27, 2021 3:22 pm

MicroPython v1.16 on 2021-07-22; ESP32 module with ESP32

Type "help()" for more information.
>>> %Run -c $EDITOR_CONTENT
Traceback (most recent call last):
File "<stdin>", line 28, in <module>
OSError: esp_eth_driver_install failed
>>> %Run -c $EDITOR_CONTENT
Traceback (most recent call last):
File "<stdin>", line 28, in <module>
OSError: esp_eth_set_default_handlers failed (invalid parameter)

I tried this code, but there was a problem. Is there a solution?

Post Reply