首页 实物资料 仿真资料 开题报告 设计说明书 答辩PPT

设计说明书

总字数:26000+

自助食堂取餐系统的设计

摘要

在自助食堂规模化取餐消费场景中,菜品品类识别、重量计量、费用核算、消费播报与营收统计是食堂智能结算、高效运营的核心环节。传统人工取餐结算模式存在识别效率低、称重计量误差大、费用核算滞后、人工统计营收繁琐、消费信息公示不直观等诸多弊端,依赖人工操作的结算方式难以适配自助食堂高效化、智能化的运营需求。本文设计一款基于STM32F103C8T6单片机的自助食堂取餐系统,搭建集菜品识别、精准称重、费用计算、信息显示、语音播报、4G短信推送与营收统计于一体的智能化自助结算体系。系统依托RC522射频识别模块读取菜品信息,精准获取菜品种类与对应单价;搭配HX71称重模块实时采集取餐菜品的实际重量,结合菜品单价自动完成消费金额核算。设备搭载OLED显示屏,可实时本地展示菜品单价、取餐重量以及应付总金额,实现消费数据可视化呈现;集成CN-TTS语音播报模块,自动播报菜品单价与最终支付金额,为就餐人员提供清晰的消费提示。同时系统配备独立功能按键,支持用户确认购买、确认支付以及工作人员查看累计总销售额等操作,并通过AIR780E 4G通信模块完成单笔消费销售额的短信推送,实现消费数据远程同步记录。本系统有效解决了传统食堂人工结算效率低下、计量核算易出错、营收数据统计不及时、消费公示不透明等痛点,实现食堂取餐自助化结算、数据智能化统计、信息立体化提示,显著提升自助食堂的结算效率与运营管理智能化水平,适用于各类校园、企业自助食堂场景,具备较强的实用性与推广价值。

关键词STM32单片机;自助取餐;RFID菜品识别;智能结算;4G数据推送

Abstract

In the large-scale meal taking and consumption scenario of self-service canteens, dish identification, weight measurement, expense accounting, consumption broadcast and revenue statistics are the core links for intelligent settlement and efficient operation of canteens. The traditional manual meal settlement mode has many drawbacks such as low identification efficiency, large weighing measurement error, delayed expense accounting, cumbersome manual revenue statistics and unintuitive consumption information display. The manual settlement method cannot meet the efficient and intelligent operation requirements of self-service canteens. This paper designs a self-service canteen meal taking system based on STM32F103C8T6 single-chip microcomputer, and builds an intelligent self-service settlement system integrating dish identification, accurate weighing, expense calculation, information display, voice broadcast, 4G short message push and revenue statistics. The system uses the RC522 radio frequency identification module to read dish information and accurately obtain the type and unit price of dishes. The HX71 weighing module is used to collect the actual weight of the taken dishes in real time, and the consumption amount is automatically calculated combined with the dish unit price. Equipped with an OLED display screen, the device can locally display the dish unit price, meal taking weight and total payable amount in real time to realize the visual display of consumption data. Integrated with the CN-TTS voice broadcast module, it automatically broadcasts the dish unit price and final payment amount, providing clear consumption reminders for diners. At the same time, the system is equipped with independent function keys to support users to confirm purchases and payments, and allow staff to check the cumulative total sales revenue. It also realizes the short message push of single transaction sales revenue through the AIR780E 4G communication module, completing the remote synchronous recording of consumption data. This system effectively solves the pain points of low manual settlement efficiency, prone-to-occur measurement and accounting errors, untimely sales data statistics and opaque consumption publicity in traditional canteens. It realizes self-service settlement, intelligent data statistics and three-dimensional information reminder for canteen meal taking, greatly improves the settlement efficiency and operation management intelligence level of self-service canteens. It is suitable for various campus and enterprise self-service canteen scenarios, and has strong practicability and promotion value.

Keywords:STM32 Single-chip Microcomputer; Self-service Meal Taking; RFID Dish Identification; Intelligent Settlement; 4G Data Push

  

自助食堂取餐系统的设计

摘要

Abstract

目  录

第1章 绪论

1.1 研究背景及研究意义

1.1.1 研究背景

1.1.2 研究意义

1.2 国内外研究现状

1.2.1 国内研究现状

1.2.2 国外研究现状

1.2.3 研究现状总结

第2章 系统总体方案设计

2.1 系统总体方案设计

2.2 主要模块方案选择

2.2.1 主控模块方案选择

2.2.2 RFID菜品识别模块方案选择

2.2.3 重量采集模块方案选择

2.2.4 显示模块方案选择

2.2.5 语音播报模块方案选择

2.2.6 4G通信模块方案选择

2.2.7 按键模块方案选择

第3章 系统硬件电路设计

3.1 主控模块电路

3.2 RC522射频菜品识别模块电路

3.3 HX71菜品重量采集模块电路

3.4 OLED显示模块电路

3.5 CN-TTS语音播报模块电路

3.6 AIR780E 4G通信模块电路

3.7 独立按键模块电路

第4章 系统程序设计

4.1 编程软件介绍

4.2 系统主流程设计

4.3 独立按键子流程设计

4.4 OLED显示屏子流程设计

4.5 称重模块子流程设计

4.6 RFID模块子流程设计

4.7 发送短信子流程设计

第5章 系统仿真测试

5.1 仿真测试环境与方案

5.2 RC522菜品识别功能仿真测试

5.3 HX71重量采集功能仿真测试

5.4 消费金额核算与OLED显示仿真测试

5.5 CN-TTS语音播报功能仿真测试

5.6 AIR780E 4G短信推送功能仿真测试

5.7 独立按键人机交互功能仿真测试

5.8 仿真测试小结

第6章 系统实物制作与功能测试

6.1 整体实物测试

6.2 RC522菜品识别模块功能测试

6.3 HX71重量采集模块功能测试

6.4 OLED显示模块功能测试

6.5 CN-TTS语音播报模块功能测试

6.6 AIR780E 4G短信推送模块功能测试

6.7 独立按键模块功能测试

6.8 整体实物测试小结

第7章 总结与展望

7.1 总结

7.2 未来展望

致谢

参考文献

附录1:原理图

附录2:pcb图

附录3:主程序

购买后可查看具体内容!

发表评论

后才能评论

本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。

最常见的情况是下载不完整: 可对比下载完压缩包的与网盘上的容量,若小于网盘提示的容量则是这个原因。这是浏览器下载的bug,建议用百度网盘软件或迅雷下载。 若排除这种情况,可在对应资源底部留言,或联络我们。

对于会员专享、整站源码、程序插件、网站模板、网页模版等类型的素材,文章内用于介绍的图片通常并不包含在对应可供下载素材包内。这些相关商业图片需另外购买,且本站不负责(也没有办法)找到出处。 同样地一些字体文件也是这种情况,但部分素材会在素材包内有一份字体下载链接清单。

如果您已经成功付款但是网站没有弹出成功提示,请联系站长提供付款信息为您处理

源码素材属于虚拟商品,具有可复制性,可传播性,一旦授予,不接受任何形式的退款、换货要求。请您在购买获取之前确认好 是您所需要的资源