资源列表
STM32_SX1278_RTX_TestOK
- 升特SX1278驱动程序,根据官网提供资料修改,也可以驱动sx1272和sx1232。含原理图和管脚配置说明-Semtech SX1278 driver, according to the official website provides the information changes, you can also drive sx1272 and sx1232. Including schematics and pin configuration instructions
j60-codePproteus-v32
- enc28j60网络模块 proteus仿真及代码-enc28j60 proteus uip tcp/ip
基于STM32串口程序
- 基于STM32之串口透传, 应用串口
Porting_oPL_STM32_0.0.8_MN[1]
- 基于stm32的powerlink源码,使用eclipse环境编译。有powerlink 的主站源码和从站源码,是我花钱买的,绝对绝对好用,好用的就大家一起分享-Based on the Powerlink STM32 source code, using eclipse environment compiler. Powerlink master station and source code the station, is my money to buy, absolutely absol
RenesasSampleCode
- 包含瑞萨单片机典型例程,如PWM IIC UART Timer-Renesas Sample Code, including PWM IIC UART TIMER etc.
ANO_Quadcopter-V1.2
- 淘宝购买的匿名小四轴源代码,V1.2进阶版,使用龙格库塔法更新四元数,计算欧拉角-Taobao buy small axis anonymous source, V1.2 Advanced Edition, using the Runge-Kutta method to update the quaternion, Euler angles calculation
dsp programs
- bldc motor control using dsp 28335
STM32-_6500
- 基于STM32 F401编写的MPU6500+HMC5983的驱动代码,在I2C.c中。以及USB device程序。-Based on STM32 F401 driver code written MPU6500+ HMC5983 in I2C.c in. And USB device program.
Exp303
- 计算机向MagicARM2200实验平台发送测试命令,检测LED1、LED2、……、LED8是否损坏。编写计算机程序、MagicARM2200实验平台程序实现以上功能。-Computer sends commands to MagicARM2200 experimental platform to test, test LED1, LED2, ......, LED8 damage. Write computer programs, MagicARM2200 experimental platf
体重计资料
- 基于单片机简单体重计设计 用lcd1602显示。 可调
Solar_DCDC_MPPT_v1.0
- 光伏MPPT算法程序、硬件驱动程序、通讯程序代码。希望有帮助。-Solar DCDC MPPT Program
Voice Discern For STM32F
- 于市售 STM32 开发板上实现特定人语音识别处理项目。识别流程是:预滤波、ADC、分帧、端点检测、预加重、加窗、特征提取、特征匹配。端点检测(VAD)采用短时幅度和短时过零率相结合。检测出有效语音后,根据人耳听觉感知特性,计算每帧语音的 Mel 频率倒谱系数(MFCC)。然后采用动态时间弯折(DTW)算法与特征模板相匹配,最终输出识别结果。先用Matlab对上述算法进行仿真,经数次试验求得算法内所需各系数的最优值。而后将算法移植到 STM32 开发板上,移植过程中根据 STM32 上存储空间相