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.

CC3200SDK: CC3200SDK

Part Number: CC3200SDK
Other Parts Discussed in Thread: CC3200

Hi all

I have CC3200MODLAUNCHXL board. I want try using P2P example from CC3200SDK_1.3.0 SDK. Example is called simply "p2p".

When I try to connect to cc3200 with p2p example from my Android phone via wifi Direct, creating connection working perfect.

I don't know, how I can create equal connection in Windows 7 for testing data transfer via Iperf.exe -c <DEST_IP_ADDR> -p <PORT_NUM> -i 1, described in \TI\CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC32xx P2P Application.pdf.

Testing with Iperf.exe is available only on windows or linux PC.

Thank you for your help

Milos

  • Hi Milos,

    Welcome at forum.

    Unfortunately WiFi Direct (p2p) is not supported by Windows 7. WiFi direct was introduced in version Windows 8 and properly works from version Windows 10. I think there are 3rd party software which allows to use WiFi direct at Windows 7. But I have not experiences with this software.

    Jan
  • Hi Jan,

    thank you for your response. Finaly, I tried p2p transfer via Magic Iperf instaled on Android. I gave parametres to iperf -c <DEST_IP_ADDR> -p 5001 -i 1. All working OK :)

    I want creating android application, which will communicate via Wifi direct. For testing purposes I would like find way for connect to p2p from win7.

    Did you listen about some solution for win7?

    P2P can working in ad-hoc mode. p2p ad-hoc is supported by win7. Is possible connection by this way with keeping p2p working mode on cc3200?

    Thank you

    Milos

  • Hi Milos,

    Unfortunately I don't know how ad-hoc mode in Windows 7 works. From this reason I am not able answer your question.

    Please wait for answer from TI. Maybe they will know...

    Jan
  • Milo,

    This should be possible, but we do not have an example on how to implement.

    Regards,
    VR