Hi, I'm here again with few questions, and it will be great if anyone can answer. Firstly, in my job, we are going to improve some product with BLE audio, so we buy a Nrf5340 audio DK (only 1 because we have an earphone with BLE audio and LC3 codec) to start this development.
I have been testing with some samples present's in the NRF SDK and zephyr samples to understand how it works. We that information several questions have come to my mind, here they are:
1. First I want to use the input present in the board to input audio, but I can't see any sample about it, if I'm not wrong it's using with the I2S drivers, no?
2. The earphones (for the time being it is not contemplated to use and stereo audio) they haven't and interface with the smartphone. So I tested to connect to the board with the level of RSSI, and it's work, but I think it's not paired so how I can do that?
3. With the above question, my requirements require me to be CIS I think, because I need to connect the headphones and avoid connecting other devices. It's that correct?
3. It is clear to me that need to create a new program with my requirements, how I should start or is it better to use the audio application and change It as I need?