Hi
I have been succeed test SDK15.0.0 i2s example and got UART data.
UART started.<CR><LF>
NRF_LOG_DEFAULT_BACKENDS_INIT started.<CR><LF>
NRF_LOG_DEFAULT_BACKENDS_INIT end.<CR><LF>
DEBUG: 1: OK<CR><LF>
DEBUG: 2: OK<CR><LF>
DEBUG: 3: OK<CR><LF>
DEBUG: 4: OK<CR><LF>
DEBUG: 5: OK<CR><LF>
DEBUG: 6: OK<CR><LF>
DEBUG: 7: OK<CR><LF>
DEBUG: 8: OK<CR><LF>
DEBUG: 9: OK<CR><LF>
DEBUG: 10: OK<CR><LF>
DEBUG: 11: OK<CR><LF>
DEBUG: 12: OK<CR><LF>
DEBUG: 13: OK<CR><LF>
DEBUG: 14: OK<CR><LF>
DEBUG: 15: OK<CR><LF>
DEBUG: 16: OK<CR><LF>
DEBUG: 17: OK<CR><LF>
DEBUG: 18: OK<CR><LF>
DEBUG: 19: OK<CR><LF>
DEBUG: 20: OK<CR><LF>
But now, I need to know how to get i2s rx raw data...
I want to transfer it via ble_uart.
I want to save i2s raw data into RAM, and sent by ble_uart, again and again.
ps. ble_uart is ok for me.
Thanks