-
lesson10(ht6221-hongwai)
基于PIC16F877A的ht6221红外解码程序,测试通过(program based on pic16f877a,pass)
- 2014-11-07 14:26:58下载
- 积分:1
-
C
说明: 电源控制器的单片机汇编程序和VB源程序,主要功能是通过电脑程序控制单片机实现电源的控制。(Single-chip power controller for the compilation of procedures and VB source code, the main function is to control single-chip computer control to achieve power.)
- 2009-04-11 11:45:20下载
- 积分:1
-
PWM
用C语言编程的PWM波在液晶屏上的显示,主控制器为单片机(C language programming of the PWM wave display on the LCD screen, the main controller for the microcontroller)
- 2013-08-15 11:22:45下载
- 积分:1
-
experiment-for-51MCU
单片机入门推荐实验可以帮助大家快速入门,有大量代码,可供调用(experiment for 51MCU)
- 2012-04-03 11:20:45下载
- 积分:1
-
M8LM35-GSM-Temperature
ATmega8 Temperature monitoring using LM35
- 2015-07-29 04:51:27下载
- 积分:1
-
PID_controller_parameter_optimization
PID调节器参数优化设计的一种改进方法...(PID controller parameter optimization of an improved method)
- 2011-01-10 11:55:24下载
- 积分:1
-
STM32利用网口CH395传输数据源码及资料
使用MDK5编写的程序,利用STM32F103驱动CH395模块利用网口和电脑之间通信,还包含了相关的资料(Using the program written in MDK5, using the STM32F103 to drive the CH395 module to communicate between the network and the computer, the related information is also included.)
- 2021-05-13 12:30:01下载
- 积分:1
-
Thermometer
这是一个远程温度计
MCU: AT89S52
温度传感器: DS18B20
晶振: 12MHz
使用串口连接,在PC端使用"超级终端"打开
设置如下:
波特率: 4800
数据位: 8
奇偶校验: 无
停止位: 1
数据流控制: 无
电路图见Thermometer-SCH.jpg
该程序的编写参照了Keil UV2自带的便子
见EXAMPLESMEASURE
使用终端交互方式
其实,这不仅是一个测漫器,
它的时钟也非常准确.(This is a remote thermometer MCU: AT89S52 Temperature sensor: DS18B20 crystal: 12MHz to use serial port connection, in the PC client to use super terminal Open settings are as follows: baud rate: 4800 data bits: 8 Parity: None Stop bits: 1 Data Flow Control: No schematics see Thermometer-SCH.jpg the program prepared by the light of the Keil UV2 own son will see the use of terminal interactively EXAMPLESMEASURE In fact, this is not only a measured man, and it is also very accurate clock.)
- 2008-01-02 15:27:23下载
- 积分:1
-
实验3 串口通信实验
说明: 利用STM32F106RET6的串口1发送字节或数据(STM32F106 com comunication)
- 2020-06-22 19:40:02下载
- 积分:1
-
DatamemoryEEPROM24C02
/*EEPROM24C02,程序将对存储器进行读和写,因此涉及到键盘程序,比较复杂,耐心学,*/#include <reg51.h>#include <intrins.h>#define W24C020xA0//存储器的写地址
#define R24C02 0xA1 //存储器的读地址
#define MSB 0x80 //8位二进制最高位置1
#define LSB 0x01 //8位二进制最低位置1
(/* EEPROM24C02, program will read and write memory, it involves the keyboard program, more complex, patient study,* /# include <reg51.h># Include <intrins.h># Define W24C020xA0// write the memory address# define R24C02 0xA1// read memory address# define MSB 0x80// 8 bit binary highest position 1# define LSB 0x01// 8 bit binary lowest 1)
- 2010-06-05 18:30:50下载
- 积分:1