Did you find a good response to solve this issue? I'm stuck exactly in this point.
Regards,
Search found 3 matches
- Wed Apr 15, 2020 6:45 pm
- Forum: ESP-IDF
- Topic: A2DP Source using I2S input
- Replies: 1
- Views: 4351
- Tue Mar 31, 2020 12:52 am
- Forum: General Discussion
- Topic: Configure A2DP Soruce Profile: send data from ADC input
- Replies: 2
- Views: 3413
Re: Configure A2DP Soruce Profile: send data from ADC input
@ESP_Sprite
Thank you for your answer. I will be using I2S device in the near future but this is just to get me started on how to send audio via bluetooth.
Is there any general guide or manual of a2dp interaction with ADCs or I2S audio codec devices?
Regards,
Thank you for your answer. I will be using I2S device in the near future but this is just to get me started on how to send audio via bluetooth.
Is there any general guide or manual of a2dp interaction with ADCs or I2S audio codec devices?
Regards,
- Wed Mar 25, 2020 7:09 pm
- Forum: General Discussion
- Topic: Configure A2DP Soruce Profile: send data from ADC input
- Replies: 2
- Views: 3413
Configure A2DP Soruce Profile: send data from ADC input
Hello, I'm fairly new to the ESP32 environment and i would like to know if there is a way through menuconfig an option to enable A2DP to take data from ADC channel Right now what i'm doing is modifying the a2dp_source example. Especifically the data_cb function like so: static int32_t bt_app_a2d_dat...