Search found 3 matches

by mike.tolkachev
Wed Sep 06, 2023 5:19 pm
Forum: ESP-ADF
Topic: LyraTD-MSC very low volume on headphone 3.5 mm stereo jack
Replies: 4
Views: 46056

Re: LyraTD-MSC very low volume on headphone 3.5 mm stereo jack

I found a solution. It's a hack but it works. // play_mp3_control_example.c ... ESP_LOGI(TAG, "[ 5.1 ] Start audio_pipeline"); set_next_file_marker(); audio_pipeline_run(pipeline); /* START SOLUTION */ gpio_set_level(21, 1); gpio_set_level(22, 0); gpio_set_level(21, 0); gpio_set_level(22, 1); /* STO...
by mike.tolkachev
Mon Sep 04, 2023 4:46 pm
Forum: ESP-ADF
Topic: LyraTD-MSC very low volume on headphone 3.5 mm stereo jack
Replies: 4
Views: 46056

Re: LyraTD-MSC very low volume on headphone 3.5 mm stereo jack

I found strange behaviour. If you run the example mp3 player and then disconnect and reconnect one connector between boards A and B, then the sound volume will be high. After pressing the reset button, the sound will become quiet again.
https://ibb.co/0DDnBHT
by mike.tolkachev
Mon Sep 04, 2023 11:48 am
Forum: ESP-ADF
Topic: LyraTD-MSC very low volume on headphone 3.5 mm stereo jack
Replies: 4
Views: 46056

Re: LyraTD-MSC very low volume on headphone 3.5 mm stereo jack

Hi! I have the same problem. My device consists of two boards. https://espressif-docs.readthedocs-hosted.com/projects/esp-adf/en/latest/_images/esp32-lyratd-msc-v2.2-side.png I ran the mp3 playback example and then removed and put back the top board. After that, the sound is heard loudly. After pres...