Search found 2 matches

by YueX1996
Thu Jan 11, 2024 10:34 am
Forum: ESP-IDF
Topic: Can esp32s3 connnecct to an etherent PHY? like DP83TC813x-Q1?
Replies: 3
Views: 20106

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

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 m...
by YueX1996
Thu Jan 11, 2024 9:08 am
Forum: ESP-IDF
Topic: Can esp32s3 connnecct to an etherent PHY? like DP83TC813x-Q1?
Replies: 3
Views: 20106

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

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 .'' h...