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.

CC3100方案入门(请教)

Other Parts Discussed in Thread: CC3100SDK

现在已经有一个基于STM32的8位单片机应用系统,要增加wifi功能,需要的功能如下:

1)将应用系统像wifi插座那样(通过手机app输入SSID和KEY)接入应用系统所处的wifi环境。

2)将应用系统采集的数据(数据量极少,温度,湿度等)每隔1分钟传到位于公网的服务器。

3)利用手机app(独立开发)控制应用系统的开启和关闭。

如果采用CC3310的话,请问在STM32单片机上如何进行开发?从哪里入手(示例程序)?