Hi TI,
We are currently using CC3220MODASF and need to configure additional parameters (cloud device name and secret key) in addition to WiFi SSID and password. Can you recommend a method for this setup?
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.
Hi TI,
We are currently using CC3220MODASF and need to configure additional parameters (cloud device name and secret key) in addition to WiFi SSID and password. Can you recommend a method for this setup?
Hi,
You can use the filesystem on the CC3220 to store any extra data. See section 8 of the Network Processor Guide: https://www.ti.com/lit/ug/swru455m/swru455m.pdf
HI,
You mentioned the filesystem on the CC3220, which is used to create and save necessary files. My actual question is, can we configure additional parameters (like cloud parameters) using WiFi provisioning or another method, along with WiFi parameters like SSID and password through an Android application like SimpleLink Starter Pro?
Hi Noushadali,
I think what you're asking is to extend the functionality of the Wi-Fi profiles, and we don't. The profiles get saved in flash so writing a file would mimic the same behavior. I am not aware of another option.
Hi,
Can I configure my cloud parameters and wifi settings using another Android app to simulate traditional wifi provisioning like the Simplelink Starter Pro app while in wifi AP mode?
Hi Noushadali,
Yes you can use an Android app and then establish a TCP connection between the two devices and send whatever kind of data you would like. Before doing so, the two devices must already be connected on the same network. Either the CC32XX can be used in AP mode or communicate through the cloud.