Search found 2 matches

by Kindar
Thu Mar 17, 2022 5:03 pm
Forum: ESP-AT
Topic: WT32-ETH01 fails to init Ethernet MAC
Replies: 2
Views: 5188

Re: WT32-ETH01 fails to init Ethernet MAC

I was able to resolve the issue. Things I changed: I added to at_eth_init.c: mac_config.sw_reset_timeout_ms = 1000; //increase timeout to 1second phy_config.phy_addr = 1; //lock phy address to 1 (ETH01's address) In factory_param_data.csv I changed: (according to this uart_tx_pin to 2 uart_rx_pin to...
by Kindar
Wed Mar 16, 2022 8:51 pm
Forum: ESP-AT
Topic: WT32-ETH01 fails to init Ethernet MAC
Replies: 2
Views: 5188

WT32-ETH01 fails to init Ethernet MAC

I'm working with the WT32-ETH01 board, I tested it using Tasmota and it was able to use the Ethernet just fine. I am using the latest ESP-AT with ESP-IDF 4.4 I have everything working fine until I enable Ethernet support, if I do, I get the following messages on boot E (1194) esp.emac: emac_esp32_in...