Search found 7 matches
- Fri Sep 23, 2022 8:56 pm
- Forum: ESP-IDF
- Topic: BT Classic Stack - Is there support for 2 Audio Sources with 1 Sink?
- Replies: 0
- Views: 1337
BT Classic Stack - Is there support for 2 Audio Sources with 1 Sink?
Our project is to build a sink device that is required to connect to multiple sources (e.g, phone and GPS device) via BT Classic. We should be able to receive audio data from both sources and the sink will then decide which audio has priority and play it. Can this use case be implemented via the ESP...
- Wed Sep 14, 2022 2:33 am
- Forum: ESP-IDF
- Topic: ESP32-LyraT v4.3 and ESP-PROG - can't start debug session in VSCode
- Replies: 1
- Views: 1747
Re: ESP32-LyraT v4.3 and ESP-PROG - can't start debug session in VSCode
The JTAG debugging issues I was having when using VSCode, ESP-IDF Extension, and ESP-PROG *may* have been caused by the ESP-OpenOCD v0.11.0-esp32-20220411. When I replaced it with ESP-OpenOCD v0.11.0-esp32-20220706, I was able to flash via JTAG and Start/Stop debug session without seeing any errors.
- Wed Sep 14, 2022 2:31 am
- Forum: ESP-ADF
- Topic: Lyra-T and JTAG debugging
- Replies: 2
- Views: 4773
Re: Lyra-T and JTAG debugging
The JTAG debugging issues I was having when using VSCode, ESP-IDF Extension, and ESP-PROG *may* have been caused by the ESP-OpenOCD v0.11.0-esp32-20220411. When I replaced it with ESP-OpenOCD v0.11.0-esp32-20220706, I was able to flash via JTAG and Start/Stop debug session without seeing any errors.
- Thu Aug 25, 2022 3:05 pm
- Forum: ESP-ADF
- Topic: ESP's HFP - does it support Enhanced Voice Recognition Activation?
- Replies: 0
- Views: 2599
ESP's HFP - does it support Enhanced Voice Recognition Activation?
Hello, I'm new to Espressif and would like to get more detail on their BT Stack features. My project requires our device to support the use of the phone's Voice Assistant. I looked at the latest BT HFP Spec (v1.8 dated 2020-04-14) and saw that the AT BVRA command supports Enhanced Voice Recognition ...
- Tue Aug 23, 2022 3:40 am
- Forum: ESP-ADF
- Topic: Lyra-T and JTAG debugging
- Replies: 2
- Views: 4773
Re: Lyra-T and JTAG debugging
Hello - did you ever figure out the Lyra-T and JTAG debugging setup? I'm experiencing problems with my LyraT v4.3 board when using the ESP-PROG debugger. Basically, whether I start debug or run without debug, I get an exception. What IDE / debug tool worked for you?
- Mon Aug 22, 2022 4:54 pm
- Forum: ESP-IDF
- Topic: ESP32-LyraT v4.3 and ESP-PROG - can't start debug session in VSCode
- Replies: 1
- Views: 1747
ESP32-LyraT v4.3 and ESP-PROG - can't start debug session in VSCode
Hello, I have an ESP32-LyraT v4.3 dev board and I've attached an ESP-PROG to it for JTAG debugging on VSCode using ESP-IDF extension (v1.5.0) and installed ESP-ADF. I have enabled the JTAG on the LyraT board via the dip switches (1-2 off, 3-7 on, 8 n/a). I am currently trying to set up the debugger ...
- Thu Aug 18, 2022 3:25 pm
- Forum: ESP-ADF
- Topic: Pipeline A2DP Sink Stream example - can it be run on ESP32-PICO-KIT board?
- Replies: 0
- Views: 2204
Pipeline A2DP Sink Stream example - can it be run on ESP32-PICO-KIT board?
I'm brand new to Espressif and currently trying to run ESP-IDF example apps to get familiar with the Bluetooth stack. I have an ESP32-PICO-KIT. My project requires us to support BT Classic use cases like streaming music and making/receiving phone calls. I recently found the Audio Development Framewo...