Hi. I am trying to transmit a microphone signal to the nrf52832 DK board.
Before development, i checked it by connecting a microphone(ADC) and a speaker(PWM) to one board.
This worked relatively well.
So i developed using two boards. One board(peripheral) is connected to a Mic and one board(central) is connected to a speaker.
After pairing, mic board transmit microphone signal to speaker board(128Byte). But the transmission speed is slow.
I refer to thingy F/W. Thingy Board's transmission speed is 6ms or 24ms. and my mic board's transmission speed is 30ms.
I tried to send it faster. but error has occured. err code is 'NRF_ERROR_RESOURCES'
Please help me solve this problem.
Thank you.