Then I suggest you use your favorite search engine and type the words āwt32-eth01 manualā. You will be surprised how easy it is to locate the user manual.
Not sure if this will help anyone else, but I noticed that OTAās can fail silently when you are using GPIO 12. Instead, the OTA update says it has succeeded, but on boot you will see the last compiled datetime has not changed. You will also notice that the upload takes less time (e.g. <1s vs ~3s). There will be no errors.
As per the docs, GPIO 12 is used during boot to determine the Flash voltage. That may be a red herring.
Depends on the current it can supply. Are you using 3.3V oder 5V? The 3.3V regulators on the TTL converters that I use do not provide enough power to run the board. Usually, I attach a USB breakout board to the 5V and GND pins and power it via a cell phone charger.
Thanks for your reply. Iām using the 5V pin of the USB to TLL adapter to power it.
I have a micro USB to dupont adapter coming in the mail at some point.
Iāll try off a cellphone charger then.
The post refers to the ESPHome Dashboard, not to Home Assistant. You are trying to connect to an existing ESPHome node from Home Assistant, it doesnāt matter whether itās WiFi or LAN in this screen.
You have to type IP address that routerās DHCP has given to the module. You can find it in the routerās menu, in the address reservation page.
My mistake. I should have read the message and the picture better.
Bought a couple of wt32-eth01 on aliexpress and I keep getting this error: A fatal error occurred: This chip is ESP32-C3 not ESP32. Wrong --chip argument?
Is it possible these are knockoffs? They are definitely not the new WT32-ETH01-EVO so Iām not really sure where to go from hereā¦ I canāt enable ethernet on the esp32-c3 stack because I get pin out of range errors on config validationā¦ any ideas?
It looks identical to the ones I see onlineāhence thinking itās not the EVO (and thereās no evidence of POE on this board)
One more piece of info is that Iām programming it using an old Arduino (I pulled the ic off). I donāt think that makes a difference, especially since it does flash c3 images just fine.