搜索资源列表
practice
- 凌阳单片机按键播放语音程序,可应用在公交车报站系统中-Sunplus SCM key player voice procedure can be applied to bus stop announcement system
dianyadianliu
- 实现程控电压电流源的程序.在功能方面,要求通过单片机按键选择输出信号类型及要求的输出量,并在显示器件上指示信号类型及设定数值-Voltage controlled current source to achieve the process. In the function, called for the adoption of single-chip button and select the output signal of the type of output required and th
xinhaoxianshi
- 以AT89S52为核心,对采集的模拟信号利用A/D转换为数字信号并送到单片机进行运算处理并通过显示电路显示结果。本系统具有自动轮流显示8个通道模拟信号的数值并可以通过按键切换通道的功能。-AT89S52 as the core in the acquisition of analog signals using A/D conversion and digital signal processing to carry out single-chip and the result will be
SCM-Traffic
- 利用单片机实现交通灯,里面包含keil源程序,也包含HEX文件,稍微修改一下输出端口就可以使用。交通的红绿灯时间是可控的,通过按键可以修改时间。-Traffic lights to achieve the use of single-chip, which contains keil source, but also contains HEX files, a little tinkering you can use the output port. Traffic light traffic
transportlight
- 用51单片机做控制器设计一个交通灯系统。该十字路口有两组交通灯(分别管理通道A和通道B两个方向),每一组各有红、黄、绿色指示灯和倒计时数码管显示当前状态和信息。 (1)基本要求 运行中的智能交通系统有以下三种基本情况: 1)正常情况下轮流放行,其中: A通道绿灯30s B通道绿灯15s 每通道从绿灯切换为红灯前,应有5s黄灯时间. 2)A通道、B通道各设置一个行人过街按键。具体功能(以A通道行人过街按为例): 当该按键按下时,A通道显示红灯5s后转为显
anjian
- 一键多功能按键识别技术。对于要通过一个按键来识别每种不同的功能,我们给每个不同的功能模块用不同的ID号标识,这样,每按下一次按键,ID的值是不相同的,所以单片机就很容易识别不同功能的身份了。 -One-touch multi-function key recognition technology. For a button to pass to identify the different functions of each, we have different functions to ea
Text4.0
- 通过传感器获取环境的温度信息,利用单片机把所得到的温度有关信息进行温度调节实现温度的自动控制,使温度保持在预先设定的温度值范围。 2. 当按下语音播放按键时,触发系统通过语音系统播放当前的温度。当温度超过设定温度时,系统自动播放警告信息。 3. 系统通过串口通信把所测到的温度数据传到PC上并进行记录,PC把把所得到的数据描绘成一天温度曲线,最终显示在屏幕上。 -OK
dianzizhongchengxu
- 电子钟,实现每按一次按键,显示时分秒的数码管数字均可分别加1或减1,且当显示小时的数码管显示到24时,所有数码管会自动清零。-Electronic clock to achieve every time I press the button, the display minutes and seconds can be a digital control numbers plus 1 or minus 1, respectively, and when the digital LED displ
4x4key
- 4x4键盘 按键程序 经典版 单片机控制-Classic 4x4 keyboard keys MCU program
2.独立按键
- 利用51单片机编程使LED灯点亮,独立按键效果,按下独立按键K1,LED右移显示!(Using 51 chip computer programming to light up LED lights, independent key effect, press independent key K1, LED right shift display!)
msp430f149单片机测频率
- 430149按键控制PWM波 打开SSCOM,正确设置通信格式,向学习板发送一个 字符或者是字符串(字符和字符串结尾必须添加结束 符'\'),观察PC机是否正确收到回发的字符(Key control PWM wave)
4.独立按键
- 基于51单片机实现的一个独立按键功能 的小模块,使得按键按下单片机响应(Based on 51 single-chip microcomputer to achieve an independent button function of the small module, so that the press button to press the microcontroller response)
9.一键多功能按键识别技术
- 开关SP1接在P3.7/RD管脚上,在AT89S51单片机的P1端口接有四个发光二极管,上电的时候,L1接在P1.0管脚上的发光二极管在闪烁,当每一次按下开关SP1的时候,L2接在P1.1管脚上的发光二极管在闪烁,再按下开关SP1的时候,L3接在P1.2管脚上的发光二极管在闪烁,再按下开关SP1的时候,L4接在P1.3管脚上的发光二极管在闪烁,再按下开关SP1的时候,又轮到L1在闪烁了,如此轮流下去。(Switch SP1 connected to the P3.7/RD pin, four l
按键控制呼吸灯
- 简单实现PWM控制呼吸灯,进而熟悉应用c51单片机的简单功能(Simple realization of PWM control breathing lamp)
独立按键头文件
- ATMEGA16单片机,独立按键头文件(ATMEGA16 singlechip, independent key head file)
基于单片机的室内空气净化系统
- 基于单片机的室内空气净化系统。如果要将此应用项目移植到开发板上,只需要根据此项目的电路图修改管脚,改成开发板按键和LCD及蜂鸣器对应的管脚上,并修改程序内通道的口即可。(Indoor air purification system based on single chip microcomputer. If you want to apply this project into development board, circuit diagram to modify pin only need
AT89S51实践与实验教程
- 单片机 按键 教程()
单片机
- 单片机串口通信例子。 如:1.在code中设置两个一维无符号字符型数组,数组共有5个元素,每按键一次,将数组数据发送一次。若P3.4=0,发送第1个数组数据,否则发送第2个数组数据。 2.与“1”配对,接收发送方的数据,接收经偶校验正确的数据放在20H-24H单元,接收后根据P3口拨码开关的值显示20H-24H单元的内容。P3.7P3.6P3.5P3.4=0000、0001、0010、0011、0100分别显示20H、21H、22H、23H、24H的值。(An example of seri
状态机按键
- 状态机按键延时消抖不占用单片机资源。这个程序是是51C语言程序(The state machine key delay eliminates the use of SCM resources.)
16基于单片机数字音乐盒的设计
- 16基于单片机数字音乐盒的设计,将歌曲下载进TF卡,通过按键控制单片机播放歌曲。(Based on the design of digital music box of single chip computer, the songs are downloaded into TF card, and the singlechip is controlled to play the songs by keys.)