资源列表
mokuai1
- 16路温度采集系统,主控CPU采用STC12C5A60S2单片机,AD采用16位AD7705,精度准确,有优化算法。(16 temperature acquisition system, the main control of CPU using STC12C5A60S2 microcontroller, AD using 16 bit AD7705, accurate accuracy, optimization algorithm.)
mBlock-master
- mblock是一种图形化编辑软件,此文件为mblock软件的源码,可以用QT自行编译。(Mblock is a graphical editing software, this file is mblock software source code, you can use QT to compile their own.)
识别
- 人脸识别算法基于stm32f407,由正点原子开发版改的(The face recognition algorithm is based on stm32f407)
STM32F429-HAL_V1.1
- 本文件是基于stm32f429开发的库函数开发指南书籍,其中包括对各种外设的操作,以及实验的流程都有详细描述。(This document is based on stm32f429 development of the library function development guide books, including the operation of various peripherals, as well as the experimental process has a detaile
MPU9150
- 本文件是基于mpu9150的姿态算法源码,其中包括对各姿态角的计算和误差处理算法。(This document is based on mpu9150 attitude source code, which includes the calculation of the attitude angle and error processing algorithm.)
1527 2260解码 修改后
- 2262和1527通用解码程序,完整代码(2262 and 1527 general decoding program, the integrity of the code)
ZTOBD
- stm32做的一个协议转换,主要是obd串口协议转换成adroid上的串口协议。(STM32 to do a protocol conversion, mainly OBD serial protocol conversion to adroid serial protocol.)
ramdump.tar
- 高通平台解析ramdump的工具,将dump文件和vmlinux拷贝到Port_COM23,执行parser.sh(Qualcomm platform to resolve ramdump tools, dump files and vmlinux copy to Port_COM23, the implementation of parser.sh)
一个占用内存极少的菜单系统的实现
- A menu system that uses less memory
在线升级IAP功能
- 远程升级更改向量表地址来运行不同程序,可以使得flash分不同区域进行运行(Remote upgrade changes the vector table address to run different programs that enable flash to run in different regions)
【19】DMA PWM WS2812 GPIO输出16组
- STM32作为主控芯片,72Mhz,利用DMA+PWM实现驱动WS2812,创建16个并行800kBit / s数据流的想法如下: 使用定时器每1.25us创建一个800kHz的时基和一个DMA请求。 使用2个比较模块在低位时间(350ns)和高位时间(700ns)下创建DMA请求 1.25us DMA请求将GPIO端口的所有位设置为高电平 350ns DMA请求将数据从帧缓冲区传输到GPIO端口。如果该位为0,GPIO引脚将变为低电平,否则将保持高电平。 700ns DMA请求将所有
1khz_tone
- How to generate 1Khz tone using specified software.