Part Number: SIMPLELINK-WIFI-CC3120-SDK-PLUGIN Other Parts Discussed in Thread: CC3120 - We are using SimpleLink CC3120 module for WiFi communication in our product, and for intial development we used nonos drivers.
But as the product matured we added…
Hello,
After isolating portions of the code used for transceiver mode, I have found the source of the issue.
There were a couple lines inside my transceiver functions that allowed a successful connection to occur after exiting. They are attached below…
Part Number: SIMPLELINK-WIFI-CC3120-SDK-PLUGIN Other Parts Discussed in Thread: UNIFLASH , CC3120 , CC31XXEMUBOOST , CC3120MOD Hi,
I am getting below error when trying to do service pack programming CC3120 through UART interface using CCS uniflash tool. …
Part Number: CC3120 Hello All,
We are using TI chip CC3120 for our product development.
We are supporting http protocol over the wifi, now we want to migrate from http to https.
To support https we need to support the ssl certificate.
How can we use…
Hey Greg,
Yes, please give CCS 10.1.0 a try. I'm thinking that there may be some limitations running the SIMPLELINK-SDK-WIFI-PLUGIN on MacOS.
Thanks, Jacob
Part Number: SIMPLELINK-SDK-WIFI-PLUGIN Other Parts Discussed in Thread: CC3120MOD , MSP432P401R Hello,
I am currently assisting a team in starting a new project where we intend to use the WiFi plugin along with the CC3120MOD boosterpack for the MSP432P401R…
Part Number: SIMPLELINK-SDK-WIFI-PLUGIN Other Parts Discussed in Thread: CC3120MOD , CC3120 , UNIFLASH , TEST Hello,
I am working on a project using an MSP432 and CC3120MOD.
I was looking at using the nonvolatile memory on the CC3120 to create a testing program…
Part Number: SIMPLELINK-SDK-WIFI-PLUGIN Hello,
I'm trying to import the network terminal project from the simplelink wifi plugin v 4.20 and just wanted to mention that the .projectspec calls out an incorrect path for the TI-RTOS build:
It looks like…
Part Number: SIMPLELINK-SDK-WIFI-PLUGIN Other Parts Discussed in Thread: MSP432P401R , CC3120MOD , UNIFLASH Hello,
I am currently working on getting the cloud_OTA example running with a MSP432P401R and a CC3120MOD.
I have been following the step-by step…
Hello,
I just solved the issue this morning. Turns out neither the malloc() fails or the -2005 error were related to the driver abort messages seen earlier.
I had originally modeled my send and receive functions after how the Network Terminal example handles…