Search found 211 matches

by ESP_ondrej
Wed Nov 20, 2024 8:49 am
Forum: General Discussion
Topic: ESP32S3 Ethernet to ESP32S3 Ethernet direct connection witout router
Replies: 1
Views: 695

Re: ESP32S3 Ethernet to ESP32S3 Ethernet direct connection witout router

If I understand your use case correctly, it is of course possible. It's the basic use case. W5500 Datasheet specifies: W5500 does not support auto-MDIX feature. Thus, user should use straight-through cables to connect to other switches or routers and crossover cables to connect to devices such as se...
by ESP_ondrej
Wed Nov 13, 2024 7:23 am
Forum: ESP-IDF
Topic: W5500 Resets Chip without error if anything in the SPI connection is faulty.
Replies: 2
Views: 657

Re: W5500 Resets Chip without error if anything in the SPI connection is faulty.

It's strange there are no W5500 errors printed in the log....
by ESP_ondrej
Wed Nov 13, 2024 7:18 am
Forum: Hardware
Topic: EMAC and I2S interfering with each other?
Replies: 3
Views: 712

Re: EMAC and I2S interfering with each other?

Great to see the issue has been fixed!

You were really close to the solution based on your detailed issue description. Hence it implies to me there must be something wrong with documentation. Would you have any suggestion how it could be improved? What would you help during your investigation?
by ESP_ondrej
Tue Nov 12, 2024 8:17 am
Forum: Hardware
Topic: EMAC and I2S interfering with each other?
Replies: 3
Views: 712

Re: EMAC and I2S interfering with each other?

We've already observed that high traffic on Ethernet can also affect the SPI DMA transactions. The same seems to apply for I2S. Try to reduce `dma_burst_len` when initializing Ethernet with `eth_esp32_emac_config_t` config structure.
by ESP_ondrej
Tue Nov 05, 2024 3:53 pm
Forum: ESP-IDF
Topic: w5500 and be sure module works in any time.
Replies: 14
Views: 8898

Re: w5500 and be sure module works in any time.

Just recall me, the issue is the W5500 gets completely unresponsive? If so, it's pretty serious and you need to HW restart it. If you have reset pin already mapped to PHY instance, "just" de-initialize the Ethernet interface and its Netif as demonstrated at https://github.com/espressif/esp-idf/blob/...
by ESP_ondrej
Mon Nov 04, 2024 9:10 am
Forum: Hardware
Topic: ESP32-P4: Internal Ethernet MAC vs external SPI Ethernet controller
Replies: 4
Views: 1031

Re: ESP32-P4: Internal Ethernet MAC vs external SPI Ethernet controller

The SPI Ethernet is much slower. You can achieve more than 90 mbps for Tx/Rx UDP with internal EMAC. With SPI Ethernet is around 17 mbps.
by ESP_ondrej
Fri Oct 11, 2024 5:59 am
Forum: General Discussion
Topic: w5500 MAC triggering an unrecoverable error.
Replies: 2
Views: 1030

Re: w5500 MAC triggering an unrecoverable error.

Please share more information about your setup, e.g. IDF version, board you use (custom or modules connected via wires), etc. Are you able to reproduce the issue with Ethernet basic example?
by ESP_ondrej
Fri Oct 11, 2024 5:55 am
Forum: ESP-IDF
Topic: Error when using Ethernet with ESP32
Replies: 3
Views: 1504

Re: Error when using Ethernet with ESP32

Do you use some devboard or your custom board? Is PHY address correctly set?
by ESP_ondrej
Mon Sep 30, 2024 9:14 am
Forum: ESP IoT Solution
Topic: ESP32 WROOVER IE LAN8720 Ethernet Connection Problem
Replies: 2
Views: 1930

Re: ESP32 WROOVER IE LAN8720 Ethernet Connection Problem

Might be HW issue with your board. Could you please try to debug using https://github.com/espressif/esp-eth-dr ... phy_tester ? Ideally, run the pytest script. However, just note it was tested on Linux so far so you need to be on Linux.

Once you done, let me know the results.