-
hongwai
通过protues仿真实现的51单片机红外线遥控发射和接收解码装置。(Simulation achieve through protues 51 microcontroller infrared remote control transmitter and receiver decoding device.)
- 2013-02-08 21:02:38下载
- 积分:1
-
suoxianghaun
飞思卡尔单片机锁相环程序,详细说明了锁相环的配置步骤以及计算方法(Freescale MCU PLL procedures, a detailed description of the PLL configuration steps and calculation methods)
- 2020-11-09 21:29:46下载
- 积分:1
-
STEPPER-MOTOR
通过51单片机串行转并行,扩展IO口,实现四个步进电动机的控制。(By 51 microcontroller serial to parallel IO expansion port, to achieve four stepper motor control.)
- 2013-07-27 09:36:43下载
- 积分:1
-
Spectrum-analyzer
Useful modding - a spectrum analyzer + clock.
We came across two 5x8 LED matrix, virtually occupying five-inch drive bay, and I decided to make a spectrum analyzer based on their sound.
- 2016-02-16 03:02:42下载
- 积分:1
-
PWM
PWM调光
1、学习目的:利用定时器产生PWM,了解原理和使用方法
2、硬件要求:LED灯 定时器
3、试验现象:LED灯由亮到灭,由灭到亮逐步变化,也就是调光现象(PWM dimming, learning objectives: the use of the timer to generate PWM understand the principles and use hardware requirements: LED lamp timer test phenomenon: LED lights from bright to off, gradually changes from off to bright, that is, adjusted optical phenomena)
- 2013-03-23 20:18:42下载
- 积分:1
-
19.fengmingqi
此为51单片机的正弦波产生c程序,可将hex文件烧录到单片机内使用。(This is a 51 microcontroller sine wave generator c program, you can burn the hex file into the MCU.)
- 2015-10-16 16:16:04下载
- 积分: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
-
2014730mfc1kinect-
环境vs2010,kinect for wondows sdk v1.8
MFC 编写的显示人体骨骼,串口发送数据控制机械臂(Environment vs2010, kinect for wondows sdk v1.8
MFC write the display of human bones, serial transmit data control arm)
- 2014-08-11 11:21:12下载
- 积分:1
-
HRing
一个自制的小闹钟程序,程序可以配置,能够切换背景以及时间显示的外观,两者可以单独变换也可以一起变换。(A self-made small alarm clock program, the program can be configured, can switch the time display background and appearance, the two can be alone together can also transform transformation.)
- 2007-07-18 13:02:06下载
- 积分:1
-
modbus-TCPIP
modbus TCPIP协议client-Server代码,c++。(TCPIP client-Server protocol MODBUS source code and analysis, c++ programming.
)
- 2016-09-24 20:54:49下载
- 积分:1