Search found 14 matches

by Marc-Aurele
Tue Jan 22, 2019 7:32 pm
Forum: ESP-IDF
Topic: AVRCP without A2DP ?
Replies: 2
Views: 3601

AVRCP without A2DP ?

I'm currently trying to build myself some kind of basic Bluetooth Classic remote control. The most straightforward way at this point for me seemed to use the a2dp_sink-example and leverage the AVRCP-CT-APIs (using esp_avrc_ct_send_passthrough_cmd()). Let's have a look at the info-output of bluetooth...
by Marc-Aurele
Tue Jan 22, 2019 5:41 pm
Forum: ESP-IDF
Topic: Battery level icon
Replies: 0
Views: 2014

Battery level icon

Hello, I'm currently working with ESP32 and i have started to work with the gatt_server in the example folder. It is working fine but now i would like to have the battery service in order to display automatically the battery icon on my phone status bar when my device is connected (if it is possible...
by Marc-Aurele
Wed Jan 16, 2019 4:56 pm
Forum: ESP-IDF
Topic: GATT Server and autoconnect
Replies: 3
Views: 4078

Re: GATT Server and autoconnect

Hi,

Thank you very much for your reply ;) I mainly wanted to know if it was possible. I will search for a solution on my own.

Thank you again,

Best regards,

Aurélien
by Marc-Aurele
Mon Jan 07, 2019 3:54 pm
Forum: ESP-IDF
Topic: GATT Server and autoconnect
Replies: 3
Views: 4078

GATT Server and autoconnect

Hello and happy new year, I'm very new with ESP32 and espressif products. I'm starting an industrial product development and i started to test the GATT Server example. All is working fine, but i would like to know if it is possible to make an autoconnect device (in the same way as my bluetooth earph...