资源列表
[单片机(51,AVR,MSP430等)] stepper-c
说明:这是利用单片机进行步进电机的控制,效果可以达到正反转,速度调节,对于初学者来说,是一个很好的实验-#include <reg51.h> #define uchar unsigned char sbit P1_0=P1^0 sbit P1_1=P1^1 sbit P1_3=P1^3 sbit P1_4=P1^4 sbit P1_5=P1^5 sbit P1_6=P1^6 sbit<jie> 在 2025-01-16 上传 | 大小:27kb | 下载:0
[单片机(51,AVR,MSP430等)] PWM-ULN2003A
说明:利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 -#include <reg52.h> unsigned char timer1 sbit PWM=P1^2 void system_Ini() { TMOD|= 0x11 //PWM TH1 = 0xfe //11.0592 TL1 = 0x33<jie> 在 2025-01-16 上传 | 大小:603kb | 下载:0
[单片机(51,AVR,MSP430等)] PWM12-simulate-proteus
说明:这是利用proteus进行仿真,利用的是AVR单片机,对步进电机进行控制,有详细的仿真图-#include "config.h" #include "PWM.h" void PWM_Init(uint8 Mode, uint8 FioSelect) { switch(Mode) { case FAST_PWM: TCCR0 &= (~(1 << W<jie> 在 2025-01-16 上传 | 大小:46kb | 下载:0
[单片机(51,AVR,MSP430等)] chaoshengbo
说明:HC-SD04超声波模块,负载已经调好的程序,可测障碍范围4cm-200cm-HC-SD04 ultrasonic module, load has been tuned procedure, measurable disturbance range 4cm-200cm<王累> 在 2025-01-16 上传 | 大小:313kb | 下载:0
[单片机(51,AVR,MSP430等)] Disinfection-clean-screen-program
说明:医院里空气净化器主芯片的主程序,主要芯片有STC89C54RD+,DS1302,ULN2003。-Hospital air purifier main chip of the main program, the main chip has STC89C54RD+, DS1302, ULN2003.<杜丹丹> 在 2025-01-16 上传 | 大小:469kb | 下载:0
[单片机(51,AVR,MSP430等)] steep
说明:LPc2101 步进电机,编程软件使用的是keil,只是简单的例程-lpc2101 steep<xuchangwei> 在 2025-01-16 上传 | 大小:97kb | 下载:0
[单片机(51,AVR,MSP430等)] 51Calcula
说明:利用51单片机开发板上面的矩阵键盘和数码管实现计算器-51 MCU development board above the keyboard and digital control using matrix was compiled Calculator<沈涛> 在 2025-01-16 上传 | 大小:31kb | 下载:0
[单片机(51,AVR,MSP430等)] modbus51
说明:基于51单片机的modbus协议,宏晶半导体芯片-Modbus protocol based on 51 single chip microcomputer<Lynn> 在 2025-01-16 上传 | 大小:75kb | 下载:0
[单片机(51,AVR,MSP430等)] gpsPgprsP5110Psim300
说明:基于单片机的STC12C5A60S2 可以实现远程手机信息定位及 在线的DTU实时监控(可以方便的移植到自己要开发的产品上)-Microcontroller-based STC12C5A60S2 can achieve remote location and phone information DTU online real-time monitoring (can be easily ported into their own pro<扬帆> 在 2025-01-16 上传 | 大小:695kb | 下载:0
[单片机(51,AVR,MSP430等)] 2.4Gsend
说明:2.4G发送部分源代码,24L01是2.4G的主要控制芯片,通过SPI总线控制,有6种频段可以设置-2.4G send some source code, 24L01 is 2.4G main control chip, through the SPI bus control, there are six kinds of bands can be set<吴昊> 在 2025-01-16 上传 | 大小:3kb | 下载:0
[单片机(51,AVR,MSP430等)] 2.4Gask
说明:2.4G接收部分源代码,24L01是2.4G的主要控制芯片,通过SPI总线控制,有6种频段可以设置-2.4G ask some source code, 24L01 is 2.4G main control chip, through the SPI bus control, there are six kinds of bands can be set<吴昊> 在 2025-01-16 上传 | 大小:3kb | 下载:0
[单片机(51,AVR,MSP430等)] TEM&HUM
说明:51单片机读取dht11的温湿度并进行显示,同时设置温湿度上下限,超限时显示报警。(51 MCU reads the temperature and humidity of DHT11 and displays it, and sets the upper and lower limits of temperature and humidity.)<yongni> 在 2025-01-16 上传 | 大小:83kb | 下载:0