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.

CC3220MODA: Question of device operation

Guru 16770 points
Part Number: CC3220MODA


Hi

We are considering an equipment for testing customer application like following figure.

4846.e2e.xlsx

At first, PC connects to the CC3220 system by wifi directly or through the router. (①)

Running a UI on the PC, and can control CC3220 system (Get MAC address, control peripheral, etc). (②)

We can see if the system can operate correctly. (③)

For such a test system, what example can we refer from TI solution?

(The UI on the PC (windows 10) would need to be made by ourselves..)

I think a sample code (or demo sample) to connect PC to CC3220MODA would be helpful for us.

Could you show us the name of software sample and where to refer if you have?

BestRegards

  • Hello,

    There is many ways your PC can establish a connection to CC3220 (i.e. HTTP, TCP, UDP, MQTT....). Whichever you use is a design choice. If you want to use HTTP to communicate you can start with our HTTP get example on CC3220 and check if the tool your using to build the PC application has HTTP support.

    Jesu

  • Hi Jesu

    Thank you for your reply.

    Do you mean following project for HTTP get example?

    And, is there a sample so that PC and CC 3220 communicate with 1:1 directly via wifi?

    BestRegards

  • Hello,

    Yes. You can modify http get to send whatever request you want to send to whatever server application you have running on your computer or you can run the device as http server and have you computer connect to it.

    If you want you can also just setup two socket applications (one on CC3220 and other on PC) to connect to each other communicate like that.

    EDIT: Our network_terminal example allows you to setup a socket easily via terminal.

    Jesu

  • HI Jesu

    Thank you for your advice.
    I continue to evaluate with CC3220MODA.

    BestRegards