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.

CC3200 + Database

Other Parts Discussed in Thread: CC3200

I have ordered CC3200 launchpad (super excited to begin with). I have installed CC3200 SDK and gone through provided example. One question arise to me while doing the same. Is it possible to connect CC3200 to any database like mysql??

  • It depends what you mean by connect?

    You could connect to a cloud or network based database using an api (rest, soap, etc). I am sure this is how the exosite site works and plenty of other cloud based IOT products.

    If you are talking about having an sqlite database on the actual device, which you can then code against. I am not aware of any supported c libraries which provide this feature. And since you are dealing with a pretty small data storage size, I'd recommend you use a text or xml based solution for storing and manipulating data. The CC3200 File Operations Example in the CC3200 SDK would be a good place to start.

    May be someone else could offer another opinion.

    Glenn.

  • I am closing the thread, if issue still exist please open a new thread and add a link to this one for reference