1 使用Wiznet Pico WizFi360和WS2812B LED制成的RGB天气灯-德赢Vwin官网 网
×

使用Wiznet Pico WizFi360和WS2812B LED制成的RGB天气灯

消耗积分:0 | 格式:zip | 大小:0.00 MB | 2023-06-13

杨福林

分享资料个

描述

 

 

天气灯是使用Wiznet Pico WizFi360和 WS2812B LED 制成的 RGB 灯。该灯使用 openweathermap.org API 模拟实时天气。它读取云强度、温度、时间等参数,并尝试模仿云的颜色、太阳/月亮,并根据温度范围改变基色。

谢谢 NextPCB:

本次项目的顺利完成,得益于NextPCB的帮助和支持。NextPCB 是全球最有经验的 PCB 制造商之一,专注于 PCB 和组装行业超过 15 年。NextPCB 不仅可以提供最高质量标准的最具创新性的印刷电路板和组装技术,最快的交货周转时间可达 24 小时。

伙计们,如果您有 PCB 项目,请访问他们的网站并获得令人兴奋的折扣和优惠券。

5-10pcs PCB Prototype只需0$:Nextpcb.com/pcbprototype

注册并从 NextPCB 获得 100 美元:Nextpcb.com/coupon

补给品

1 x WizFi360-EVB-Pico

1 x WS2812B LED 灯条

3D打印机

白丝

焊接套件

连接线

要以极低的成本获得高质量的电子元件,hqonline.com是一个完美的网站。他们有来自所有国际品牌的标签,因此您无需花很多钱就可以找到最适合您设备的组件。这为您提供了物超所值的服务。

第 1 步:设计和 3D 打印

 
 
 
poYBAGPXIIWAJ8InAAB6Yc64qJQ696.png
 
1 / 4
 

第二步:电路连接

 
 
 
pYYBAGPXIIiASY9fAAHdCal8jFQ693.png
 
1 / 4
 
  • 如电路图所示连接 WizFi 360 和 WS2812B LED。

第 3 步:组装

 
 
 
pYYBAGPXII6AGuAPAAYimOUm5Ms263.jpg
 
1 / 2
 
  • 使用快速胶水将所有零件组装在一起。

第 4 步:获取 Openweathermap API 密钥

 
 
 
poYBAGPXIJGAVtqqAAJjbJJj2Lo813.png
 
1 / 2
 
  • 转到openweathermap.org并创建您的帐户并进行验证。
  • 现在登录到您的帐户并单击您的个人资料或右上角并转到我的 API 密钥。
  • 复制您看到的 API 密钥,稍后将在第 6 步中使用。

第 5 步:Arduino 库设置

 
 
 
pYYBAGPXIJSADqq5AAKQie6qpFM057.png
 
1 / 5
 
  • 首先转到文件->首选项,然后将以下 URL 复制粘贴到其他 Boards Manager URL 中:
https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
  • 转到 Tools->Boards->Boards Manager 并搜索 Raspberry Pi Pico/RP2040 并安装它。
  • 下载WizFi360_arduino_library-main.zip ,转到 Sketch->Include Library->Add.Zip Library 并选择下载的 Zip 文件。
  • 现在转到 Sketch->Include Library->Manage Libraries 并搜索 ArduinoJson、Adafruit_NeoPixel 并安装它们。

第 6 步:代码更改

 
 
 
pYYBAGPXIJmAdLHBAAIOE2Xa_hY100.png
 
1 / 3
 
  • 下载Arduino 代码并进行以下更改
  • 在 Line.No 20,您必须编辑您的 Wifi 名称 (SSID) 和密码。
/* Wi-Fi info */
char ssid[] = "SSID";       // your network SSID (name)
char pass[] = "PASWORD";   // your network password
  • 在第 153 行,我将 5 添加到小时,将 30(印度时区 IST 5:30)添加到分钟,并应用数学将 API GMT 时间转换为 ISt 时区。
  • 您可能需要根据您的时间区域更改数字(5 和 30)。
h = (h + 5) % 24;
      Serial.println(h);
      minute = (m + 30) % 60;
  • 在第 282 行,您必须输入您的位置经度、纬度和您的帐户 openweathermap API 密钥。
// send the HTTP PUT request
    client1.println(F("GET /data/2.5/weather?lat=17.6795&lon=77.6051&appid=43f22249d3d42ec***********ca809b HTTP/1.1"));

第七步:代码编译上传

 
 
 
pYYBAGPXIJ2ADW_oAALG3oXRxRI497.png
 
1 / 3
 
  • 使用 MicroUSB 数据线连接您的设备。
  • 从工具中选择电路板类型和端口。
  • 现在点击上传代码,它会自动编译并上传代码。
  • 成功加载代码后,设备将连接提供的 wifi 并显示输出。

注意:我使用 My PCs USB 作为天气灯的电源,您可以使用 5V 适配器或 3.7V 锂离子电池。


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

评论(0)
发评论

下载排行榜

全部0条评论

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

'+ '

'+ '

'+ ''+ '
'+ ''+ ''+ '
'+ ''+ '' ); $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code ==5){ $(pop_this).attr('href',"//www.hzfubeitong.com/m/login/index.html"); return false } if(data.code == 2){ //跳转到VIP升级页面 window.location.href="https://m.elecfans.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:'使用Wiznet Pico WizFi360和WS2812B LED制成的RGB天气灯',//标题 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.hzfubeitong.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);