You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I get "pipeline_a2dp_sink_and_hfp" working, as it seems to give a lot of errors, I was following the get-started guide
Even the building had a lot of warnings
// Detailed problem description goes here.
I had speaker connected to aux port, But I wasn't able to hear anything.
Expected Behavior
Able ot communicate with with my phone and have 0 errors during runtime
Actual Behavior
unable to hear anything through aux port and had a lot of errors related to I2C during run time
Steps to Reproduce
Followed ADF getting-started guide
in the "pipeline_a2dp_sink_and_hfp" folder, selected board ESP32-LyraT-Mini from menuconfig
used idf.py build -p /dev/tty.usb21222 flash monitor
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
unable to get sample "pipeline_a2dp_sink_and_hfp" to work on ESP32-LyraT-Mini
unable to get sample "pipeline_a2dp_sink_and_hfp" to work on ESP32-LyraT-Mini (AUD-5723)
Sep 20, 2024
Environment
git describe --tags
in $IDF_PATH folder to find it):// v5.3
git describe --tags
in $ADF_PATH folder to find it):// v2.7-4-g1bc914b7
xtensa-esp32-elf-gcc --version
in your project folder to find it):// 13.2.0_20240530
Problem Description
How do I get "pipeline_a2dp_sink_and_hfp" working, as it seems to give a lot of errors, I was following the get-started guide
Even the building had a lot of warnings
// Detailed problem description goes here.
I had speaker connected to aux port, But I wasn't able to hear anything.
Expected Behavior
Able ot communicate with with my phone and have 0 errors during runtime
Actual Behavior
unable to hear anything through aux port and had a lot of errors related to I2C during run time
Steps to Reproduce
The text was updated successfully, but these errors were encountered: