-
SIM800C
SIM800C升级工具,二次开发工具,省成本的特别好用用的方案(SIM800C upgrade tool)
- 2017-01-23 11:27:01下载
- 积分:1
-
Seekers
Seekers导引头模型仿真C++源码;内含Seeker仿真模块、导引头电机环节、导引头PID环节等。(Seekers seeker model simulation C++ source containing Seeker simulation module, motor aspects seeker seeker PID link and so on.)
- 2013-05-31 21:33:30下载
- 积分:1
-
arduino2matlab
此文件是arduino mega 2560单片机与Matlab结合的应用,可以通过matlab观察arduino的输出,程序有详细的注解,里面包含了一些实例。适合初学者学习。(This file is arduino mega 2560 microcontroller applications in conjunction with Matlab, arduino output can be observed through matlab, procedures detailed comments, which contains a number of examples. Suitable for beginners to learn.)
- 2013-12-15 10:44:05下载
- 积分:1
-
Template 蜂鸣器实验
基于stm32的蜂鸣器实验源码。需要在对应平台上使用(Based on the stm32 buzzer experimental source. Need to use on the corresponding platform)
- 2017-06-19 03:30:48下载
- 积分:1
-
anjianfayin
本人收藏的一个按键发音的程序, 很不错的源码,值得下载(My collection procedures pronunciation of a button, it is a good source, it is worth downloading)
- 2008-04-07 15:58:51下载
- 积分: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
-
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
-
5.Matrix-key
矩阵按键测试程序, 输出结果用串口传输到上位机显示(Matrix key test program, the output with serial transmission to the PC)
- 2014-02-26 20:25:41下载
- 积分:1
-
smart-grid
智能电网综述。提出新的概念和研究方法。及其对目前传统电网的颠覆。(smart power grids。)
- 2015-08-21 16:26:20下载
- 积分:1
-
vb-example
vb单片机上位机例程 很详细的例子,直接可用 适合初学者
(vb example)
- 2011-08-21 17:59:38下载
- 积分:1