当前位置:网站首页>PWM speed regulation control system of DC motor based on 51 single chip microcomputer (with complete set of data such as Proteus simulation + C program)
PWM speed regulation control system of DC motor based on 51 single chip microcomputer (with complete set of data such as Proteus simulation + C program)
2022-04-23 14:24:00 【Jiang Yuzhi】
Design thinking
DC motor PWM The main functions of the control system include : It is easy to realize the acceleration of DC motor 、 Deceleration and forward rotation of motor 、 Reverse and emergency stop , And the speed of the motor can be adjusted , It can conveniently realize the intelligent control of motor .
Main circuit : DC motor PWM Control module . This part of the circuit is mainly composed of AT89C52 Single chip microcomputer I/O port 、 Timing counter 、 External interrupt extension controls the acceleration of DC motor 、 Deceleration and forward and reverse rotation of motor , And the speed of the motor can be adjusted , It can easily realize the intelligent control of motor . In the meantime, through AT89C52 Single chip microcomputer generates pulse signal with adjustable pulse width and inputs it to L298 Driving chip to control the operation of DC motor .
The DC motor PWM The control system consists of the following circuit modules :
Design input part : The first mock exam is to use the independent keyboard with interrupt to accelerate the DC motor. 、 Deceleration and forward rotation of motor 、 Reverse and emergency stop control .
Design control part : Mainly by AT89C52 External interrupt expansion circuit of single chip microcomputer . DC motor PWM The control part is mainly realized by some diodes 、 Motors and L298 Composition of DC motor drive module .
Design display part :LED Digital display part , Realize to PWM Real time display of PWM duty cycle .
System framework
The principle is : DC motor PWM Speed regulation system AT89C52 Single chip microcomputer is the control core , By the command input module 、LED Display module and motor drive module . The independent keyboard with interrupt is used as the input of command , Single chip microcomputer under program control , Give regular and constant L298 DC motor drive chip sends PWM wave form ,H Type drive circuit completes the motor timing , Reverse and emergency stop control ; At the same time, the MCU keeps PWM PWM duty cycle LED Nixie tube completes real-time display .
Simulation circuit diagram
The simulation results are as follows
The design content is detailed , cover Single chip microcomputer minimum system design principle ; Key and nixie tube display design ;PWM Speed regulation principle 、 Method and implementation process ;L289 Design principle of motor drive chip ; complete Keil c Program The content such as . Let you know about DC motor PWM The design process of speed control system is clear at a glance .
Resource sharing content
(1) be based on 51 Single chip microcomputer DC motor PWM Speed control system design paper ;
(2)Proteus Simulation file ;
(3)Keil C Language program file ;
(4)L298 Driver chip technical manual and other reference materials ;
(5)Visio The flow chart drawn ;
The screenshot of resources is as follows
Resource acquisition method
Resource acquisition method
Resource acquisition method !
Because this design is my original design , Get the complete Word Design report 、Proteus Simulation 、Keil C Program 、Visio Flow chart documents and references .
WeChat search for my official account : Jiaoyuan Xiaozhi
版权声明
本文为[Jiang Yuzhi]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231412472028.html
边栏推荐
猜你喜欢
关于UDP接收icmp端口不可达(port unreachable)
OpenFaaS实战之四:模板操作(template)
API Gateway/API 网关(三) - Kong的使用 - 限流rate limiting(redis)
C语言知识点精细详解——初识C语言【1】——你不能不知的VS2022调试技巧及代码实操【1】
剑指offer刷题(1)--面向华为
统信UOS PHP7.2.3升级至PHP7.2.24
Tongxin UOS php7 2.3 upgrade to php7.0 two point two four
MySQL-InnoDB-事务
处理 mkdir:无法创建目录“aaa“:只读文件系统
循环队列的基本操作,你学会了吗?
随机推荐
时间复杂度计算举例
微信小程序客服接入,实现发送和接收消息
解决ssh配置文件优化以及连接慢的问题
微信小程序将原生请求通过es6的promise来进行优化
man man随记和crontab的@reboot用法
Preview CSV file
Redis源码分析之HSET流程与ziplist
Get the thread return value. Introduction to the use of future interface and futuretask class
Redis源码分析之PSYNC同步
MQ-2和DS18B20的火灾温度-烟雾报警系统设计,51单片机,附仿真、C代码、原理图和PCB等
Quickly understand the three ways of thread implementation
本以为能躺着进华为,结果陆续收到京东/滴滴/爱奇艺offer的我迷茫了
51单片机的直流电机PWM调速控制系统(附Proteus仿真+C程序等全套资料)
TLS/SSL 协议详解 (28) TLS 1.0、TLS 1.1、TLS 1.2之间的区别
C语言p2选择分支语句详解
关于在vs中使用scanf不安全的问题
逻辑卷创建与扩容
bc的用法
单相交交变频器的Matlab Simulink建模设计,附Matlab仿真、PPT和论文等资料
直流可调稳压电源的Proteus仿真设计(附仿真+论文等资料)