Hi,
I am having issues testing the nRF5340 Audio DK, I have two dev kits and I am trying to program one with the Unicast Server and one with the Unicast Client hex files that I built, but based on the description of what is supposed to happen in the documentation describing the configuration found here and use of the device it doesn't seem like it is behaving correctly. I have tried with just the default configuration, with I2S as the audio source, and with the Walkie Talkie Demo but the LEDs behavior are always the same. On reset on the client the RGB LEDs turn solid green for about 2 seconds and then they turn red. LED 2 starts by flashing while the RGB LEDs are green and then LED 3 lights up when they go red. On the Server the LED behavior is the same except it is blue, not green.
I am using the NCS version 3.1.0 and the example code with no changes. I can't get the buildprog.py script to work, so I am building the project from the command line. The commands I am using to build them are:
west build --build-dir /opt/nordic/ncs/v3.1.0/nrf/applications/nrf5340_audio/build_server /opt/nordic/ncs/v3.1.0/nrf/applications/nrf5340_audio --pristine --board nrf5340_audio_dk/nrf5340/cpuapp --no-sysbuild -- -DEXTRA_CONF_FILE="./unicast_server/overlay-unicast_server.conf" -DZEPHYR_SDK_INSTALL_DIR="/opt/nordic/ncs/toolchains/5c0d382932/opt/zephyr-sdk" -DCMAKE_PREFIX_PATH="/opt/nordic/ncs/toolchains/5c0d382932/opt/zephyr-sdk/cmake"
west build --build-dir /opt/nordic/ncs/v3.1.0/nrf/applications/nrf5340_audio/build_client /opt/nordic/ncs/v3.1.0/nrf/applications/nrf5340_audio --pristine --board nrf5340_audio_dk/nrf5340/cpuapp --no-sysbuild -- -DEXTRA_CONF_FILE="./unicast_client/overlay-unicast_client.conf" -DZEPHYR_SDK_INSTALL_DIR="/opt/nordic/ncs/toolchains/5c0d382932/opt/zephyr-sdk" -DCMAKE_PREFIX_PATH="/opt/nordic/ncs/toolchains/5c0d382932/opt/zephyr-sdk/cmake"
Thanks for your help,
