-
stm8--BLDC-pcb-sch-
stm8单片机实现了控制bldc轮毂电机的控制,用了6个mos管,采用六部控制,里面有 pcb sch 和程序,可以用此资料改装成电动自平衡独轮车(Stm8 microcontroller realized control BLDC hub motor control, with 6 mos tube, using six control with Sch and PCB program, this information is converted into electric self balancing unicycle)
- 2021-03-16 15:59:22下载
- 积分:1
-
TFT480800-32-initial-code
Himax LCD Initialization code
- 2011-06-23 18:44:55下载
- 积分:1
-
USART
基于atmega16l usart的实现(atmega16 usart)
- 2012-03-29 20:48:10下载
- 积分:1
-
Schematic
LPC2378 Schematic,with hardware
- 2011-04-24 01:52:48下载
- 积分:1
-
PC-(RS232-)
单片机串口通信的应用,通过串口,我们的个人电脑和单片机系统进行通信。
个人电脑作为上位机,向下位机单片机系统发送十六进制或者ASCLL码,单片机
系统接收后,用LED显示接收到的数据和向上位机发回原样数据。(Single-chip serial communication applications, through the serial port, our personal computers and SCM systems to communicate. PC as a PC, send down bit microcontroller system or ASCLL hexadecimal code, after receiving the SCM system with LED display received data and sent back up crew as data.)
- 2013-11-14 15:08:35下载
- 积分:1
-
SST89E51RD_SIMULATOR
AVR,JTAG仿真软件,内涵源程序和电路图,直接烧写进单片机就可以在线仿真的(AVR, the simulation software of JTAG, content of the source code and circuit diagram, directly burned into the microcontroller can online simulation
)
- 2014-12-26 20:59:52下载
- 积分:1
-
PID-car
智能车PID控制,非常不错的讲述PId原理的文献(Smart car PID control, very good about the principles of literature PId)
- 2015-03-24 09:49:17下载
- 积分:1
-
AD7991Test
ad7991测试程序,需要自己填写控制字(ad7991 testing procedures need to fill their own control word)
- 2016-02-27 21:41:50下载
- 积分:1
-
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
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
spi
说明: msp430f169单片机的主从spi通信。经过测试,通信成功(communications between msp430)
- 2020-10-24 10:37:22下载
- 积分:1