-
in our company do C51 microcontroller refueling procedures
这是我在我们公司做的C51加油单片机程序-in our company do C51 microcontroller refueling procedures
- 2022-03-26 08:51:43下载
- 积分:1
-
本文档详细的介绍了dsp用ad模块进行数据采集后的后续处理工作...
本文档详细的介绍了dsp用ad模块进行数据采集后的后续处理工作-This document describes in detail dsp data acquisition module with the ad after the follow-up processing
- 2023-08-18 17:15:03下载
- 积分:1
-
For there is no single
对于没有i2c接口的单片机来说,要用标准i2c器件通讯来说只能通过软件模拟了
本程序提供几个最高效的函数实现其功能,新方法,更高效-For there is no single-chip interface for i2c, i2c devices use standard communications software simulation run only through the procedures provided by several of the most efficient function to achieve its function, new methods, more efficient
- 2023-08-01 15:25:02下载
- 积分:1
-
这是一个针对AVR单片机的串口编程,里面有原理图,加上串口源码。针对型号为ATMEGA128的AVR单片机使用。其它的芯片,如果寄存器一样也可套用。
这是一个针对AVR单片机的串口编程,里面有原理图,加上串口源码。针对型号为ATMEGA128的AVR单片机使用。其它的芯片,如果寄存器一样也可套用。-This is a serial port for AVR MCU programming, which has schematic diagram, together with the serial code. ATmega128 model for single-chip using the AVR. Other chips, the same as if the register can also be applied.
- 2022-01-22 15:58:40下载
- 积分:1
-
//115.2k串行口通信程序,校验方式为简单双向校验, //而且是必要的,因为任何采用中断、crc等的方法 //均很难保证速度和避免错误. //总体速度5KB...
//115.2k串行口通信程序,校验方式为简单双向校验, //而且是必要的,因为任何采用中断、crc等的方法 //均很难保证速度和避免错误. //总体速度5KB/秒 //单片机程序 //使用22.1184晶振-//115.2k serial port communication procedures and testing methods for the simple two-way check,// it is necessary, because any interruption used, the method crc// it is very difficult to ensure speed and avoid mistakes.// Overall speed 5KB/s// MCU procedures// crystal use 22.1184
- 2022-03-16 22:45:15下载
- 积分:1
-
在51单片机的P0口连接上LED,通过本程序对LED进行点亮、判断操作,来测试P0口的引脚。...
在51单片机的P0口连接上LED,通过本程序对LED进行点亮、判断操作,来测试P0口的引脚。-Drive LEDs via P0 port of 51 MCU, to test prot 0.
- 2022-12-21 16:45:03下载
- 积分:1
-
本设计以P89V51RD2FN单片机为电动小车的控制核心,采用MSA
本设计以P89V51RD2FN单片机为电动小车的控制核心,采用MSA-LD2.0倾角传感器实时测量跷跷板的倾斜角,用ST198光电传感器检测黑色引导线监测小车运动。光电传感器和倾角传感器模块把实时测量信号馈送至单片机,利用专用细分芯片TA8435H驱动步进电机,以脉宽调制式斩波方式对步进电机步进角进行细分,控制和调节小车速度。采用增量式PID控制算法确保小车能够达到平衡;用RT128×64M液晶显示时间、角度等参数。经测试表明:小车各项性能指标达到设计要求,能够实现30秒内小车行驶到规定点,并保持跷跷板平衡;在跷跷板一端配重可调整的情况下,小车也能自动找到平衡点并保持跷跷板平衡。-The single-chip design for the electric car P89V51RD2FN control of the core, the MSA-LD2.0 seesaw angle sensor real-time measurement of the tilt angle, the detection of black ST198 photoelectric sensor to monitor vehicle movement and guide lines.Photoelectric sensors and angle sensors in real-time measurement module to feed the signal to the microcontroller, using a dedicated sub-chip stepper motor driver TA8435H to PWM chopper-type stepper motor on the sub-stepping angle, control and regulation vehicle speed. The use of incremental PID control algorithm to ensure that the car can achieve balance with LCD RT128 × 64M time, angle and other parameters.After the test showed that: the performance car
- 2023-09-02 02:10:04下载
- 积分:1
-
单
单片机系统上电后,P0 口和 P1 口都被清 0。然后,你规定一个由 6 个数字构成的序列(每个数字从 0~F 中选取),比如 E、8、9、0、7、F。然后每次当单片机检测到外部中断 0发起中断时间时,读取 P0 口和 P1 口上的状态值,当连续 6 次外部中断事件的对应的数字序列构成你所设定的序列后(举例来说,如果 P0.0 是 1,P0 和 P1 的其他管脚是 0,那么我们称为检测到一次数字 0),从串口打印输出一幅类似下图的 16×16 的ASCII码的圣诞树图片。-Single-chip microcomputer system after power, P0 and P1 mouth I have been ching 0. Then you set a six figure constituted by the sequence (each number from 0 ~ F in selected), for example, E, 8,9,0,7, F. And then each time a single-chip detects external interrupt 0 initiated interruption time, I read the P0 and P1 mouth on the state value, when a row 6 times the corresponding external interrupt events constitute digital sequence set your sequence (for example example, if P0.0 is 1, P0 and P1 of the other pin is 0, then we called a number of detected 0), a printout from the serial port under similar 16 × 16 map of the ASCII code of the Christmas tree图片.
- 2022-10-23 01:15:03下载
- 积分:1
-
一个320*240的液晶的C51驱动,程序不光可以用在51单片机上,还可以应用在其他单片机上,已成功移植到MSP430,移植时只需要重新改下引脚定义...
一个320*240的液晶的C51驱动,程序不光可以用在51单片机上,还可以应用在其他单片机上,已成功移植到MSP430,移植时只需要重新改下引脚定义-A 320* 240 LCD drive the C51, the program not only can be used in single-chip microcomputer 51, but also can be applied to other single-chip, this has been successfully transplanted into MSP430, transplantation need to change only the definition of under-pin
- 2022-02-16 00:58:34下载
- 积分:1
-
直流电机控制()c程序,以上的文件都有完整的注释....很好
直流电机控制()c程序,以上的文件都有完整的注释....很好-DC motor control () c procedures, the above documents are complete Notes .... good
- 2022-07-14 00:52:38下载
- 积分:1