cc3200wifi模块 launchpad 怎么收集到周围的wifi信息

如何将CC3200接入机智云 - Wi-Fi技术 - 德州仪器在线技术支持社区
如何将CC3200接入机智云
发表于1年前
<input type="hidden" id="hGroupID" value="44"
&span style=&font-size:&>请参考最新的机智云的CC3200的代码:&/span>&/h1>
&h1>&a href=&/cfs-file.ashx/__key/communityserver-discussions-components-files/105/8182.CC_GAgent_2D00__12_2D00_25.zip&>8182.CC3200_GAgent-.zip&/a>&/h1>
&h1>&span style=&font-size:x-&>&/span>&/h1>
&h1>&span style=&font-size:&>下面介绍的是如何将CC3200 LaunchPad 接入机智云服务器。具体的操作请参考附件的PDF。&/span>&/h1>
&p>请注意这份代码只是一份基础的展示&a href=&.cn/product/cn/CC3200& target=&extwin&>CC3200&/a>如何与机智云连接和心跳,后续的具体产品相关的协议需要用户自己开发。&/p>
&p>谁有兴趣希望添加功能或者bug fix的话,请本着开源共享的精神,将你们的补丁可以附件在这个帖子上。&/p>
&p>如果合适集成到github上的,我会集成进去。&/p>
&h1>1.&& 登录机智云&/h1>
&p>请确保在开始之前已经注册了机智云开发者账号,如果没有可以访问机智云网站注册&/p>
&h1>2. & 创建新设备&/h1>
&li>在登录之后添加一个&a href=&.cn/product/cn/CC3200& target=&extwin&>CC3200&/a> LaunchPad 设备,或者也可以通过模板去创建一个。&/li>
&li>为&a href=&.cn/product/cn/CC3200& target=&extwin&>CC3200&/a> LaunchPad LED D7 创建一个数据点&/li>
&li>按照 向导点击下一步,最后可以按照demo APP,或者下载SDK去定制APP&/li>
&h1>3. & 获取Product Key&/h1>
&li>在设备创建好之后,进入个人项目,然后得到Product Key&/li>
&p>&a href=&.cn/product/cn/CC3200& target=&extwin&>CC3200&/a>的代码存放在,请从下面的链接来下载&br>/yhpan0613/SimpleLink-CC3200/releases&/p>
&p>选择一个版本,然后点击zip就可以获取到最新的代码&/p>
&p>修改&a href=&.cn/product/cn/CC3200& target=&extwin&>CC3200&/a>代码&br>在SimpleLink-CC3200.git\example\getting_started_with_wlan_station\gagent\include的gagent.h里面有一个宏定义:#define PRODUCT_KEY,&br>请将它修改成为上面你创建好的设备的product key.&/p>
&p>在common.h里面修改你要连接路由器的SSID和密码。&/p>
&h1>5. & 运行程序连接到机智云&/h1>
&li>用IAR打开wlan_station.eww, 然后编译下载到CC3200LP里面运行&/li>
&li>连接到机智云分为两个步骤,第一个通过访问HTTP Server来获取MQTT服务器的IP&/li>
&p>& & & & & &第二步是每隔50秒发MQTT心跳包PING,服务器会返回心跳包的回应PONG。&/p>
&p>&&&&&&&&&&& 如果有看到下面的LOG说明心跳是正常的:&/p>
&p>& & & & & & INFO MQTT Send packet length=2&/p>
&p>& & & & & & CRITICAL GAgent Cloud Ping ...&/p>
&p>& & & & & & CRITICAL GAgent Cloud Pong ..&/p>
&p>& & & 3. 从机智云网站上可以看到你的设备的状态信息:&/p>
&p>&span style=&font-size:x-&>&strong>6. 可以在机智云网站上生成IOE demo的APP,在手机上安装,然后就可以扫描到&a href=&.cn/product/cn/CC3200& target=&extwin&>CC3200&/a> Launchpad,进行绑定。&/strong>&/span>&/p>
&p>&span style=&font-size:x-&>&strong>&strong>7. 添加内容去为你的设备做定制化的数据交互。&/strong>&/strong>&/span>&/p>
&/div>&div style=&clear:&>&/div>" />
如何将CC3200接入机智云
此问题尚无答案
All Replies
探花16341分
请参考最新的机智云的CC3200的代码:
下面介绍的是如何将CC3200 LaunchPad 接入机智云服务器。具体的操作请参考附件的PDF。
请注意这份代码只是一份基础的展示如何与机智云连接和心跳,后续的具体产品相关的协议需要用户自己开发。
谁有兴趣希望添加功能或者bug fix的话,请本着开源共享的精神,将你们的补丁可以附件在这个帖子上。
如果合适集成到github上的,我会集成进去。
1.&& 登录机智云
请确保在开始之前已经注册了机智云开发者账号,如果没有可以访问机智云网站注册
2. & 创建新设备
在登录之后添加一个 LaunchPad 设备,或者也可以通过模板去创建一个。
为 LaunchPad LED D7 创建一个数据点
按照 向导点击下一步,最后可以按照demo APP,或者下载SDK去定制APP
3. & 获取Product Key
在设备创建好之后,进入个人项目,然后得到Product Key
的代码存放在,请从下面的链接来下载/yhpan0613/SimpleLink-CC3200/releases
选择一个版本,然后点击zip就可以获取到最新的代码
修改代码在SimpleLink-CC3200.git\example\getting_started_with_wlan_station\gagent\include的gagent.h里面有一个宏定义:#define PRODUCT_KEY,请将它修改成为上面你创建好的设备的product key.
在common.h里面修改你要连接路由器的SSID和密码。
5. & 运行程序连接到机智云
用IAR打开wlan_station.eww, 然后编译下载到CC3200LP里面运行
连接到机智云分为两个步骤,第一个通过访问HTTP Server来获取MQTT服务器的IP
& & & & & &第二步是每隔50秒发MQTT心跳包PING,服务器会返回心跳包的回应PONG。
&&&&&&&&&&& 如果有看到下面的LOG说明心跳是正常的:
& & & & & & INFO MQTT Send packet length=2
& & & & & & CRITICAL GAgent Cloud Ping ...
& & & & & & CRITICAL GAgent Cloud Pong ..
& & & 3. 从机智云网站上可以看到你的设备的状态信息:
6. 可以在机智云网站上生成IOE demo的APP,在手机上安装,然后就可以扫描到 Launchpad,进行绑定。
7. 添加内容去为你的设备做定制化的数据交互。
-------------------------------------------------------------------
如果有答案已经回答了您的问题,请标注为已回答。
Please close your question if it has been solved.&
------------------------------------------------------------------
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
您好,我按照您的文档 操作,下载的是二维码那个安卓的app,我在他们的官网上注册过了,然后打开app让输入手机注册的账号,我用手机又注册一边,但是手机注册的又上不去官网,还有就是:按照3.5我修改了SSID和密码,可以连接上网,网页上也出现了连接设备,但是手机app打开是AIR link,请问这个air link和smart confih一样吗?那我可以按照smart config的设置修改吧??
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
你好,我这几天正好在开发连接机智云,使用MQTT的例程调试了好久没有连接上去,刚好看到这么好的文章,马上试试,希望能得到你的帮助
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
探花16341分
当然可以,不过我希望能否大家也可以共享你们的代码,让大家都能够得到帮助。
如果有发现问题解决掉,有代码的改动,可以贴在这里.
如果是有必要我会合进github上的。
-------------------------------------------------------------------
如果有答案已经回答了您的问题,请标注为已回答。
Please close your question if it has been solved.&
------------------------------------------------------------------
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
探花16341分
是的,你也可以按照Smart Config来修改,不过还是建议你用AP Provisioning, 这个最传统,兼容性也最好。
-------------------------------------------------------------------
如果有答案已经回答了您的问题,请标注为已回答。
Please close your question if it has been solved.&
------------------------------------------------------------------
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
你好,我的开发环境不是iar 而是CCS ,我应该怎么打开这个工程啊,各种报错的!导入wlan_station
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
我顺着步骤一步步连接机智云,增加了LP的LED7作为控制点。
1、我能保证连接是成功的,机智云网页有连接状态,而且虚拟设备显示发送数据正常,手机app(一个LED7开关)也有相应的相应
2、在IAR侧,我打了断点,相应的串口也有输出。
3、那么我的问题,当我在虚拟设备发送包括布尔量的变量,在程序中存放在哪儿呢?我没找到相应的地址。
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
探花16341分
应该是在函数MQTT_readPacket里面读出来的吧,也可以和机智云的人确认一下看看,他们比较熟。
还有你上面加的LED7为控制点的代码可以共享出来吗?
这样大家都可以分享使用。 多谢!
-------------------------------------------------------------------
如果有答案已经回答了您的问题,请标注为已回答。
Please close your question if it has been solved.&
------------------------------------------------------------------
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
我的开发板已经接入了机智云平台,但是定制化的数据交互不知道怎么修改代码!能给个具体的操作示范吗?
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
状元16546分
此方法,看起来很好玩,MARK一下,我就可以远程遥控家里的单片机设备了。
好好学习,天天向上。
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
我也遇到同样的问题啊,无法打开gagent.h
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
再三确认,if CCS这段一点用也没有,CCS就是没法编译。安装了IAR才能编译通过连接平台。
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
机智云的人说例程不是他们写的&&
readPacket这个只是读了个长度。
求教,发送数据的入口在哪里。
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
下载了代码,也可以运行在3200上,网页端查询运行状态也可以显示设备在线,
但是点击网页上的 on/off 开关,通过电脑的 wareshark抓包 发现,根本没有发送任何消息出来。
在app上也加载不了设备,显示无设备。
请问怎么使app与设备通信,难道只能在局域网?那还要云干什么?
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI的 大神们 &我看到 这个帖子的相关例程是 TI自己的员工写的 ,很不错 ,看了确实受教育!很强大!赞一个!!!!!!!!!!!!!!
但是 看的过程中 也发现了一些问题如下:
1. 缺乏相关机智云 应用库的帮助文件 :sl_mqtt_client.html 例如。 里面明确介绍了各个应用函数的方法。docs整个系统说明文档包含APP,云,端的介绍。
2.缺乏相关函数的解释说明:当然不是多有的函数没注释,有一部分没有。有的注释请 按照以下格式:函数名, 函数说明 ,参数1说明, &参数类型(输入/输出), & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & 参数解释 。参数2........函数返回值........函数体 最后最好附带例 & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & &程
3.缺乏更多的函数应用例程 到机智云:就是关于机智云的例程太少了。最好联机微信的相关应用。。。
4.例程需要进一步优化,改进。我发现很多函数很繁琐,一般读者往往会蒙圈的。
希望TI的大神们能回复,不胜感激!!!!!!!!!!!!!
You have posted to a forum that requires a moderator to approve posts before they are publicly available.CC3200 LaunchPad入门学习笔记_分享 - Wi-Fi技术 - 德州仪器在线技术支持社区
CC3200 LaunchPad入门学习笔记_分享
发表于2年前
<input type="hidden" id="hGroupID" value="44"
&p>基于TI的官方指导文档,结合个人的一些学习收获,总结了以下入门笔记:&/p>
&p>共3个文档:&/p>
&p>文档1: 如何快速搭建需要的开发环境~ 需要安装哪些软件 &&& 请参考附件&/p>
&p>如有不足的地方,请多多指正 :)&/p>
&p>------------新增2个文档,一共5个文档&/p>&div style=&clear:&>&/div>" />
CC3200 LaunchPad入门学习笔记_分享
基于TI的官方指导文档,结合个人的一些学习收获,总结了以下入门笔记:
共3个文档:
文档1: 如何快速搭建需要的开发环境~ 需要安装哪些软件 &&& 请参考附件
如有不足的地方,请多多指正 :)
------------新增2个文档,一共5个文档
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
不能一次上传多个文档&& :(
文档2已上传
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
文档3已上传~
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
榜眼47895分
谢谢分享,下载来看看
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
谢谢,有时间看一下。
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
感谢分享,还没看,不过还是先谢谢了
无线软件工程师,WIFI初学者
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
补充文档4:
SDK开发包,WlanStation使用
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
补充文档5:
基于物理网的基本应用例程
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
感谢啊,加油啊,等着你继续发表。对我有不小的帮助。
无线软件工程师,WIFI初学者
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
太感谢了!!!!
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
看了你的文档帮助很大,楼主还会继续发表吗
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
多谢分享您的笔记,希望您继续上传关于的新文章。越快越好。
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
状元16546分
后面的还有吗?比如介绍官网提供的例程的。
好好学习,天天向上。
You have posted to a forum that requires a moderator to approve posts before they are publicly available.CC3200 如何在http Web Server内置自己的网页? - Wi-Fi技术 - 德州仪器在线技术支持社区
CC3200 如何在http Web Server内置自己的网页?
发表于7月前
<input type="hidden" id="hGroupID" value="44"
在CC32000的uer&#39;s guide(SWRU368A)提到:&/p>
&p>&a href=&/cfs-file.ashx/__key/communityserver-discussions-components-files/105/B783_.PNG&>&img src=&/resized-image.ashx/__size/550x0/__key/communityserver-discussions-components-files/105/B783_.PNG& border=&0& alt=& &>&/a>&/p>
&p>那怎样把它支持的这些html,css,png等等内容烧写到芯片里面去呢?有没有人研究过,至今没有找到TI的相关说明文档。&/p>&div style=&clear:&>&/div>" />
CC3200 如何在http Web Server内置自己的网页?
此问题已被解答
All Replies
在CC32000的uer&#39;s guide(SWRU368A)提到:
那怎样把它支持的这些html,css,png等等内容烧写到芯片里面去呢?有没有人研究过,至今没有找到TI的相关说明文档。
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
榜眼30982分
参考Out of BOX 例子
x:\ti\_1.2.0\cc3200-sdk\example\out_of_box
用打开例子目录下的.ucf文件,如下
C:\ti\_1.2.0\cc3200-sdk\example\out_of_box\html\out_of_box.ucf
现在,你可以参考他是怎么把各种html,js,jpg放到3200里面的了。
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
好的,谢谢。刚刚在测试我的LAUNCHXL发现板子发热很严重,手不敢触摸板子上芯片,我在断电情况下用万用表测试图中蓝色方框处的两个电容,发现这二者均短路了,在上电情况下,这两个电容的电压均为3.27V。根据TI官方设计原理图,这两个电容应该是C23和C24,这是否意味着我的开发板硬件出了问题(且最有可能是这两个电容坏了)?因为即使发热严重,我仍可以通过进行&format&、&program&、&get version&等操作。
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
探花16341分
1. 你用的launchpad是3.2的版本,上面带的芯片还是工程样品,不是量产芯片,建议用心的launchpad
2. 建议在上购买这个板子,应该不会有这么发热的问题。
-------------------------------------------------------------------
如果有答案已经回答了您的问题,请标注为已回答。
Please close your question if it has been solved.&
------------------------------------------------------------------
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
我实际用是Rev 4.1,贴的图只是在其他说明文档里剪切过来的。
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
我的板子也发热严重,你的解决了吗?
You have posted to a forum that requires a moderator to approve posts before they are publicly available.&&&&CC3200_LaunchPad使用入门_硬件篇
&CC3200_LaunchPad使用入门_硬件篇
用业界第一个具有内置 Wi-Fi 连通性的单片微控制器单元 (MCU) 开始你的设计。 针对物联网 (IoT) 应用的 SimpleLink CC3200 器件是一款集成了高性能 ARM Cortex-M4 MCU 的无线 MCU,从而使得客户能够用单个集成电路 (IC) 开发整个应用。 借助片上 Wi-Fi,互联网和稳健耐用的安全协议,无需之前的 Wi-Fi 经验即可实现更开速的开发。 CC3200 器件是一个完整平台解决方案,其中包括软件、示例应用、工具、用户和编程指南、参考设计以及 TI E2E 支持社区。
若举报审核通过,可奖励20下载分
被举报人:
举报的资源分:
请选择类型
资源无法下载
资源无法使用
标题与实际内容不符
含有危害国家安全内容
含有反动色情等内容
含广告内容
版权问题,侵犯个人或公司的版权
*详细原因:
VIP下载&&免积分60元/年(1200次)
您可能还需要
Q.为什么我点的下载下不了,但积分却被扣了
A. 由于下载人数众多,下载服务器做了并发的限制。若发现下载不了,请稍后再试,多次下载是不会重复扣分的。
Q.我的积分不多了,如何获取积分?
A. 获得积分,详细见。
完成任务获取积分。
论坛可用分兑换下载积分。
第一次绑定手机,将获得5个C币,C币可。
关注并绑定CSDNID,送10个下载分
下载资源意味着您已经同意遵守以下协议
资源的所有权益归上传用户所有
未经权益所有人同意,不得将资源中的内容挪作商业或盈利用途
CSDN下载频道仅提供交流平台,并不能对任何下载资源负责
下载资源中如有侵权或不适当内容,
本站不保证本站提供的资源的准确性,安全性和完整性,同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
开发技术下载排行
您当前C币:0&&&可兑换 0 下载积分
兑换下载分:&
消耗C币:0&
立即兑换&&
兑换成功你当前的下载分为 。前去下载资源
你下载资源过于频繁,请输入验证码
如何快速获得积分?
你已经下载过该资源,再次下载不需要扣除积分
CC3200_LaunchPad使用入门_硬件篇
所需积分:2
剩余积分:0
扫描微信二维码精彩活动、课程更新抢先知
VIP会员,免积分下载
会员到期时间:日
剩余下载次数:1000
CC3200_LaunchPad使用入门_硬件篇
剩余次数:&&&&有效期截止到:
你还不是VIP会员VIP会员享免积分 . 专属通道极速下载
VIP下载次数已满VIP会员享免积分 . 专属通道极速下载,请继续开通VIP会员
你的VIP会员已过期VIP会员享免积分 . 专属通道极速下载,请继续开通VIP会员The page is temporarily unavailable
nginx error!
The page you are looking for is temporarily unavailable.
Please try again later.
Website Administrator
Something has triggered an error on your
This is the default error page for
nginx that is distributed with
It is located
/usr/share/nginx/html/50x.html
You should customize this error page for your own
site or edit the error_page directive in
the nginx configuration file
/etc/nginx/nginx.conf.}

我要回帖

更多关于 ios 获取周围wifi列表 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信