数字电子秤的设计与实现毕业设计
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
数字电子秤的设计与实现毕业设计
目录
摘要 ....................................................................................................................................................................... I ABSTRACT............................................................................................................................................................ II
1 绪论 (1)
2 设计思路 (3)
2.1 设计要求 (3)
2.2设计方案的确定 (3)
2.3电子秤的主要组成 (5)
2.3.1 电子秤的基本结构 (5)
2.3.2 电子秤的工作原理 (6)
2.3.3 电子秤的参数指标 (6)
3 元件选择及硬件电路的设计 (8)
3.1元件选择 (8)
3.1.1 单片机的选择 (8)
3.1.2 传感器的选择 (9)
3.1.3 A/D转换器的选择 (10)
3.1.4 显示器的选择 (11)
3.2硬件电路的设计 (12)
3.2.1 电源电路 (12)
3.2.2 主控电路 (13)
3.2.3 显示电路 (15)
3.2.4 超重报警电路 (16)
3.2.5 按键输入电路 (16)
3.2.6 HX711转换电路 (18)
3.3硬件电路图与PCB板线路的绘制 (19)
3.3.1 Protel99SE软件 (19)
3.3.2 原理图与PCB板线路的绘制 (19)
4 软件设计 (21)
4.1软件编译环境 (21)
4.2主程序流程图 (21)
4.3按键模块流程图 (22)
4.4显示模块流程图 (23)
5 实物的焊接与调试 (24)
5.1实物的焊接 (24)
5.1.1 PCB板制作 (24)
5.1.2 实物焊接 (25)
5.2 实物的调试 (26)
5.3实物效果图 (27)
6 结束语 (28)
致谢 (29)
参考文献 (30)
附录 (31)
附录I 原理图 (31)
附录II 主程序 (32)
数字电子秤的设计与实现
摘要
单片机作为计算机发展的重要分支,信息处理速度不仅快而且处理能力特别强,是现代绝大多数电子产品最重要的核心部分。本设计实物采用AT89S52单片机进行制作,设计成的实物将能显示称量范围内物品的重量、调节物品的价格以及显示被秤物品的金额,充分体现了单片机的优越性。
本设计主要针对传感器、放大器、A/D转换器以及LCD液晶显示器等电子秤主要硬件电路模块进行组合设计。对电子秤的信息采集处理、自动称重、信息显示等进行了简单设计和实物制作,阐明了用单片机在电子秤设计中的工作原理以及各个主要模块中的数据采集、转换等内容。在软件方面,采用更为简洁、方便、高级的C语言程序设计,修改方便且不易出现故障。
关键词电子秤;传感器;单片机
THE DESIGN AND IMPLEMENTATION OF DIGITAL
ELECTRONIC SCALE
ABSTRACT
Single-chip microcomputer as a important branch of the development of computer, information processing not only fast and particularly strong processing capacity, is the most important core part of most modern electronic products. This design objects made of AT89S52 MCU design into physical can show the weight of the weighing scale items, adjust the price of the goods, as well as shown by the amount of the balance items, fully embodies the advantages of single chip microcomputer.
This design mainly aimed at the sensor, amplifier, A/D converter, and LCD liquid crystal displays and other electronic scale combination design main hardware circuit modules. The information collection and handling of electronic scale, automatic weighing, information display and so on has carried on the simple design and real production, illustrates the working principle in design of electronic scale MCU and the main modules of data acquisition, conversion, etc. In the aspect of software, a more concise, convenient and advanced C language program design, modify convenience and not easy to fail.
KEY WORDS electronic scale;sensors;single-chip microcomputer