Search found 2 matches

by ewerton
Wed Jul 17, 2024 9:26 pm
Forum: ESP-ADF
Topic: pipeline_play_sdcard_music not working with custom board (ESP32-S3, MAX98357A, SDMMC)
Replies: 0
Views: 5990

pipeline_play_sdcard_music not working with custom board (ESP32-S3, MAX98357A, SDMMC)

Summary:
I need help debugging this issue and perhaps figuring out what pins should be used for the audio and SD reader components.
The example used is the pipeline_play_sdcard_music, which produces the error listed below.
I am using a custom board definition, which is attached here.
Importantly ...
by ewerton
Wed Jul 17, 2024 9:05 pm
Forum: ESP-ADF
Topic: Changing SD Card GPIO
Replies: 1
Views: 7948

Re: Changing SD Card GPIO

In my experience, you have to modify get_i2s_pins in board_pins_config.c
I have explored why, but the ESP_SD_PIN* macros in board_def.h don't seem to be used.

Go to advanced search