-
A_I_Chat_R2258605212014
artificial intelligence chatbot
- 2015-02-22 21:52:57下载
- 积分:1
-
cdcemu
松下车载碟机的协议代码,用于多种汽车的原车配备机头的扩展协议(Panasonic Car turntables protocol code, the original car used in a variety of vehicles equipped with head of the extended protocol)
- 2016-02-15 23:06:20下载
- 积分:1
-
CSparse.tar
direct sparse solver for linear equations
- 2014-01-02 20:05:09下载
- 积分:1
-
hongwai
通过protues仿真实现的51单片机红外线遥控发射和接收解码装置。(Simulation achieve through protues 51 microcontroller infrared remote control transmitter and receiver decoding device.)
- 2013-02-08 21:02:38下载
- 积分:1
-
camera_wifi_sent
只能车中将摄像头采集的图像通过无线收发(使用行中断)(Only car of the camera images collected through a wireless transceiver (use line breaks))
- 2012-12-12 12:11:28下载
- 积分:1
-
led-advertising-lamp
本程序能够实现广告灯的往正反方向来回移动。(Procedures to achieve the advertising lights move back and forth to the positive and negative direction.)
- 2013-04-23 22:14:05下载
- 积分:1
-
msp430-xiangweichaceliang-
基于MSP430的可以测量方波的相位差的程序,精确到小数点后3位,double型数据(msp430 相位差测量)
- 2015-07-26 22:48:36下载
- 积分:1
-
wenduji
基于学习板的数字温度计设计程序,可以在数码管上动态显示实时温度,按键控制温度范围,可以使用蜂鸣器报警等。(Based on the study of the board, can design program digital thermometer in digital displays real-time temperature on the tube, button control temperature range, can use the buzzer alarm and etc.)
- 2010-07-19 17:51:50下载
- 积分:1
-
AVRTemperatureControlSystem
基于 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 )
- 2010-05-13 11:32:02下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1