-
shangweiji
温度传感器,基于51的温度传感器!献给予51的爱好者们!(Temperature sensor, temperature sensor based on 51! Offered to give 51 fans!)
- 2010-07-17 20:48:55下载
- 积分:1
-
HSDL7001PDF
红外通信装置
HSDL-7001PDF资料(Infrared communication device
HSDL- 7001 PDF data
)
- 2014-08-07 20:48:06下载
- 积分:1
-
ADC0809
说明: 一个用于
AD采集的程序和电路,可以直接看到相应的作用(ADC0809)
- 2010-03-22 17:05:11下载
- 积分:1
-
52DHT11-1602
stc89c52测试DHT11并用1602显示(DHT11 stc89c52 test and 1602 showed)
- 2016-04-18 17:04:44下载
- 积分:1
-
Desktop
跑马灯设计,主要是利用51单片机完成跑马灯的设计(Marquee design)
- 2012-09-18 21:59:36下载
- 积分:1
-
experiment-for-51MCU
单片机入门推荐实验可以帮助大家快速入门,有大量代码,可供调用(experiment for 51MCU)
- 2012-04-03 11:20:45下载
- 积分: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
-
ADCRecord
使用STM32F4+usb3300实现虚拟示波器,支持使用外部ADC模式,也就是使用AD9280芯片,最大采样率可达30MSPS.(STM32F4+usb3300 implementation of the virtual oscilloscope, support the use of external ADC mode, that is, the use of AD9280 chip, the maximum sampling rate of up to 30MSPS
)
- 2016-07-04 17:49:34下载
- 积分:1
-
libimobiledevice
libimobiledevice VS2008 可编译代码
需要自行编译openssl-1.0.1l (libimobiledevice VS2008 code can be compiled
Need to compile openssl-1.0.1l)
- 2015-02-27 10:48:12下载
- 积分: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