Search found 3 matches
- Mon Oct 12, 2020 12:30 pm
- Forum: ESP-IDF
- Topic: esp-idf monitor not responding [in Eclipse]
- Replies: 0
- Views: 1551
esp-idf monitor not responding [in Eclipse]
I installed 4.1 through the install new software feature in eclipse and everything worked like charm. I got no errors , I can build and run examples and indexing works fine. However the terminal button does not response in any way, it does not open anything. This was working before I updated to 4.1....
- Sat Jul 27, 2019 2:36 pm
- Forum: ESP-IDF
- Topic: a2dp source with internal i2s adc
- Replies: 0
- Views: 2759
a2dp source with internal i2s adc
Dear all, I am trying to change the a2dp source example to send measured i2s analog signal (e.g. from mic) to the sink device via bluetooth instead of the default noise. Currently I am trying to change the bt_app_a2d_data_cb() function. Is there some more meaningful way to do this? My i2s code: i2s_...
- Sat Jul 13, 2019 8:22 am
- Forum: ESP-ADF
- Topic: a2dp sink low volume
- Replies: 0
- Views: 3205
a2dp sink low volume
Greetings! I am using wroom-32D and eclipse for flashing. I managed to get the a2dp sink example working with I2S_MODE_DAC_BUILT_IN. I changed only the bt_app_a2d_data_cb function in bt_app_av.c as suggested in this forum: uint16_t buffer[2048]; void bt_app_a2d_data_cb(const uint8_t *data, uint32_t ...