Hi
I am also facing the same issue , did you solve this issue?
Search found 6 matches
- Mon Dec 11, 2023 2:06 pm
- Forum: ESP-ADF
- Topic: Input_key_listener and audio_event_iface_listener don't work simultaneously?!
- Replies: 3
- Views: 23714
- Wed Nov 15, 2023 1:35 pm
- Forum: General Discussion
- Topic: example code "pipeline_a2dp_source_stream" is not working.
- Replies: 0
- Views: 713
example code "pipeline_a2dp_source_stream" is not working.
Hi All, I am trying to run the example code from esp-ADF v5.1 pipeline_a2dp_source_stream on my esp32-Lyrat 4.3 board but it is not working as expected. Instead it is printing this "W (1580) spi_flash: Detected size(8192k) larger than the size in the binary image header(4096k). Using the size in the...
- Tue Jun 20, 2023 7:49 am
- Forum: ESP-ADF
- Topic: Play multiple audio in a row
- Replies: 2
- Views: 33294
Play multiple audio in a row
Hi All, I am trying to modify the pipeline_a2dp_source_stream example code on my ESP32 LyraT board to play multiple audio files in a row. Currently the code is able to play one audio file and then it sends a PERIPH_BLUETOOTH_AUDIO_SUSPENDED event from bt_periphal and stops playing. Once i receive th...
- Fri Jun 16, 2023 1:54 pm
- Forum: ESP-ADF
- Topic: generates random interrupt on Rec and Mode keys
- Replies: 1
- Views: 28730
generates random interrupt on Rec and Mode keys
Hi All, I am trying to modify pipeline_a2dp_source_stream example code on my esp32 LyraT for my requirement. I want to start Bluetooth inquiry on button Rec press and disconnect Bluetooth on Mode button press and I have configured Rec and Mode button as interrupt on falling edge. when I run the code...
- Thu Jun 08, 2023 10:03 am
- Forum: ESP-IDF
- Topic: Failed to init Debug adapter
- Replies: 1
- Views: 1311
Failed to init Debug adapter
Hi All, I have esp32-LyraT development kit and I have installed VS code for developing application and I have installed IDF and ADF in that. I followed this "https://github.com/espressif/vscode-esp-idf-extension/blob/HEAD/docs/tutorial/debugging.md" tutorial for debugging purpose but I received an e...
- Mon Jun 05, 2023 10:28 am
- Forum: General Discussion
- Topic: Debugging esp32 LyraT in vs code with USB
- Replies: 0
- Views: 894
Debugging esp32 LyraT in vs code with USB
Hi All, I am new to esp32 and currently I am trying to run some of the examples from ESP-ADF and I want know how to debug the code in VS code with the help of usb and I am not connecting external debugger or JTAG. If it is possible to do it then please suggest me how to do it. thanks and regards. Aj...