搜索资源列表
avr+cp2200_source
- m16+cp2200组成的网络接口。 m16使用内部RC振荡8M,如果要提高主频,请注意修改模拟总线读函数。 cp2200模块使用www.icdev.com.cn的,更改pin44连接VCC,即总线复用方式,地址数据复用。 软件编写使用avrstudio4.12+sp4+winavr(avrstudio自带的winavr嵌入方式)。 硬件连接: m16 | cp2200 PORTA | AD0-7 PB0 | RST PB1 | CS PB2 | RD P
a.rar
- 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
ppm_encoder
- 遥控程序开发这个软件是免费的。根据你自己的选择-Title : C file for the rc ppm encoder (servo2ppm_v4_2.c) Author: Chris Efstathiou E-mail: hendrix at vivodinet dot gr Homepage: ........................ Date: 3/Aug/2009 Compiler: AVR-GCC with
16x2characterLCD
- //实验板的AVR程序,驱动1602LCM(可显示2行,每行16个字符)模块显示实验练习。 //说明:RS高显示/低指令输入 RW高读/低写 EN高读数据/下降沿写数据 //具体电路可参照使用指南里的说明。每个字符为5×7或5×8的点阵,共16×2个字符。 //使用器件:ATMEGA8535,可更换。 使用默认的片内RC振荡器,1MHz。 //接线定义:PD4,5,6 为RS,R/W,EA。数据位为PC口。 //使用的开关:SW2-1,2,3.SW1-1,2,3,4,5,6,
servo-control
- AVR micro-Controller to control RC servo
RC5-Senden
- RC5 RC 5 AVR transmitter code in C
Calibration_of_the_internal_RC_oscillator
- 一种校准内部RC振荡器的方法,针对所有带可调(内部)RC振荡器的AVR芯片。除此之外,还提供了一个可以自行修改(参数值)的简单软件(用于校准内部RC振荡器)。这使得AVR芯片可以用AVR开发工具进行校准.-A calibration method of the internal RC oscillator, all with adjustable (internal) RC oscillator of the AVR chip. In addition, also provided a self
xinhao1
- 采用AVR单片机编写的正弦信号、方波信号、三角波信号发生器。使用PWM调制方式进行调制后再解调通过RC滤波器滤出信号。-AVR prepared using single-chip sinusoidal signal, square-wave signal, triangular wave signal generator. The use of PWM modulation modulation through the RC filter after the demodulation filt
ltcsrc
- AVR Line following robot embedded program (Int.RC 8MHz)
AD_LED
- < AVR单片机C语言开发入门指导>> Project 多通道AD转换 Chip type ATmega8 Clock frequency :内部RC(INT)8.000000M Author ATMEGA8内部的转换器-" <AVR单片机C语言开发入门指导> > Project multi-channel AD converter Chip type ATmega8 Clock frequency: the in
attiny15l_led_pwm
- This ASM code generates a 50Hz PWM signal for LEDs. AVR micro type ATtiny15L @ 1.6MHz int. RC osc.
AVR-ATmega328-transistortester
- 使用AVR ATmega328P的功能最全版本的电子元件测试仪器,可测量包括阻容和几乎全部晶体管的参数,包括全部程序和硬件连接电路图。-Using AVR ATmega328P most fully featured version of the electronic component test equipment, including RC measurable and almost all transistor parameters, including all the programs
Infrared-remote-control
- 红外摇控解码程序,用串口调试软件 波特率19200 采用AVR内部RC 8M晶振-Infrared remote control decoding procedure, with 19200 baud serial debugging software using AVR internal RC 8M crystal
SLEEP
- /* 本程序简单的示范了如何令AVR ATMEGA16进入睡眠状态及唤醒 电源管理及睡眠模式的介绍 进入最低耗电的掉电模式 关闭各种模块 外部中断唤醒 M16掉电模式的耗电情况(看门狗关闭),时钟为内部RC 1MHz 0.9uA@Vcc=5.0V [手册的图表约为1.1uA] 0.3uA@Vcc=3.3V [手册的图表约为0.4uA] //测量的数字万用表是FLUKE 15B,分辨率0.1uA 这个程序需要MCU进
ltcsrc
- AVR Line following robot embedded program (Int.RC 8MHz)
AVR_M16_PWM_KeyScan_7Seg_Interrupt
- 自己工作需要,需输出可调脉宽、频率的PWM波,网上找的资料都是介绍AVR快速PWM的,没有使用AVR相頻修正实现PWM控制的。就自己查资料,仿真、做板子。自己做了一个,调试通过了,如果需实际使用,部分参数需稍加修正。 功能:AVR ATmega16 相頻修正PWM波实现 涉及模块:7Seg(7段数码管驱动) 键盘扫描(包括长按和短按,稍加修改可实现多键检测) 定时器0,2的定时使用 定时器1的相頻修正PWM输出 PWM频率范围:0.1-99.9Hz,占空比:
26-串口COM中断
- avr单片机,串口通讯程序串口0测试程序,目标器件:ATmega16,晶振:RC 1MHZ编译环境:ICCAVR 7.22 ,(AVR singlechip, serial port communication program serial port 0 test program target device: ATmega16 Crystal oscillator: RC 1MHZ Compilation environment: ICCAVR 7.22)
avr单片机_教程_实例_附电路图
- AVR单片机教程,实例程序,并附有电路图,AVR片内集成多种频率的RC振荡器、上电自动复位、看门狗、启动延时等功能,外围电路更加简单,系统更加稳定可靠(AVR microcontroller tutorial, example program, and circuit diagram, AVR chip integrates multiple frequency RC oscillator, power on auto reset, watchdog, startup delay and oth