Need Help on transmitting audio over BLE - STM32WB5MM.
Hi,
I'm Using stm32wb5mm-dk with I2S mic to capture audio and using TAS2563 I'm playing the captured audio. The data from the mic is transmitted and played using DMA. Now I want to transmit the I2S mic data using BLE. I used notification method using sequencer. On the other side using python i receive the data and convert it to wav. I found that in my audio signal I'm getting noise. Can anyone help me with this or suggest a good way to do this(transmitting the mic data over BLE).
Thanks in advance.