登录
首页 » Visual C++ » AVRTemperatureControlSystem

AVRTemperatureControlSystem

于 2010-05-13 发布 文件大小:132KB
0 326
下载积分: 1 下载次数: 312

代码说明:

  基于 AVR 单片机的水温自动控制系统 摘要: 本系统以 ATMEGA16 单片机作为系统的检测和控制核心,采用温度传感器 AD590实现0—100℃温度范围内的实时温度采集,通过双向可控硅 BT136 控制电热杯对系统进行加热,利用继电器控制半导体制冷片对系统进行散热。通过一线键盘实现对任意温度值进行设定并对模糊 PID 参数的调整,液晶 LCD1602 实时更新显示当前温度测量值与键盘设定温度值。利用模糊 PID 算法,通过调功法对水温系统进行控制,实现在 0—100℃范围内任意设定温度值,静态误差小于±0.5℃。 关键词: AVR 单片机 水温自动控制 模糊 PID 算法 (AVR Microcontroller Based Temperature Control System Abstract: This system ATMEGA16 microcontroller as the core monitoring and control system using the temperature sensor AD590 0-100 ℃ temperature range to achieve real-time temperature acquisition, through triac BT136 control system for electric heating cup, using relay control system for semiconductor cooling heat tablet. Achieved through the keyboard line value for any temperature setting and adjustment of fuzzy PID parameters, real-time updates LCD1602 LCD displays the current temperature measurements and the keyboard set temperature. Fuzzy PID algorithm, the system transfer function method of temperature control, to achieve the 0-100 ℃ adjustable set temperature, the static error is less than ± 0.5 ℃. Keywords: AVR microcontroller water temperature control fuzzy PID algorithm )

文件列表:

程序\AD.h
程序\AD._h
程序\ADC.C
程序\ADC._C
程序\delay.h
程序\eeprom.h
程序\FUZZY_PID.H
程序\FUZZY_PID._H
程序\hen_wen.cof
程序\hen_wen.dbg
程序\hen_wen.hex
程序\hen_wen.lk
程序\hen_wen.lst
程序\hen_wen.mak
程序\hen_wen.mp
程序\hen_wen.prj
程序\HEN_WEN.SRC
程序\KEY_BOARD.H
程序\KEY_BOARD._H
程序\lcd1602.h
程序\lcd1602._h
程序\main.c
程序\main.dp2
程序\main.lis
程序\main.o
程序\main.s
程序\main._c
程序\NTC.h
程序\NTC._h
程序\pid.h
程序\pid._h
程序\PT100.c
程序\PT100._c
程序\resister.c
程序\resister._c
程序

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • shanshuoyi
    51单片机的闪烁灯代码一,非常适合初学者的使用,在这分享给大家。(51 MCU flashing lights code, very suitable for beginners to use, in this share to everyone. )
    2014-04-07 08:19:35下载
    积分:1
  • WinAvraAvrStudio
    AVRstudio和winavr的联用,多个文档,对于刚刚入门的单片机爱好者们非常有用。(AVRstudio and winavr hyphenated, multiple documents, for just getting started microcontroller enthusiasts very useful.)
    2013-09-19 17:11:03下载
    积分:1
  • adn
    AD转换资料,超全大量AD采集电压以及采集电流的方法!(AD conversion data, a large number of ultra-wide voltage and collected current AD acquisition method!)
    2013-09-01 17:58:25下载
    积分:1
  • 12
    说明:  基于单片机的电阻测量系统,带vb上位机控制和显示同时还有无线发射(MCU-based resistance measurement system with vb PC control and display as well as a wireless transmitter)
    2014-02-22 15:14:06下载
    积分:1
  • mswatch
    桌面监视器,带键盘监视功能 可用于关闭一些广告窗口或不希望出现的任意窗口,键盘监视功能带回放器,可播放鼠标键盘的操作过程(desktop monitor, with the keyboard function can be used to monitor the closure of some advertising window or do not want to see is the arbitrary window, Keyboard surveillance function with playback device that can broadcast mouse keyboard operation process)
    2007-04-17 17:35:00下载
    积分:1
  • connection-two-methods
    connection的两种连通域方法,上传上去大家应该能看懂的,我从基础学的是能够看得懂,不懂得翻下书(The connection of the two methods of connected domain, uploaded you should be able to understand, I the foundation to learn is to be able to read, not understand through books)
    2016-03-09 17:19:33下载
    积分:1
  • ng-cordova-master-(1)
    ng cordova master yes, yes, yes,
    2016-11-30 08:26:04下载
    积分:1
  • National_Clock_Design_Tool_Instructions
    LTM公司芯片的时钟配置资料。内容很详细清楚!(LTM chips clock configuration data. Content is more clear!)
    2010-12-18 17:13:11下载
    积分:1
  • main
    本项目是基于Cortex-M3 的地沟油快速检测装置,旨在实现“地沟油”快速,现场检测。MCU控制可编程的直接数字频率合成器(DDS)产生正弦激励信号,经过可变增益放大器(VGA)和低通滤波器(LPF)作用于食用油阻抗传感器(实验室制作)信号经过仪器放大器送入微控制器(MCU)的模数转化(ADC)通道,MCU对采集的信号通过快速傅里叶变换(DFT)处理,实现食用油阻抗与相角的检测;USB和以太网接口,可与计算机通讯,以便对采集的数据进行存储和分析。(The project is based on the Cortex-M3 waste oil rapid detection device designed to achieve " waste oil" rapid, on-site testing. MCU control programmable direct digital frequency synthesizer (DDS) generates sinusoidal excitation signal through a variable gain amplifier (VGA) and a low-pass filter (LPF) acting on the oil-impedance sensor (lab produced) to send signals through the instrumentation amplifier into the microcontroller (MCU) modulo conversion (ADC) channels, MCU signal acquisition via Fast Fourier Transform (DFT) processing, oil resistance and phase angle detection USB and Ethernet interfaces, and computer communication, in order to collect data for storage and analysis.)
    2020-07-01 17:20:01下载
    积分:1
  • CCPUTemp
    通过EC获取CPU的运行温度,对CPU的运行温度进行实时监控,超过会自动报错,并可以设置监控时间(read CPU s temperture by EC)
    2020-07-20 21:38:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载