资源列表
OLED测试
- spi通讯的OLED在51上显示, sbit LCD_SCL=P1^0; sbit LCD_SDA=P1^1; sbit LCD_RST=P1^2; sbit LCD_DC =P1^3; sbit LCD_CS=P1^4;(The OLED of the SPI communication is shown on 51 sbit LCD_SCL=P1^0; sbit LCD_SDA=P1^1; sbit LCD_RST=P1^2; sbit LCD_DC =P1^
飞思卡尔智能车摄像头组源代码
- 自己参赛的飞思卡尔智能车摄像头组程序代码,支持直路、弯曲路、圆环判别。(This is my race NXP (Freescale) smart car camera group code, support way, bend road, ring discrimination.)
STM32F103C8T6 FOC电机控制代码
- 基于STM32F103C8T6单片机设计的直流无数电机,速度闭环,经过调试了的,没有问题,对初学者很有借鉴作用(STM32F103C8T6 microcontroller based design of DC numerous motors, speed closed loop, after debugging, no problem, very useful for beginners)
xcp
- vector公司的标定协议xcp源码,对理解xcp协议原理有帮助。(xcp source code from vector.)
STM32 IIC
- 针对STM32F103操作AT24C512的驱动程序,24C02~24C512均支持。(AT24C512 driver for STM32F103.)
STM32F407输入捕获代码
- STM32F407输入捕捉代码,能测量输入信号的高、低电平时间,频率等,最高测量频率可达20MHz(STM32F407 input capture code, can measure the input signal of high, low level, time, frequency, etc., the highest measurement frequency of up to 20MHz)
arduino教程
- Arduino 学习教程(含教学用代码)(Learning Arduino (There are many codes for learning in documents)..)
门禁系统
- 全功能的门禁系统,可以实际使用!我希望大家在实际工作中应用(It is a desing for Door System .)
6.1 PWM控制舵机(测试通过)
- 基于STM32F103C8T6控制舵机代码,供新手使用(STM32F103C8T6 control based on the steering engine code for novices to use)
F4控制四路无刷电调
- stm32f407 控制4路PWM 控制无刷电机转动(stm32f407 control PWM)
123aqwe
- WIFI智能插座设计,APP控制(原理图、PCB、MCU源码、APP源码)WIFI intelligent socket design, APP control (schematics, PCB, MCU source code, APP source code)(WIFI intelligent socket design, APP control (schematics, PCB, MCU source code, APP source code))
BUCK-PID实验
- 使用stm32开发板做的pwm输出控制buck电路,反馈使用PID算法,实现闭环控制(The use of STM32 development board to do PWM output control buck circuit, feedback using PID algorithm to achieve closed-loop control)