WT32-ETH01 module

Hello.
I got my hands on the WT32-ETH01 module.
I downloaded the library, installed it. I'm trying to compile and it keeps giving me an error. I checked that the library is on Documents\Arduino\libraries\WebServer_WT32_ETH01\src\WebServer_WT32_ETH01.h".
board: WT32-ETH01 Ethernet Module
error: In file included from C:\Users\lasek\Desktop\PostServer\PostServer.ino:18:

c:\Users\lasek\Documents\Arduino\libraries\WebServer_WT32_ETH01\src/WebServer_WT32_ETH01.h:63:4: error: #error This code is designed to run on ESP32 platform! Please check your Tools->Board setting.

63 | #error This code is designed to run on ESP32 platform! Please check your Tools->Board setting.

| ^~~~~

exit status 1

Compilation error: exit status 1

thanks

Are you using an ESP32 and selecting it in the IDE?

Also, please post code and errors in a code block.

1 Like

yes, I chose the board: WT32-ETH01
I used the sample file from the library

In order to make all relevant information available to any who are interested in this subject, I'll share a link to @anderi's cross-post over on the "Arduino a Raspberry poradna CZ & SK" Facebook group:

that library is obsolete. use the bundled ETH.h or my EthernetESP32 library

Thank you.
I'm trying those libraries and I only see "client",
I want "postserver", I'm a beginner, so I'm learning.

you can use the WebServer library bundled with the esp32 platform

hello
After various attempts with libraries, I returned to the original one, by lowering the core below 3, it finally compiled successfully. After uploading to the chip and restarting, another problem appeared.
22:20:13.281 -> WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+

22:20:14.270 -> E (1009) esp.emac: emac_esp32_init(357): reset timeout

22:20:14.270 -> E (1009) esp_eth: esp_eth_driver_install(214): init mac failed
Does anyone know what to do with it, it happened to me with other libraries too, thanks.

Topic moved. Please do not post in "Uncategorized"; see the sticky topics in Uncategorized - Arduino Forum.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.