This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Is Wifi Audio App demo example based on full duplex communication ?

Other Parts Discussed in Thread: CC3200

I have a CC3200 EVK and I am testing the Wifi Audio demo app which was provided by TI in SDK example.

Is this application work for Full duplex communication by turning on both the Mic and Speaker on both the Modules ? 

  • Hi Nachiket,

    The demo in the SDK does support simultaneous bi-directional (full duplex) audio. This is achieved by exercising the two parallel paths (as described below) for the audio-in and audio-out paths.

     Audio-in jack -> 3200 McASP Data pin 1 -> I2S serializer 1 -> Audio Tx Task -> Audio transmit socket   --- Over the air

    Audio-out jack <- 3200 McASP Data pin 0 <- I2S serializer 0 <- Audio Rx Task <- Audio receive socket  --- Over the air

     

    Each of the paths are simplex individually but together it achieves the full duplex audio transfer.

    Best regards,

    Naveen

     

  • Thanks Naveen.

    And, Which path is set in the current demo for audio Tx/Rx ?