资源列表
3.流水灯
- 流水灯实验,简单易懂,是新手入门stc89c51的必备首选资料(Water lamp experiment is simple and easy to understand. It is the first choice for STC89C51.)
6.串口实验
- 51单片机上手快,串口实验,简单易学,学习(51 singlechip fast hand, serial experiment, simple and easy to learn)
TEST1
- DACmokuaide biancheng huasixiang
80-消防车警报
- 使用89C51单片机,模拟出消防车警报的声音,编译软件 keil2(89C51 simulation of fire engine alarm)
LED
- user:启动文件和主程序 当芯片上电启动时,首先会执行启动文件中的汇编程序,建立起C语言的运行环境,该启动文件startup.s使用的时thumb指令。功能为:1、初始化堆栈指针;2、初始化程序计数器指针PC;3、设置堆、栈的大小;4、设置C库的分支入口“_main”,最终用来调用main函数。 主程序中通过宏定义将led地址赋予led_0等,通过向led地址中写“0”或“1”控制led引脚电平,实现流水灯效果。 listing:编译生成的lst文件和map文件 output:编译后的
51实现-音乐播放
- 使用89C51单片机和蜂鸣器实现音乐播放-世上只有妈妈好,编译软件 keil2,(Using 89C51 MCU and buzzer to play music, there is only mom in the world, the compiler software KEIL2.)
51实现-秒表
- 名称:数码管显示,按键控制秒表 内容:中断按键控制,数码管显示,中断0控制计时和停止,中断1清零(Name: digital tube display, button control stopwatch Content: interrupt button control, digital display, interrupt 0 control timer and stop, interrupt 1 zero.)
RS485基本通讯原理 接收
- 串口通信 rs485: 485 与 232 使用相同软件协议,是半双工,需要有2套开发板对发测试,或者使用另外一个485设备配套,这里提供测试程序(Serial communication RS485: 485 and 232 are half duplex using the same software protocol, requiring 2 sets of development boards to test the hair, or using another 485 devi
RS485基本通讯原理 发送
- 串口通信 rs485: 485 与 232 使用相同软件协议,是半双工,需要有2套开发板对发测试(Serial communication RS485: 485 and 232 are half duplex using the same software protocol, requiring 2 sets of development boards to test the hair,)
8815397fft
- 基于MATLAB/FPGA的fft的verilog实现。(Verilog implementation of FFT based on MATLAB/FPGA)
51电子琴设计
- 使用2*4矩阵按键,外加两个独立按键,可以演奏一段小曲,或是使用来弹奏,包含程序图,仿真图,pcb图和原理图(Using 2*4 matrix buttons and two independent buttons, you can play a little tune, or use it to play, including program diagram, simulation diagram, PCB diagram and schematic diagram.)
温度计
- 实用的温度计(ds18b20)+Proteus仿真+C源程序(A practical thermometer (DS18B20) +Proteus simulation +C source program)