×

Grove UART WizFi360串行收发模块

消耗积分:0 | 格式:zip | 大小:0.25 MB | 2022-10-18

哈哈哈

分享资料个

描述

Grove - UART - WizFi360 是一个串行收发模块,采用 WizNet 的 WizFi360 WiFi 模块。通过集成 TCP/IP 协议栈,该模块让您的微控制器只需几行代码即可与 WiFi 网络进行交互。每个 WizFi360 模块都预编程了 AT 命令集固件,这意味着您可以发送简单的文本命令来控制设备。

通过 2.4Ghz 无线连接提供连接,WizFi360 兼容 IEEE802.11 b/g/n 标准并支持 SoftAP、Station 和 SoftAP+Station 模式。

vector_grove_wizfi360_XAXyuJ5FYm.jpg?auto=compress%2Cformat&w=740&h=555&fit=max

20221016_182304_BG6Hnju1lb.jpg?auto=compress%2Cformat&w=740&h=555&fit=max

1 / 3

收集零件:

Grove_WizFi360

Seeed Studio Grove - 通用 4 针扣式 5 厘米电缆

阿杜诺

Seeed Studio Grove Base Shield V2.0 for Arduino

零件概览:

关于 WizFi360

image_AYxVZCKBXW.png?auto=compress%2Cformat&w=740&h=555&fit=max

WizFi360 wi-fi 模块是一款高性价比的 WiFi 模块,同时支持 TCP/IP 和微控制器。

通过 2.4Ghz 无线连接提供连接,WizFi360 兼容 IEEE802.11 b/g/n 标准并支持 SoftAP、Station 和 SoftAP+Station 模式。

WizFi360 作为独立的互联网支持解决方案可节省上市时间。

image_o11A1CNJYK.png?auto=compress%2Cformat&w=740&h=555&fit=max

特征 :

WizFi360 非常适合远程监控和传感器应用等移动无线应用。易于集成和编程可以大大缩短开发时间并最大限度地降低系统成本。该模块旨在为设计人员提供一个简单的 Wi-Fi 解决方案,该解决方案具有以下主要特性:

WiFi 2.4G、802.11 b/g/n

支持Station / SoftAP / SoftAP+Station操作模式

支持“数据透传”和“AT指令数据传输”模式

支持串口AT指令配置

支持 TCP Server / TCP Client / UDP 工作模式

支持配置操作通道0~13

支持自动20MHz / 40MHz带宽

支持 WPA_PSK / WPA2_PSK 加密

串口波特率从 600bps 到 2Mbps,共有 16 个常用值

最多支持 5 个 TCP/UDP 链接

从 DHCP 服务器自动获取 IP 地址(Station 模式)

无线 LAN 客户端的 DHCP 服务(AP 模式)

支持DNS通过域名与服务器通信

支持 Keep-Alive 监控 TCP 连接

支持“Ping”监控网络状态

内置 SNTP 客户端,用于接收网络时间

支持内置唯一MAC地址和用户可配置

支持UART下载/OTA固件升级(通过WLAN)

工业级(工作温度范围:-40℃~85℃)

KC、CE、FCC认证

引脚和矢量图像可以从我的 GitHub 存储库下载:https ://github.com/tinkererway/pinouts_tw/tree/main/WizNet/WizFi360

欲了解更多信息:https ://www.wiznet.io/product-item/wizfi360/

Seeed Studio Grove 系统:

Grove是一个模块化、标准化的连接器原型系统。Grove 采用积木式方法组装电子产品。与基于跳线或焊料的系统相比,它更易于连接、实验和构建,并简化了学习系统,但不会变得笨拙。那里的一些其他原型系统将级别降低到构建块。以这种方式学习的东西很好,但是 Grove 系统允许您构建真正的系统。它需要一些学习和专业知识才能将事情联系起来。

Seeed Studio目前正在开展一项共同发明活动,并通过自己的 Grove 传感器模块设计支持世界各地的制造商。

image_pOrUJ61ftL.png?auto=compress%2Cformat&w=740&h=555&fit=max

https://www.seeedstudio.com/blog/2022/07/15/ignite-your-passion-fire-your-thoughts-develop-your-grove-sensor-with-seeed-fusion-for-a-chance- to-win-over-300usd-cash-prize%EF%BF%BC/

Grove 模块是 Seeed Fusion PCBA Service 赞助的一部分。

如果您有兴趣,请查看他们的Fusion PCBA服务。

20221007_165049_ci3ZrrvEwb.jpg?auto=compress%2Cformat&w=740&h=555&fit=max

1 / 4

在本教程中,我将展示两个示例

Wiznet 的 WizFi360 模块访问 NTP 服务器并获取时间信息。

GPIO 控制

来自 SNTP 服务器的时间:

当我们有网络时间协议(NTP)时,为什么要使用 RTC(实时时钟 )

什么是 NTP?

NTP 是网络时间协议的缩写。它是用于通过网络同步计算机时钟的标准 Internet 协议 (IP)。

该协议在几毫秒内(公共 Internet 上为 50 毫秒,局域网环境下为 5 毫秒)内将所有联网设备同步到协调世界时(UTC)。

WizFi360 UART + AT 指令测试:

