本设计介绍了一种基于STM32单片机控制的智能水杯,可利用插口式电源或无线充电底座为加热器提供能量,并在达到某种饮品所需温度时进行保温。水杯内置充电电池,可选用USB接口或无线充电。在水杯内部设置无线模块,用户利用手机App与水杯进行匹配进行加热操作,加热完后水杯会通过手机App和液晶显示屏实时反馈液体温度,通过指示灯显示电量情况等,给用户进行提醒。该智能水杯设计创新,实用价值较高。This paper introduces an intelligent water cup based by STM32 microcontroller,it can provide energy for the heater by socket type power supply or wireless charging base,and hold temperature needed for some kind of drink.Builtedin rechargeable battery,water cup can use USB or wireless charging.The wireless module is set up inside it,and customers can use mobile App to match and heat.After heating,water cup feeds back liquid temperature through the mobile App,and then displays on LCD,reminds users through the indicator light.The intelligent water cup is designed innovatively and has high practical value.
上传时间: 2022-03-28
上传用户:
在传统智能小车驱动电路设计中,较多考虑使用直流电机还是步进电机,电机功率、能耗等性能参数。使用具有armCortexM4内核的STM32嵌入式平台控制四轮的4个直流电机。文章基于PWM技术及PID算法,对四轮进行精准地速度、转向及启停控制,实验表明此小车具有优越各种地形适应能力。In the traditional intelligent car drive circuit design,DC motor or stepping motor,motor power,energy consumption and other performance parameters are considered.The four DC motors with four wheels are controlled by STM32 embedded platform with arm Cortex M4 kernel.Based on the PWM technology and PID algorithm,the accurate ground speed,steering,and start-stop control of the four wheels are carried out.The experiment shows that the vehicle has the superior adaptability to all kinds of terrains.
上传时间: 2022-04-02
上传用户:
该文档为基于单片机的智能家居控制系统总结文档,是一份很不错的参考资料,具有较高参考价值,感兴趣的可以下载看看………………
上传时间: 2022-04-06
上传用户:
该文档为RT5350和OPENWRT智能家居开发入门教程文档,是一份很不错的参考资料,具有较高参考价值,感兴趣的可以下载看看………………
上传时间: 2022-05-03
上传用户:
该文档为基于PLC的智能仓储控制系统设计总结文档,是一份很不错的参考资料,具有较高参考价值,感兴趣的可以下载看看………………
标签: plc
上传时间: 2022-05-06
上传用户:
该文档为基于PLC(S7-300)控制的智能家居系统总结文档,是一份很不错的参考资料,具有较高参考价值,感兴趣的可以下载看看………………
标签: plc
上传时间: 2022-05-08
上传用户:
文章设计了一种由晾晒设备端和手机 APP 移动端组合而成的智能晾衣架控制系统。 晾晒设备端以 STM32F103C8T6 单片机为控制核心,单片机连接传感器,对外界环境进行信息采集,实现对天气的实时监测,并根据不同的天气情况自动驱动步进电机,以调整晾晒位置;手机 APP 移动端,可与单片机进行通讯,手动控制晾衣杆升降,以进行衣物的晾晒与收取。 此外,手机 APP 移动端设有天气预报提示以及衣物收取提醒的功能,降低人们对天气、衣物晾晒情况的关注度,并达到较好的衣物晾晒效果。
上传时间: 2022-05-09
上传用户:
单片机控制LED灯简易优化教程(C语言).ppt
上传时间: 2022-05-13
上传用户:wangshoupeng199
基于STC89C51单片机的智能电热水器的控制器的设计,要达到的控制要求有:(1)用LCD1602液晶显示水温、设置上下限和定时时间,(2)水温检测显示范围为00~99℃,精度为±1℃。(3)温度预设范围为0~99℃,当检测温度低于预设温度时,开始加热;检测温度高于预设温度时,停止加热。(4)设置4个程序按键。分别问设置按键、加键、减键、确定。(5)可以红外遥控,通过红外一体接收探头接收遥控器信号,执行与主板按键同等功能。(6)有水位检测功能,无水自动上水,无水不加热。//外部中断解码程序_外部中断0void intersvr1(void) interrupt 2 using 1{ TR0=1; Tc=TH0*256+TL0;//提取中断时间间隔时长 TH0=0; TL0=0; //定时中断重新置零 if((Tc>Imin)&&(Tc<Imax)) { m=0; f=1; return; } //找到启始码 if(f==1) { if(Tc>Inum1&&Tc<Inum3) { Im[m/8]=Im[m/8]>>1|0x80; m++; } if(Tc>Inum2&&Tc<Inum1) { Im[m/8]=Im[m/8]>>1; m++; //取码 } if(m==32) { m=0; f=0; if(Im[2]==~Im[3]) { IrOK=1; TR0=0; } else IrOK=0; //取码完成后判断读码是否正确 } //准备读下一码 }}
上传时间: 2022-05-14
上传用户:
WIFI智能插座设计,APP控制(原理图、PCB、MCU源码、APP源码)
上传时间: 2022-05-15
上传用户:zhaiyawei