I have three 5340 Audio DKs (PCA10121) and I am trying to demonstrate one as the broadcaster and the other two as headsets with audio transferred between them but NRFconnect within VScode fails to build any of these with the latest tool V3.0.2.
I have followed the instructions here nRF5340 Audio: Broadcast source but the VScode build fails, the preferred python script fails as does building from the command line suggesting something a wrong at a deeper level.
It seems I have to ensure CONFIG_TRANSPORT_BIS=y in "prj.conf" as this missing, but even when added the error is still the same.
VScode/NrfConnect failure:
Python Script failure:
I also noticed this script is going to try to call "nrfjprog" which is depreciated and not easily downloadable anyway, so always going to fail.
Command line failure:
Incidentally, I have successfully built, flashed and tried out other BLE example code for the larger nRF5340 dev kit so this problem is audio example specific.
Any ideas how to get this example to build? Thanks :-)