Search found 11 matches

by hamzatamer76
Thu Jan 23, 2025 11:49 am
Forum: ESP-ADF
Topic: Music Data From SPI Instead of SD Card
Replies: 1
Views: 1271

Music Data From SPI Instead of SD Card

Hello, in ADF there is example for playing music from sd card. But I want to play music from spi peripheral. ESP32 will be slave microcontroller STM32 will be Master. STM32 will transmit mp3 data via SPI. So; This is for sd card example [sdcard]-->fatfs_stream-->mp3_decoder-->resample-->i2s_stream--...
by hamzatamer76
Wed Jan 22, 2025 11:47 am
Forum: ESP-ADF
Topic: esp32 adf hfp examples bug
Replies: 4
Views: 2643

Re: esp32 adf hfp examples bug

Thank you so much, It worked thanks to you.
by hamzatamer76
Mon Jan 13, 2025 12:06 pm
Forum: ESP-ADF
Topic: esp32 adf hfp examples bug
Replies: 4
Views: 2643

Re: esp32 adf hfp examples bug

No, it didn't work. I tried ENCODE, DECODE, BOTH and none of them worked. This card uses two codecs, one of them is adc codec es7243 and the other is dac codec es8311. So I think I should select BOTH options but it didn't work.
by hamzatamer76
Thu Jan 09, 2025 10:45 am
Forum: ESP-ADF
Topic: Confusion about the A2DP-HFP pipeline example
Replies: 2
Views: 3377

Re: Confusion about the A2DP-HFP pipeline example

Hi, did you solve the problem? I am also developing with Lyrat Mini, but in the example you gave, the A2DP part works without any problems, while the HFP part does not work. The microphone does not detect or transmit sounds during a call.
by hamzatamer76
Thu Jan 09, 2025 10:40 am
Forum: ESP-ADF
Topic: esp32 adf hfp examples bug
Replies: 4
Views: 2643

esp32 adf hfp examples bug

Hello, I am trying to make hands free with esp32 lyrat mini development board, but the pipelien_hfp and pipeline_a2dp_hfp examples in the sample codes do not work correctly. I selected lyrat mini via menuconfig. It connects to bluetooth, but its microphone does not work when making a phone call. The...
by hamzatamer76
Wed Jan 08, 2025 12:04 pm
Forum: General Discussion
Topic: ESP32 lyrat mini adf hpf example error
Replies: 1
Views: 1051

Re: ESP32 lyrat mini adf hpf example error

In esp32 pipeline hfp example, microphone and speaker are set in i2s settings with this line #define I2S_STREAM_CFG_DEFAULT() I2S_STREAM_CFG_DEFAULT_WITH_PARA(I2S_NUM_0, 44100, I2S_DATA_BIT_WIDTH_16BIT, AUDIO_STREAM_WRITER) so i2s set for microphone was not working correctly, that was why ringbuf se...
by hamzatamer76
Thu Dec 26, 2024 8:33 am
Forum: General Discussion
Topic: ESP32 lyrat mini adf hpf example error
Replies: 1
Views: 1051

ESP32 lyrat mini adf hpf example error

In the hfp example, I successfully connect to the phone via Bluetooth. Then, when I make a phone call to use the hands-free feature, I get an error as follows: ----------------------------------------------------------------------------------------------------------------------------------- I (3609)...
by hamzatamer76
Mon Dec 23, 2024 1:47 pm
Forum: General Discussion
Topic: ESP32 VROOM-E vs ESP32VROVER-E
Replies: 0
Views: 524

ESP32 VROOM-E vs ESP32VROVER-E

I am doing a multimedia project with esp32 vroom. I am currently doing my experiments on esp32 LyraT mini. There is a vrover-e processor on lyrat mini and I can play music via bluetooth and make phone calls via microphone in hfp format on this card. I did not see any difference between vrover and vr...
by hamzatamer76
Mon Dec 23, 2024 1:39 pm
Forum: General Discussion
Topic: esp32_hfp_ag cannot connect the device
Replies: 0
Views: 504

esp32_hfp_ag cannot connect the device

hello, I am developing a project with esp32 Lyrat mini v1.2. in the hfp example in the sample codes, my master device does not connect to esp and I get this error. after flashing the codes to my esp device, my screen is in the form of picture 1 and picture 2. When I try to connect to Bluetooth, the ...
by hamzatamer76
Mon Dec 23, 2024 1:33 pm
Forum: General Discussion
Topic: ESP32 LyraT mini v1.2 path and cmakelist error
Replies: 1
Views: 706

ESP32 LyraT mini v1.2 path and cmakelist error

Hello, I am using esp32 LyraT mini v1.2. I want to play music via Bluetooth and talk on the phone with hfp. But when I try to run the sample codes, I get a cmake list error and I cannot select a board because I cannot see the AUDIO HAL option on the menuconfig screen. Therefore, I could not assign t...