Search found 2 matches

by Ikkibarzal
Wed Aug 07, 2024 2:22 pm
Forum: ESP-IDF
Topic: Bluetooth AVRCP receive play state change from target
Replies: 0
Views: 510

Bluetooth AVRCP receive play state change from target

I'm trying to create a bluetooth audio source device, my code is based on the A2DP_source example from the IDF. I can receive volume changes set by the user on the target device (speaker or headset), but not play/pause commands. I am checking for these commands in the bt_av_notify_evt_handler functi...
by Ikkibarzal
Thu Jun 06, 2024 9:06 pm
Forum: ESP-IDF
Topic: IDF monitor only sends one character at a time
Replies: 1
Views: 266

IDF monitor only sends one character at a time

I'm trying to establish communication between my esp32-s3 and the esp idf monitor I use inside VS code. I have used the example code from the IDF, usb_serial_jtag_echo. The code seems to work fine, but I have an issue with the idf monitor in vscode. I can't find out how to send more than one charact...