Pipeline_hfp_streaming
Posted: Mon Aug 02, 2021 4:34 am
Hi,
I want to build a Bluetooth microphone module, I am using the ESP32-DevKitC to test first, without any codec.
I connect a INMP441 I2S microphone to the kit, and setup the ESP-ADF framework and using the pipeline_hfp_streaming example as a starting point.
I changed the code such that not using any board, and write necessary code on i2S control to the microphone, I checked with i2S_read and seems to be able to get data from microphone.
But the results is when I start the module, it can be seen as a headset and able to pair-up, but there is no voice coming to the PC.
Do you know why? It seems the pipeline is not operating, what things should I check?
Danny
I want to build a Bluetooth microphone module, I am using the ESP32-DevKitC to test first, without any codec.
I connect a INMP441 I2S microphone to the kit, and setup the ESP-ADF framework and using the pipeline_hfp_streaming example as a starting point.
I changed the code such that not using any board, and write necessary code on i2S control to the microphone, I checked with i2S_read and seems to be able to get data from microphone.
But the results is when I start the module, it can be seen as a headset and able to pair-up, but there is no voice coming to the PC.
Do you know why? It seems the pipeline is not operating, what things should I check?
Danny