资源列表
BJ8M602A应用C范例
- BJ8M602A应用C范例--移动电源方案 源码(BJ8M602A application C example -- mobile power program source code)
STM32倒立摆源码
- 通过编码器得到系统变量,应用PID控制算法,步进电机调速对环形倒立摆进行控制,实现了倒立摆在一定的角度范围内动态倒立以及圆周运动。同时可以通过键盘设定运行模式并且读出系统当前状态,具有较好人机界面。(Inverted pendulum source to achieve inverted pendulum control)
STM32双机全双工SPI主从同行程序
- 基于STM32的双机全双工SPI主从通信程序,包括主机程序和从机程序。(STM32 dual full duplex SPI master-slave communication based program, including the host program and the program from the machine.)
51程序
- 基于51开发平台,采用指纹十本模块,实现指纹识别,存储,对比等程序。代码注释详尽,采用外部EEPROM存储。(51 based on the development platform, using the ten fingerprint module, fingerprint identification, storage, comparison program. The code detailed notes, using external EEPROM storage.)
基于RTOS消息队列的串口通信-LWIP
- 基于STM32微控器和FREERTOS操作系统移植的LWIP网络通信程序。实现网络通信(LWIP network communication program of STM32 microprocessor and FREERTOS operating system transplantation based on. Realizing network communication)
激光雷达部分的程序
- 小车的电机驱动和激光雷达,可实现电动车的转向和壁障功能(very good vguvfebqi hqjfqj qbwdfjqbfjb)
ThreeLoopContrl
- 伺服控制中常用的速度环,位置环和电流环的pid代码(The PID codes of speed loop, position loop and current loop are commonly used in servo control)
Stm32f103实现Freemodbus协议RTU
- 完全移植的FREEMODBUS-STM32F103(FREEMODBUS-STM32-RTU)
mlx90614
- mlx90614红外温度测量,stm32例程 ,51c语言例程(Infrared temperature measurement, MLX90614 STM32 routines, 51C language routines)
stc15w404as_max31855
- 用stc15w404as 读取max31855温度并通过串口送出(Read the max31855 temperature with stc15w404as and send it through the serial port)
测试程序
- ADUCM360 UART串口学习: UART串口通讯的使用非常广泛,是一个全双工通用异步收发器,兼容工业标准16450,支持DMA。能在串行和并行数据之间可靠的转换。程序的调试常常通过串口发送和接收数据,来修改程序。 异步串行通讯协议包括:a: 5到8比特数据 b:1、2或1.5个停止位,c:无、奇、或偶校验。d:波特率。所有的数据字要求一位起始位和至少一位停止位,产生了支持7至12位范围的字长。(ADUCM360 UART serial learning: UART serial
基于51单片机12864显示屏的贪吃蛇游戏
- 通过AT89c52单片机及12864LCD显示屏开发的贪吃蛇小游戏,已经测试通过。烧录前请注意引脚的定义。我是用的是P2和P0。谢谢大家支持。