-
MPPT1
MPPT,最大功率跟踪,使用STC12R5608AD作主控芯片。原理图,程序完整。直接烧录即可使用。PCB就不上传了,自己画一下。研究生课程设计的作品(MPPT, MPPT using STC12C5608AD as master chip. Schematics, program integrity. Direct burn to use. PCB not uploaded Kazakhstan, she painted it. Graduate course design work)
- 2013-08-20 21:52:28下载
- 积分:1
-
DS18B20
说明: 18B20数字温度计,驱动液晶显示的,可以实现报警功能(18B20 digital thermometer, to drive liquid crystal display, alarm function can be achieved)
- 2011-03-12 11:51:43下载
- 积分: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
-
triangle
由单片机和DAC0832产生正弦波或三角波的程序。单片机和DAC0832可将频率进行分频的具体程序(Sine or triangle wave and DAC0832 procedures generated by the microcontroller. SCM and DAC0832 can divide the frequency of specific procedures)
- 2014-01-11 15:53:32下载
- 积分:1
-
HC595clock
说明: 这是一个使用了8位移位寄存器HC595的电子钟程序,里面包括了仿真程序。以及HC595的操作说明。(This is a used 8-bit shift register of the electronic bell HC595 procedures, which include the simulation program. As well as instructions HC595.)
- 2009-08-03 11:09:10下载
- 积分:1
-
wave
单片机c程序集(伟福),环境为LAB6000,包含所有实验的程序,并附有详细的注释,难得的好资料,网上很难找。(Singlechip c assembly (Fu Wei), the environment LAB6000, contains all the experimental procedure, together with detailed notes, rare good information hard to find online.)
- 2008-06-11 23:39:59下载
- 积分:1
-
fangzhen
0013、单片机C语言程序设计实训100例——基于8051+Proteus仿真(0013, Microcontroller C Programming Language Training 100 cases- based on 8051+ Proteus simulation)
- 2016-06-24 22:29:09下载
- 积分:1
-
USBDriverSetupDisk
cy7c68001驱动程序,主要用于这个usb芯片的驱动(CY7C68001 driver chips used mainly for the usb driver)
- 2020-11-25 14:29:33下载
- 积分:1
-
RTD2660H
PCB800099 RTD2660h固件(PCB800099 RTD2660h)
- 2021-04-24 17:38:47下载
- 积分:1
-
guangai
基于单片机农作物智能灌溉控制技术 简单易懂程序(Microcontroller-based smart irrigation control technology crops straightforward program)
- 2015-10-11 22:14:25下载
- 积分:1