Help with development

Hi

I'm using two nRF5340 Audio DK's for my university project. I'm just trying to familiarise myself with the audio examples by sending audio from one kit to another but I can't figure out how it works.

I've connected both kits to my laptop, edited the json file to say which board gets programmed as what, run buildprog.py with the following command in the right directory: python buildprog.py -c app -b debug -d both -t unicast.

then it took a while and finished 

(for some reason the formatting gets messed up in vs code when you change the size of the terminal but the table looked better when it first loaded)

My issue is that the big RGB LED on the backs of the didn't change colour. Also how do I actually go about sending audio from one to another over BLE?

Related