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?

Parents
  • Hi,

    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)

    The first screenshot seems to be correct showing headset to be configured as FRONT_LEFT. However, this headset is not visible in your second screenshot. You could try to disconnect your FRONT_RIGHT headset completely and reconnect your FRONT_LEFT headset. In addition, you could try to specify core (-c) as "both" instead of "app". There is information in documentation on how to run the script.

    Best regards,
    Dejan

Reply
  • Hi,

    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)

    The first screenshot seems to be correct showing headset to be configured as FRONT_LEFT. However, this headset is not visible in your second screenshot. You could try to disconnect your FRONT_RIGHT headset completely and reconnect your FRONT_LEFT headset. In addition, you could try to specify core (-c) as "both" instead of "app". There is information in documentation on how to run the script.

    Best regards,
    Dejan

Children
Related