Search found 6 matches

by Sinisa_PUF
Tue Oct 03, 2017 3:16 am
Forum: ESP-IDF
Topic: Getting song metadata with AVRCP commands (classic bluetooth)
Replies: 7
Views: 17743

Re: Getting song metadata with AVRCP commands (classic bluetooth)

I've got it.
Thanks again WiFive.

Here's my commit.
There is still a few things I need to touch up but when i'm done I'll make a pull request.
by Sinisa_PUF
Sat Sep 30, 2017 10:48 pm
Forum: ESP-IDF
Topic: Getting song metadata with AVRCP commands (classic bluetooth)
Replies: 7
Views: 17743

Re: Getting song metadata with AVRCP commands (classic bluetooth)

Thank you :D
That's exactly what it was.

Just need to port/implement response handler and I'm set.
by Sinisa_PUF
Sat Sep 30, 2017 2:25 pm
Forum: ESP-IDF
Topic: Getting song metadata with AVRCP commands (classic bluetooth)
Replies: 7
Views: 17743

Re: Getting song metadata with AVRCP commands (classic bluetooth)

Some progress, finally. But still no cigar. In this issue on github Karl Wang said: I think the issue that you cannot get it working is that the feature bit "BTA_AV_FEAT_METADATA" is not set in the argument of function BTA_AvEnable, called in btc_avk.c. which is correct. After uncommenting a line of...
by Sinisa_PUF
Sun Sep 17, 2017 8:03 pm
Forum: ESP-IDF
Topic: Getting song metadata with AVRCP commands (classic bluetooth)
Replies: 7
Views: 17743

Re: Getting song metadata with AVRCP commands (classic bluetooth)

Further investigation into this yielded no results unfortunately.
I'd certainly appreciate a nudge in the right direction.
by Sinisa_PUF
Wed Aug 09, 2017 2:01 pm
Forum: ESP-IDF
Topic: UART1 writes only "A"
Replies: 2
Views: 4898

Re: UART1 writes only "A"

Hi. Try using UART_NUM_2. I could't get UART1 working in esp-idf nor Arduino but UART2 worked as expected.
by Sinisa_PUF
Fri Jul 28, 2017 5:42 pm
Forum: ESP-IDF
Topic: Getting song metadata with AVRCP commands (classic bluetooth)
Replies: 7
Views: 17743

Getting song metadata with AVRCP commands (classic bluetooth)

Hi. I'm trying to get song metadata (title, album, artist, etc..) from the android phone connected to ESP32 via bluetooth. Phone supports this feature, I tested it on raspberry pi. I've compiled a2dp example code and got the phone to connect and stream music. Then I used provided esp_avrc_ct_send_pa...