20221016_190846_ALLsqjEw1q.jpg?auto=compress%2Cformat&w=740&h=555&fit=max

您可以使用任何串行控制台应用程序,例如 putty、Tera Term 等,而不是 Arduino IDE 的串行监视器。

看视频:

GPIO控制:

使用 AT 命令,我们将控制 16 号引脚(PB10)

LED 的阳极连接到 16 号引脚,LED 的阴极连接到 15 号引脚(GND)

20221016_204558_QwmzkhSYAI.jpg?auto=compress%2Cformat&w=740&h=555&fit=max

javaw_y37r8yuspv_r7Xs0SlcvN.png?auto=compress%2Cformat&w=740&h=555&fit=max

观看视频:

这项工作是根据 MIT 许可证获得许可的。从我的git hub存储库下载 Grove_WizFi360 设计文件

谢谢你,快乐制作!

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !

'+ '

'+ '

'+ ''+ '
'+ ''+ ''+ '
'+ ''+ '' ); $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code ==5){ $(pop_this).attr('href',"/login/index.html"); return false } if(data.code == 2){ //跳转到VIP升级页面 window.location.href="//m.obk20.com/vip/index?aid=" + webid return false } //是会员 if (data.code > 0) { $('body').append(htmlSetNormalDownload); var getWidth=$("#poplayer").width(); $("#poplayer").css("margin-left","-"+getWidth/2+"px"); $('#tips').html(data.msg) $('.download_confirm').click(function(){ $('#dialog').remove(); }) } else { var down_url = $('#vipdownload').attr('data-url'); isBindAnalysisForm(pop_this, down_url, 1) } }); }); //是否开通VIP $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code == 2 || data.code ==5){ //跳转到VIP升级页面 $('#vipdownload>span').text("开通VIP 免费下载") return false }else{ // 待续费 if(data.code == 3) { vipExpiredInfo.ifVipExpired = true vipExpiredInfo.vipExpiredDate = data.data.endoftime } $('#vipdownload .icon-vip-tips').remove() $('#vipdownload>span').text("VIP免积分下载") } }); }).on("click",".download_cancel",function(){ $('#dialog').remove(); }) var setWeixinShare={};//定义默认的微信分享信息,页面如果要自定义分享,直接更改此变量即可 if(window.navigator.userAgent.toLowerCase().match(/MicroMessenger/i) == 'micromessenger'){ var d={ title:'Grove UART WizFi360串行收发模块',//标题 desc:$('[name=description]').attr("content"), //描述 imgUrl:'https://'+location.host+'/static/images/ele-logo.png',// 分享图标,默认是logo link:'',//链接 type:'',// 分享类型,music、video或link,不填默认为link dataUrl:'',//如果type是music或video,则要提供数据链接,默认为空 success:'', // 用户确认分享后执行的回调函数 cancel:''// 用户取消分享后执行的回调函数 } setWeixinShare=$.extend(d,setWeixinShare); $.ajax({ url:"//www.obk20.com/app/wechat/index.php?s=Home/ShareConfig/index", data:"share_url="+encodeURIComponent(location.href)+"&format=jsonp&domain=m", type:'get', dataType:'jsonp', success:function(res){ if(res.status!="successed"){ return false; } $.getScript('https://res.wx.qq.com/open/js/jweixin-1.0.0.js',function(result,status){ if(status!="success"){ return false; } var getWxCfg=res.data; wx.config({ //debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId:getWxCfg.appId, // 必填,公众号的唯一标识 timestamp:getWxCfg.timestamp, // 必填,生成签名的时间戳 nonceStr:getWxCfg.nonceStr, // 必填,生成签名的随机串 signature:getWxCfg.signature,// 必填,签名,见附录1 jsApiList:['onMenuShareTimeline','onMenuShareAppMessage','onMenuShareQQ','onMenuShareWeibo','onMenuShareQZone'] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2 }); wx.ready(function(){ //获取“分享到朋友圈”按钮点击状态及自定义分享内容接口 wx.onMenuShareTimeline({ title: setWeixinShare.title, // 分享标题 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享给朋友”按钮点击状态及自定义分享内容接口 wx.onMenuShareAppMessage({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 type: setWeixinShare.type, // 分享类型,music、video或link,不填默认为link dataUrl: setWeixinShare.dataUrl, // 如果type是music或video,则要提供数据链接,默认为空 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ”按钮点击状态及自定义分享内容接口 wx.onMenuShareQQ({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 wx.onMenuShareWeibo({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ空间”按钮点击状态及自定义分享内容接口 wx.onMenuShareQZone({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); }); }); } }); } function openX_ad(posterid, htmlid, width, height) { if ($(htmlid).length > 0) { var randomnumber = Math.random(); var now_url = encodeURIComponent(window.location.href); var ga = document.createElement('iframe'); ga.src = 'https://www1.elecfans.com/www/delivery/myafr.php?target=_blank&cb=' + randomnumber + '&zoneid=' + posterid+'&prefer='+now_url; ga.width = width; ga.height = height; ga.frameBorder = 0; ga.scrolling = 'no'; var s = $(htmlid).append(ga); } } openX_ad(828, '#berry-300', 300, 250);