搜索资源列表
Interrupt
- 周立功开发板,lpc2292上实现外部中断实验,通过实验箱发声器和红外发送-接收对管实现通过外部中断令发生器产生声响。
51_code_text_b
- 自己的51开发板源代码B,里面包含有LCD1602实验,lcd12864实验,ps2 lcd1602,串口通讯,红外遥控,计算器,继电器控制,矩阵键盘等实验程序,内容丰富
zsMCUshiyanban
- 本实验板的制作原则,简单实用。资源: 8 个LED(闪灯,走马灯,各式花样灯)。4 个数码管(时钟显示,遥控码显示,计数显示等各种显示)。6 个按键(按键扫描,中断,计数器)。 AT24C02(I2C 总线接口实验)。6个接收头(家电遥控器接收,解码)。MAX232(串行RS232 和电脑通迅实验)。蜂鸣器提供各种实验的例程,让初学者轻松学会单片机编程。其中的遥控解码程序,可将红外遥控器的代码显示到LED 上,是遥控开发的好工具。-This experiment the production o
Staff
- 一个开发电梯模型用的小程序,基于AT89S51单片机,可以实现根据按键要求,电梯有厢体在不同的楼层停止.可以做为教学实验之用,程序已经测试过,楼层检测使用红外对管.电机使用三相步进电机.驱动使用LM298.-A development model with a small lift procedure, based on AT89S51 microcontroller, can be achieved under the key requirements of the lift with env
51_MCU_12864LCD_Display_infrared_remote_decoding_e
- 51单片机的用12864液晶显示红外遥控解码实验,在51开发板上测试过,运行正常,以前做过的实验,现在上传和大家一起分享下。-51, 12864 MCU with LCD remote control decoding experiments tested in 51 development board, run normally, done before the experiment, now under upload and share.
HWJM
- 杜洋的红外遥控器解码程序,很不错,研究一下后用自己的开发板实验成功了,成功解码自己的车载MP3遥控器。-Du Yang' s infrared remote control decoding procedure, it is good to look after their own development board experiment is successful, the successful decoding its own MP3 remote control car.
51-procedures
- 里面是一个51开发板的实验程序,包含了24C02、DS1302、DS18B20、红外遥控解码以及一些常用程序,供学者参考-51 development board which is a experimental procedures, including the 24C02, DS1302, DS18B20, infrared remote control decoding as well as some common procedures for academic reference
Infrared-emission
- avr mege16开发板实验程序 红外发射-avr mege16 development board infrared emission test procedures
hongwaijietou
- msp430单片机红外接收头解码实验,开发板程序-msp430 microcontroller infrared receiver decoding experimental development board procedures
avr
- avr开发实验程序。含有LED,按键,数码管1206,12864,DS18B20,I2C,窗口通信,红外等等程序。-avr development of experimental procedures. With LED, keypad, digital control 1206,12864, DS18B20, I2C, windows communication, infrared, etc. procedures.
The-infrared-emission-source-code
- 红外发射源代码,51单片机开发实验,利用C进行编写的工程-The infrared emission source, 51 MCU development experiment
rentihongwai
- 基于蓝牙BLE4.0协议栈的CC2541芯片开发的人体红外实验程序-Based on Bluetooth protocol stack BLE4.0 CC2541 chip development PIR experimental procedure
STC12C5A60S2_IR_Test_HS0038B
- 红外数字接收头测试程序 1、程序说明: 该例程演示了接在单片机P3.5端口上的红外数字接收头测试实验。 并在数码管上显示接收到得遥控按键的键值。 本接收程序基于状态机的方式,利用定时器定时扫描接收数据端口, 占用单片机资源少。注意接收到的电平和发射的电平正好相反, 在中断程序中检测下降沿,从检测到第一次下降沿开始计时,到下一个 下降沿到来时的计时值即为检测到的周期,对此周期进行判断,已识别是 引导码还是数据。 2、实验操作 将拨码开关S
Infrared-remote-control
- 基于STM32F107开发板控制红外遥控器实验-Infrared remote control program based on STM32F107 development board
实验28 红外遥控实验
- STM32F103 红外解码实验,基于原子战舰开发板(STM32F103 infrared decoding experiment)
09-红外收发器
- PC上运行串口大师等串口调试软件,通过USB接口向开发板发送数据, 开发板收到数据帧后,将其由红外端口发送;如开发板接收到红外信号,当红外端口接收到完整数据帧后,开发板将数据由USB口送至PC。本程序未采用NEC或Philips的红外协议,旨在展示一种像使用串口一样 使用红外接口的方式,实验表明,这一方法十分有效,在1200bps、3米 距离的条件下仍有非常好的收发效果。(PC run serial master serial debugging software to se