Hi Nordic Team,
Is there any way to input 3 audio streams (through I2S ) on nRF5340DK board are there any extra I2S Port available to input one more sinusoidal signal and what might be some hardware limitations for the same .
Regards
Sainath
Hi Nordic Team,
Is there any way to input 3 audio streams (through I2S ) on nRF5340DK board are there any extra I2S Port available to input one more sinusoidal signal and what might be some hardware limitations for the same .
Regards
Sainath
Hi Sainath,
The problem with the CPU processing time is not with fetching the data, but with encoding it. It doesn't matter if there is 2 streams from USB and 2 from I2S, it will still require about 120% CPU to encode them (~30% per channel). Also, the USB takes 20% + CPU as well. So I would say it is quite difficult.
-Priyanka