资源列表
STC15F100-series-chinese
- STC15资料手册,介绍STC15系列单片机(STC15 datasheet,Introduction of STC15 Series Singlechip)
Temp 2
- //温度test #include <dht.h> dht DHT11; #define PIN_DHT11 10 void setup() { Serial.begin(9600); } void loop() { DHT11.read(PIN_DHT11); Serial.print("Humidity (%): "); Serial.println((f
RS232
- UART协议实现Verolog源码,可在FPGA上综合(UART Verolog source code)
TL7107+LM35仿真
- TL7107 LM35 protues仿真 精度+/-0.2度 实现温度采集(TL7107 LM35 Protues simulation precision +/-0.2 degree realization of temperature acquisition)
基于51单片机TC77温度采集1602
- 51单片机模拟SPI接口读取TC77温度模块,并在LCD1602显示其温度(51 single-chip microcomputer analog SPI interface reads the TC77 temperature module and displays its temperature in LCD1602)
仿真和程序
- 51单片机和数字电路实现6个16×16点阵仿真,滚动显示中文。(51 MCU and digital circuit to achieve 6 16 * 16 dot matrix simulation, rolling display Chinese.)
仿真和程序
- 51单片机和16*16点阵仿真,实现汉字左右滚动显示,并实现阳和阴两种显示模式。(51 microcontroller and 16*16 lattice simulation, realize the Chinese characters scroll around the display, and the realization of the Yin and yang two display modes.)
基于51单片机多路DS18B20温度采集+模拟开关仿真
- 通过模拟开关采集8路温度采集仿真,并通过按键可以设置相应温度设置和显示。当温度超过预警值时,报警。(The temperature acquisition and Simulation of the 8 road is collected through the analog switch, and the corresponding temperature setting and display can be set through the key. When the temperature
基于51单片机的多机通信
- 实现主从多机通信,一个主机,三个从机,三个开关实现配置通信地址,矩阵键盘为发送数据,在地址相配的从机会显示相应的数字。无源码,提供两个hex(To achieve master slave multi machine communication, a host, three slave computers and three switches are used to configure the communication address. The matrix keyboard is for s
万年历
- 可以进行万年历的运算,有闰年算法。对2月会有修正(We can do the operation of the calendar and have a leap year algorithm.)
12864B资料
- lcd12864点亮程序,串行数据输出,自己修改过,另外在c文件里面有详细注释。代码移植性高(LCD12864 highlights the program, the serial data output, modified by itself, and in the C file there are detailed annotations. High code portability)
L298N3遥控小车已实现
- STM32遥控小车,可实现前进、后退、差速转向。多路遥控器信号捕捉(STM32 remote control car, can achieve forward, backward, differential steering. Multichannel remote control signal capture)
