码农知识堂 - 1000bd
  •   Python
  •   PHP
  •   JS/TS
  •   JAVA
  •   C/C++
  •   C#
  •   GO
  •   Kotlin
  •   Swift
  • 基于单片机的电子秤设计


    目录

    摘    要. 5

    第一章 绪论. 7

    1.1研究课题背景. 7

    1.2  国内外发展概况. 9

    1.3  课题研究的目的. 10

    1.4  课题的研究内容及章节安排. 11

    第二章 智能电子秤控制系统的设计方案. 12

    2.1  设计任务及要求. 12

    2.2  方案选择. 12

    2.3  方案的论证与分析. 13

    2.4  对设计方案进行对比分析. 14

    第三章 系统硬件部分设计. 14

    3.1总体设计. 14

    3.2主控制器设计. 15

    3.2.1 芯片介绍. 15

    3.2.2 时钟电路设计. 17

    3.2.3 复位电路设计. 18

    3.3 信号采集模块. 19

    3.4数据转换模块. 20

    3.4.1 A/D 转换器的选择. 20

    3.4.2 ADC0832 的介绍. 21

    3.4.3 单片机对 ADC0832 的控制原理的介绍. 21

    3.5声光报警电路. 22

    3.6显示电路. 23

    3.7整机电路. 24

    第四章 系统硬件部分设计. 24

    4.1主程序流程图. 24

    4.2主程序流程图. 26

    4.3报警程序设计. 27

    4.4报警程序设计. 27

    第五章 系统软件设计部分. 29

    5.1  软件研发的背景. 29

    5.2  软件程序设计. 30

    5.3  基于Proteus电路图绘制. 31

    第六章  结束语. 33

    参考文献. 34

    致    谢. 35

    附录. 36

    摘 要

    随着我国微型电子技术和嵌入式系统的发展,目前行业内相对比较传统的电子称重器无法满足客户的需求。为了改进传统电子秤在称重计量上得短板问题,在本次毕业设计中,将使用相对先进、快捷、智能的控制机制。该系统的控制大脑为核心部件51系列嵌入式开发系统,采用51单片机作为主要控制核心,在使用电子秤称重过程中主要通过电阻应变式压力传感器采集信号,通过数模转换将对称重电压信号进行数模转换和测量,最终将信号传送给显示器部分,蜂鸣报警等。该电子秤设计具有智能称重、数字显示、报警等功能,而且性价比高、度准确、能耗较低、制作简易、称重方便快捷等特点,给人民生活带来了很大的影响,在市场上很受欢迎。

    该智能控制系统设计主要从国内外发展状况,硬件控制部件选择,根据控制原理绘制硬件电路,控制系统软件程序设计开发,软硬件联调仿真,焊接主板电路五个方面进行详细讲解。该控制系统使用AT89C51嵌入式开发系统、传感器信号采集电路、声光报警模块、电路显示部分、数据转换电路等组成智能电子秤系统。智能控制系统使用的数模转换电路是市场上专用的ADC0832芯片,将传感器采集到的模拟信号转换成单片机能够识别的数字信号,并且将数字信号在单片机上进行相应的处理,LM016L液晶显示器将将信号稳定的显示出来,并且无闪烁现象。

    关键词:单片机;传感器采集;液晶屏显示;信号转换

    Abstract

    With the development of micro-electronic technology and embedded system in China, the traditional electronic weighers in the industry are unable to meet the needs of customers. In order to improve the shortboard problem of the traditional electronic scale in the weighing and metering, in this graduation project, will use the relatively advanced, fast, intelligent control mechanism.Control the brain of the system as the core component of 51 series embedded development system, using 51 single chip microcomputer as main control core, in the process of using electronic weighing mainly by resistance strain type pressure sensor to collect signals, weighing signal through A/D conversion to digital to analog conversion and measurement, will eventually signal transmitted to the display part, buzzer alarm, etc.The electronic scale design with intelligent weighing, digital display, alarm and other functions, but also cost-effective, accurate, low energy consumption, easy to make, weighing convenient and fast characteristics, has brought a great impact on people's life, in the market is very popular.

    The system design from the hardware components selection, hardware circuit schematic drawing, system software design, hardware and software simulation, welding motherboard circuit five aspects in detail. The intelligent electronic balance system is composed of AT89C51 microcontroller, sensor acquisition circuit, sound-light alarm module, circuit display part and data conversion circuit. The digital to analog conversion circuit used by the intelligent control system is a special ADC0832 chip on the market. The analog signal collected by the sensor is converted into a digital signal that can be recognized by the MCU, and the digital signal is processed on the MCU accordingly. The LM016L LCD will display the signal stably without flicker.

    Key words: SCM; Sensor acquisition; LCD display; Signal conversion

    .............

    完整论文及程序原理图点击如下链接下载:

    https://download.csdn.net/download/weixin_45905610/80131208

    基于单片机的电子秤重平台设计资源-CSDN文库

  • 相关阅读:
    叫人头疼的diff算法原理
    服务器被墙是什么原因,怎么解决服务器被墙
    git 的 版本问题,以及idea中使用 git版本回滚操作,以及git版本和idea代码历史记录的区别
    羊了个羊爆火,背后有什么样的营销套路?
    【map与foreach】手写数组map和foreach的方法
    QT项目中通过数据封装实现Json结构和数据类之间的相互转换
    优化软件系统,解决死锁问题,提升稳定性与性能 redis排队下单
    W5300-TOE Arduino 网络服务器
    Servlet | 连接数据库、使用IDEA工具开发Servlet
    Linux 文件类信息统计指令(awk、sort、wc -l)
  • 原文地址:https://blog.csdn.net/weixin_45905610/article/details/133868704
  • 最新文章
  • 沪漂五周年了:我越来越迷茫了
    Agentic Skill Routing 实战:别再把所有 Skill 塞进 AI Agent 上下文
    MySQL-Seconds_behind_master的精度误差
    [MAF预定义ChatClient中间件-03]CachingChatClient——利用缓存省钱省时间
    AI的至暗历史:从万众期待到被政府撤资,AI的两次死亡徘徊
    Agent OS :五种驯服不确定性的范式
    PortSwigger SQL注入LAB11
    数据库即时编译JIT
    [Begin]AI Learn Data Day 0
    深度学习进阶(二十七)现代 LLM 的核心架构设计其二:SwiGLU
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
小工具 小游戏
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1

京公网安备 11010502049817号