-
signalegenerate
这是一个用AD9854做的一个信号产生器。里边有PC主机和产生器通信的固件程序和PC应用程序。(SIGENAL GENERATER)
- 2009-05-26 17:03:17下载
- 积分:1
-
stc12c56
stc12系列pwm输出, 控制步进电机或者电机(stc12 Series pwm output to control a stepper motor or motor)
- 2012-09-05 15:08:49下载
- 积分:1
-
BLDC
STM32采用TIM1的PWM输出,控制直流无刷电机
上传一个基本初级版的程序
PA8 PA9 PA10 PB13 PB14 PB15是PWM输出口
PC5接个电位器调节速度
PB12电源指示灯
PB5正转指示
PB2反转指示
PB0按键开机
PB1按键正反转
宏定义DEBUG可以软件仿真(DEBUG用来开启相关变量,以及变换霍尔相序)(Finally realized TIM1 PWM output, brushless DC motor control
Upload a basic junior version of the program
PA8 PA9 PA10 PB13 PB14 PB15 is the PWM output
PC5 then adjust the speed potentiometer
PB12 power indicator
PB5 forward instructions
PB2 reverse directions
PB0 button boot
Reversible buttons PB1
DEBUG macro definitions can be software emulation (DEBUG to open the related variables, as well as Hall phase transformation sequence))
- 2021-01-09 17:08:51下载
- 积分:1
-
adc1_pa6_pa7_usart_stm32
利用stm32的adc1,实现规则转换,检测通道pa6和pa7的电压值,并把他们的值放在数组中。串口显示数据方便调试。(Use stm32 the adc1, implement rules conversion, detection channel pa6 and pa7 voltage value, and put their values in an array. Serial display data to facilitate debugging.)
- 2021-04-07 15:19:01下载
- 积分:1
-
RTL8305NB_3port_Switch
Realtek最新的5口傻瓜交换机芯片RTL8305NB做的3口百兆交换机原理图、PCB图,以此为参考可以做5口交换机(Schematic and PCB Documents of 3 Ports switch.The main chip is RTL8305NB,which is the new 5 ports switch chip of realtek Co.Ltd.)
- 2021-04-13 19:18:56下载
- 积分:1
-
STM32F103系列下的16路IO控制
说明: STM32F103系列单片机,编写16路IO控制信号,可直接下载使用。(STM32F103 series single chip microcomputer, 16 channel IO control signal, can be downloaded directly.)
- 2020-03-30 17:28:39下载
- 积分:1
-
GUI.H
GUI用户界面用来显示电路波形,即示波器,STM32编程实现(STM32 and GUI for application to show electronic waves accounting for testing the circuits.)
- 2014-05-03 15:26:27下载
- 积分:1
-
DS18B20温度数值转化程序
美国达拉斯温度传感器DS18B20的温度数值转化程序。(Dallas DS18B20 the temperature into numerical procedures.)
- 2005-08-30 11:37:40下载
- 积分: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
-
LCD
一款基于SED1335的液晶驱动程序,用C编写,适合初学者借鉴!(One based on the SED1335 LCD driver, written in C, suitable for beginners learn!)
- 2013-08-14 10:15:43下载
- 积分:1