-
红外遥控车
基于STC89c52RC的红外遥控车程序,四个电机,红外遥控38Khz载波(Infrared remote control vehicle program based on STC89c52RC, four motors, infrared remote control 38Khz carrier)
- 2020-06-18 10:00:01下载
- 积分:1
-
51单片机example_ellcerent
51单片机众多优秀的开发源程序:ZLG7290例程*ZLG7290汇编例程*蜂鸣器音乐例程*蜂鸣器响例程*读EEPROM并显示例程*16×2LCD模块例程*128×64点阵LCD模块例程*直连KEY和LED例程*直连LED例程*lin模块的原码及例程。LIN总线例程 RS232例程(包括PC端和书上了串口例程) USB1.1例程(包括PC端) RS485例程 USB2.0例程(有3个,包括PC端) 基于ETHERNET的TCPIP例程 时钟显示例程 CAN自发自收例程 外中断1 CAN例程 USB2.0PC例程(51 MCU development of many excellent source : Wire routines** Wire compilation routines buzzer music routines** buzzer sound routines EEPROM read and display routines* 16 gen module routines* 128 x 64 dot-matrix LCD module routines* Direct Connect KEY routines and LED* Direct Connect lin* LED module routines of the original code and routines. LIN bus RS232 routines routines (including PC- and a book on the serial routines) USB1.1 routines (including the PC side) RS485 routines USB2.0 routines (there are three, including the PC side) BASED ETHERNET TCPIP routines clock display routines CAN spontaneous collected an external interrupt routines CAN routines USB2.0PC routines)
- 2005-08-13 09:16:38下载
- 积分:1
-
Quectel_MC20_Hardware
三合一模块,Mc20的硬件设计手册,已经通过做项目(Triad module, Mc20 hardware design manual, already by doing projects
)
- 2017-01-20 11:30:19下载
- 积分:1
-
temper20090727_23_26
说明: 一个温湿度控制器程序。所用传感器为广州奥松科技的 单总线温湿度传感器DHT11.(A process temperature and humidity controller. Guangzhou used Ozon sensor technology for single-bus temperature and humidity sensors DHT11.)
- 2009-08-10 17:06:38下载
- 积分:1
-
温控热水资料
说明: 基于51单片机对水温进行PID控制,维持水温,水温可设定。内附Verilog代码PCB和仿真程序。(Based on 51 single-chip computer, the water temperature is controlled by PID to maintain the water temperature, and the water temperature can be set.)
- 2019-01-23 11:22:53下载
- 积分:1
-
5DAC
c8051F040 单片机 DAC调试程序(c8051F040 microcontroller DAC Debugger)
- 2010-06-02 17:00:19下载
- 积分:1
-
实验8 模拟音乐-八月桂花
使用单片机对蜂鸣器进行控制,要求蜂鸣器唱出《八月桂花》这首歌,简单加深对定时器的理解和蜂鸣器的应用,更深入的理解51的内部结构和使用方式。(The buzzer is controlled by single-chip computer, which requires the buzzer to sing the song "Osmanthus fragrans in August". It can simply deepen the understanding of timer and the application of buzzer, and further understand the internal structure and use mode of 51.)
- 2020-06-16 23:00:02下载
- 积分:1
-
clock
本代码是基于标准c8051单片机的时钟打铃程序,主要实现的是数字时钟功能,可对时间进行调整,设定时间定时打铃,并且能随自己意愿调整铃声。(This code is based on the standard c8051 MCU clock bell program, the main achievement is the digital clock feature, which allows time to adjust, set the timer bell time, and can adjust the ring with their wishes.)
- 2012-01-06 14:01:46下载
- 积分:1
-
CAN
基于STM32F10ZET6的CAN通信代码,可以实现CAN通信,并显示在TFT屏幕上。( U57FA u4E8ESTM32F10ZET6 u7684A u901A u4E1 u4EE1 u7801 uFF0C u53EF u4E5 u5B9E u73B0CAN u901A u4FE1 uFF0C u5E76 u663E u793A u5728TFT u5C5F u5E55 u4E0A u3002)
- 2020-07-10 16:28:56下载
- 积分:1
-
IO_SOFT_UART_USE_TIMER
说明: 1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双工通讯。收、发波特率相同。
4. 应把定时器中断优先级设置为最高级。
5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区),
待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的
能力和简化程序。实际应用中应防止缓冲区溢出。
6. 由接收转换到发送时要先调用 soft_send_enable ();
由发送转换到接收时要先调用 soft_receive_enable ()。
7. 发送最后一个字节后如果要立刻转为接收,必须等待最后一个字节后发送完毕
while ( rs_f_TI == 0) // 等待最后一个字节发送完毕(err)
- 2008-09-16 13:37:34下载
- 积分:1