CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - avr frequency

搜索资源列表

  1. avr_count_f

    1下载:
  2. 一个用AVR做出的一个频率计,。通过,软件仿真的。,且适合初学者入门的例子-make an AVR with a frequency meter. Through software simulation. And for beginners entry examples
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:77051
    • 提供者:
  1. SPWM_Demo_Lcd1602_ATmega8515

    0下载:
  2. 一个用AVR单片机ATmega8515输出SPWM波形并驱动一个LED渐亮渐灭的示范程序,输出波形的占空比和频率显示在1602液晶屏上,编译环境Code Vision AVR-AVR with a ATmega8515 SPWM output waveform and an LED driver gradually Liang gradually eliminate the program, the duty cycle output waveform and frequency display
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:40032
    • 提供者:shaan
  1. AVR_Common_Bootloader

    1下载:
  2. AVR 通用 Bootloader 使用说明 *支持多种型号的AVR单片机 *支持多串口的AVR单片机 *支持RS232/RS485/RS422模式 *支持多种通信波特率和时钟频率 *自动计算波特率误差,如果波特率误差>2%,将给出错误提示 *完全C语言编写,容易修改 *为移植做了很多优化,将移植的工作量减少到了最低 *代码高度优化,占用空间小 *方便的功能裁剪,适应不同的要求 *支持看门狗 *支持使用LED指示升级状态 *支持超级终端下载-
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:395122
    • 提供者:阿德
  1. 38khz 单片机的定时器

    0下载:
  2. 利用avr mega128单片机的定时器1产生的38khz 的频率。已用示波器测试,没有问题。-Using avr mega128 microcontroller timer 1 generates a frequency of 38khz. Has been tested with an oscilloscope, no problem.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-08-14
    • 文件大小:7297
    • 提供者:刘佳炜
  1. a.rar

    2下载:
  2. PWM经过RC滤波产生电压,经过XTR115产生4-20mA电流输出,要点是XTR115的电压输入问题,自身为两线制,+5V输出提供不了较大电流,需要用DCDC,RC滤波采用钽电容和4.7k-4.9k的低温漂电阻能得到较高线形度,PWM输出为AVR单片机16位,模式15,不分频,PWM voltage generated through RC filter, after XTR115 have 4-20mA current output, the key points of the voltag
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-08-16
    • 文件大小:3879
    • 提供者:niucunfei
  1. 38khz

    0下载:
  2. 利用avr mega128单片机的定时器1产生的38khz 的频率。已用示波器测试,没有问题。-Using avr mega128 microcontroller timer 1 generates a frequency of 38khz. Has been tested with an oscilloscope, no problem.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:7297
    • 提供者:刘佳炜
  1. fmtransmitter

    0下载:
  2. 这是用AVR单片机控制FM发射芯片BH1415F的程序代码,使用的编译器时是 ICCAVR编译器。单片机的外围有3个按键分别控制发射的声道、频率快速加、慢加。发射的频率范围是88M~108M。-It is FM transmitter IC AVR MCU BH1415F program code, the compiler uses when ICCAVR compiler. External MCU has three buttons control the emission of the
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:31404
    • 提供者:胡桂远
  1. AVR_music

    0下载:
  2. 用AVR 音乐合成: 1.音乐数据存放于芯片的flash存贮器中2.PA口显示不同的音阶变化。 3.音乐数据的低四位选择音调频率,高四位*5后,为音调持续时间。-Using AVR Music Synthesis: 1. The music data stored in flash memory chips in the mouth 2.PA show different changes in scale. 3. The music data to choose the four to
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:19369
    • 提供者:wxb
  1. Source

    0下载:
  2. 一个倒车雷达的程序 使用的是AVR单片机。 在include.h文件里面定义 #define CPU_F 4 //4MHZ 定义外晶振的频率 #define GOOD //40KHZ更准确 #define DIS150CM //若定义了,1.5M有效,没有定义就是2.5M有效 #define DEBUG //若定义了,则是调试模式debug , 没定义就是release模式-Include.h document in which the definition of#
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:6940
    • 提供者:chenyong
  1. interference_filter

    0下载:
  2. 一种AVR单片机的快速工频干扰滤除算法 很难找的到哦-AVR microcontroller a fast-frequency interference filter algorithm to the hard to find Oh
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:214897
    • 提供者:
  1. A

    0下载:
  2. 用AVR单片机编写的汽车测速程序,其中包含了仿真图形,已经调试通过。这是我的毕业设计。希望给大家做个参考吧,采用1602显示,可以精确到小数点后6位,这个程序也可以改为测转速或者测频率。-Prepared using single-chip automotive AVR velocimetry procedures, including graphics simulation, debugging has been through. This is my graduation project.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:103012
    • 提供者:风飞扬
  1. AC_Induction_Motor_Control_Using_the_constant_Vf_P

    0下载:
  2. 使用V/F原理的交流电机控制和简单的PWM算法 交流电机在连接到电源时只能以其额定速度运转,所以要改变转速必须改变电源频率。本篇应用文档展示了这些技术如何在AT90PWM3上简单的被实现,也说明了AVR RISC微处理器在电源控制方面的应用。-Induction motors can only run at their rated speed when they are connected to the main power supply. This is the reason why va
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:404420
    • 提供者:ECN
  1. pjt

    0下载:
  2. dds的avr控制程序,可通过4个按键对dds频率进行步进-dds of avr control procedures, through four key step on the frequency dds
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:17070
    • 提供者:cc
  1. ProC

    0下载:
  2. 上面是单片机的延时程序,在单片机延时程序中应考虑所使用的晶振的频率,在51系列的单片机中我们常用的是11.0592MHz和12.0000MHz的晶振,而在AVR单片机上常用的有8.000MHz和4.000MH的晶振所以在网上查找程序时如果涉及到精确延时则应该注意晶振的频率是多大。-The above is a delay of MCU program, the program in single-chip delay should be considered the frequency of c
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:906
    • 提供者:ffqy
  1. shiyan_01

    0下载:
  2. avr单片机atmea16程序。实现发光二极管1s频率闪烁-avr microcontroller atmea16 program. Frequency of blinking light-emitting diodes to achieve 1s
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:9702
    • 提供者:tt
  1. Countdown

    0下载:
  2. LCD倒计时程序SL-AVR 芯片型号 : AT90S8515 时钟频率 : 8.000000 MHz-LCD countdown procedures SL-AVR chip type: AT90S8515 Clock frequency: 8.000000 MHz
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:2044
    • 提供者:yuang
  1. shuzip

    0下载:
  2. 一个用AVR做出的一个频率计,。通过,软件仿真的。,且适合初学者入门的例子 -One made with a frequency counter AVR,. Through software simulation. , And suitable for beginners to get into an example
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:305812
    • 提供者:wujiegang
  1. FFOutput

    0下载:
  2. Frequency hopping c?C++ avr
  3. 所属分类:单片机开发

    • 发布日期:2018-01-02
    • 文件大小:73728
    • 提供者:nomimalik
  1. AVR_BootLoader V1.2

    0下载:
  2. 使用Bootloader 升级芯片内程序详解(AVR support RS232/RS485/RS422 mode** support multiple communication wave Special rates and clock frequency Baud Rate* Automatic calculation error, if error Baud Rate)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-20
    • 文件大小:250880
    • 提供者:颢喧
  1. 测量

    0下载:
  2. 使用128AVR单片机测量三相电的电压,电流,频率等数据并通过12864显示屏进行实时显示(Using 128AVR MCU to measure the voltage, current and frequency of three-phase electricity and display them in real time through 12864 display screen.)
  3. 所属分类:单片机开发

    • 发布日期:2020-10-10
    • 文件大小:295936
    • 提供者:刘篮
« 1 2 34 5 6 »
搜珍网 www.dssz.com