espressif / esp-adf

Espressif Audio Development Framework
Other
1.53k stars 672 forks source link

ADF eth support (AUD-3618) #763

Open Bruce213 opened 2 years ago

Bruce213 commented 2 years ago

hi, i have a project which needs eth communication,but i can not find eth peripheral in the adf drivers, if i want to use adf in my project with eth,should i need to develop eth driver by myself? thanks.

HengYongChao commented 2 years ago

Hi @Bruce213

I have written a demo for uploading recording data using Ethernet, please refer to the following.

recorder_raw_http_ethernet.zip

davidHuW commented 2 years ago

Hi @Bruce213

I have written a demo for uploading recording data using Ethernet, please refer to the following.

recorder_raw_http_ethernet.zip

Hi @HengYongChao thank you for the demo . i have another question , i use esp lyrat V4.3 board and we have an ETH custom board with the same MCU,but some differences in GPIO assignment . which Audio_HAL type should i choose ( lyrat v4.3 or custom board?) , Is there anything else i need to fit in? thanks in advance.

HengYongChao commented 2 years ago

Hi @davidHuW

I am using the ESP32-Ethernet-Kit development board. Please refer to the schematic diagram as follows:https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-ethernet-kit.html