Hello Team,
My end goal is to send 0 to 600hz signal over Ble using NRF52832[ as explained below image].

So, for this, I have used this GitHub code
https://github.com/NordicPlayground/nRF52-teensy-sgtl5000-audio
I successfully played hardcoded car sample audio.
I have already read several topics regarding live audio streaming but as per my application, the input MIC data is very low frequency.
So, I believe as per my application it is possible still, I want to know from your side I m thinking right or wrong?
My problems,
1) how to receive Live MIC data from SGTL5000
2) how to CONVERT I2S DATA into audio.
3)How to send live audio data over BLE?
Thanks for any help.