Can esp32s3 connnecct to an etherent PHY? like DP83TC813x-Q1?

YueX1996
Posts: 2
Joined: Thu Jan 11, 2024 8:57 am

Can esp32s3 connnecct to an etherent PHY? like DP83TC813x-Q1?

Postby YueX1996 » Thu Jan 11, 2024 9:08 am

I am doing a project where I want an dedicated RGB8 interface and intergrated EMAC for ethernet in the MCU. I read the ESP-IDF of esp32s3, it said ''ESP-IDF provides a set of consistent and flexible APIs to support both internal Ethernet MAC (EMAC) controller and external SPI-Ethernet modules.'' https://docs.espressif.com/projects/esp ... p_eth.html. Because the hardware does not support Ethernet. Is it possible to add EMAC by using ESP-IDF? If it works, how fast is the data rate?

ESP_ondrej
Posts: 181
Joined: Fri May 07, 2021 10:35 am

Re: Can esp32s3 connnecct to an etherent PHY? like DP83TC813x-Q1?

Postby ESP_ondrej » Thu Jan 11, 2024 9:43 am

ESP32S3 does not have internal EMAC. Therefore you cannot connect Ethernet PHY to it. You have to use SPI Ethernet module which has the EMAC integrated. Or you can switch to ESP32 or ESP32P4 if it satisfies to your needs.

BTW, regarding documentation. I'll fix that introductory section to make it more clear.

YueX1996
Posts: 2
Joined: Thu Jan 11, 2024 8:57 am

Re: Can esp32s3 connnecct to an etherent PHY? like DP83TC813x-Q1?

Postby YueX1996 » Thu Jan 11, 2024 10:34 am

ESP_ondrej wrote:
Thu Jan 11, 2024 9:43 am
ESP32S3 does not have internal EMAC. Therefore you cannot connect Ethernet PHY to it. You have to use SPI Ethernet module which has the EMAC integrated. Or you can switch to ESP32 or ESP32P4 if it satisfies to your needs.

BTW, regarding documentation. I'll fix that introductory section to make it more clear.
Thanks for the explanation and suggestion of other product. I thought about the ESP32 and read the datasheet and technical reference manual. It seems like there is only a dedicated RGB8 input port supported by Camera Slave Receiving Mode. But in my project I also need a dedicated RGB8 output port. Is it also possible for ESP32?

ESP32-P4 seems really fit for my project. Is the product already available? Or when will be available in Germany?

Best regards

ESP_ondrej
Posts: 181
Joined: Fri May 07, 2021 10:35 am

Re: Can esp32s3 connnecct to an etherent PHY? like DP83TC813x-Q1?

Postby ESP_ondrej » Thu Jan 11, 2024 11:31 am

You can use product selector to help you choose the right chip https://products.espressif.com/#/produc ... tor?names=

Regarding release date of ESP32P4, please wait for and follow official statements on our web pages.

Who is online

Users browsing this forum: Baidu [Spider] and 73 guests