Search found 7 matches

by esprima
Fri Jun 25, 2021 10:42 am
Forum: ESP IoT Solution
Topic: How can I read aws device shadow attributes?
Replies: 0
Views: 4541

How can I read aws device shadow attributes?

Hi. I want to read aws shadow attributes and get desired states. { "desired": { "A": "TEST1", "B": "TEST2", "C": 1234, "D": 5678 }, "reported": { . . . } I want to read value of A , B, C and D. How can I read these? #define AWS_SHADOW_GET "$aws/things/thingname/shadow/get" aws_iot_mqtt_publish(&clie...
by esprima
Thu Mar 25, 2021 5:08 am
Forum: ESP-IDF
Topic: ESP A2DP Sink mode , Scan around for devices
Replies: 0
Views: 1545

ESP A2DP Sink mode , Scan around for devices

Hi to all. I'm using ESP32-WROOM , Bluetooth a2dp in sink mode for Bluetooth speaker. Is it possible to search any devices around it and list theme? I want to reconnect to paired devices. If I use esp_err_t esp_a2d_sink_connect(esp_bd_addr_t remote_bda) this function and have an address of paired de...
by esprima
Fri Mar 19, 2021 8:02 pm
Forum: ESP-IDF
Topic: ESP32 A2DP Sink auto connect to smartphone , not work
Replies: 3
Views: 3896

Re: ESP32 A2DP Sink auto connect to smartphone , not work

Auto connect is problem in ESP32 side or smartphone side?
by esprima
Sat Mar 13, 2021 8:51 am
Forum: ESP-IDF
Topic: ESP32 A2DP Sink auto connect to smartphone , not work
Replies: 3
Views: 3896

Re: ESP32 A2DP Sink auto connect to smartphone , not work

I want to know , that this issue is limitation of hardware or bug of firmware and libraries.
Is that for Bluetooth 4.2 device?

Thanks.
by esprima
Thu Mar 11, 2021 8:50 am
Forum: ESP-IDF
Topic: ESP32 A2DP Sink auto connect to smartphone , not work
Replies: 3
Views: 3896

Re: ESP32 A2DP Sink auto connect to smartphone , not work

Is there another way to send music from smartphone to esp Bluetooth speaker , like hands-free profile or ... ?

I am useing I2S module (PCM5102) .
by esprima
Tue Mar 09, 2021 5:16 pm
Forum: ESP-IDF
Topic: ESP32 A2DP Sink auto connect to smartphone , not work
Replies: 3
Views: 3896

ESP32 A2DP Sink auto connect to smartphone , not work

I have a problem with the esp32 a2dp sink mode connected to a smartphone. If the smartphone's Bluetooth version is 4.2, connected OK and volume up and down is worked OK. But if the smartphone's Bluetooth version is 5.0, connected OK but volume up and down is not worked. There is another problem, tha...
by esprima
Tue Mar 09, 2021 12:37 pm
Forum: General Discussion
Topic: How to disable bluetooth A2DP sink's auto reconnect?
Replies: 1
Views: 4429

Re: How to disable bluetooth A2DP sink's auto reconnect?

Hi. I have problem with sink side (ESP32 in sink side). I want to auto connect with smartphone. but esp is not auto connect with paired device.

can anyone help me?