资源列表
SPI
- 运行在stm32f103vet6上,用定时器模拟SPI,读取SSI多圈绝对值编码器的圈数和角度。(Running on stm32f103vet6, SPI is simulated by timer, and the number and angle of SSI multi-loop absolute value encoder are read)
土壤湿度传感器程序
- 一个很详细的教程,能够实现土壤湿度的一个检测,通过arduino,并且有实际的教程,包括原理的说明和连线。(A very detailed tutorial that enables a test of soil moisture, through Arduino, and has practical tutorials, including a descr iption of the principles and wiring.)
LTC68xx develop
- 此资料包括LTC68xx驱动库、arduino开发BMS资料及其他资料介绍,此开发资料主要用于BMS系统开发,主要是LTC6811的使用(带C库文件及芯片datasheet),只验证了LTC6811库驱动(This information includes LTC68xx driver library, Arduino development BMS data and other information. This development information is mainly used f
DHT22程序
- 通过STM32F407,和使用am2302温湿度传感器,实现对温湿度数据的采集(Data collection of temperature and humidity is realized through STM32F407 and am2302 temperature and humidity sensor.)
led_clock_32x64_20170328
- 这是一套用STM32控制32x64分辨率的LED单元板作万年历的程序,能循环显示年月日时分秒、干支、农历、节气、阴历阳历节日、室内室外温度、并可通过GPS对时校准时间。(This is a calendar program which use LED panel as display. The resolution of LED panel is 32x64 pixels. Information on the calendar includes year/month/day, Chinese
STM32频率计
- 基于STM32的频率计程序,2015年电赛题目(Frequency Meter Program Based on STM32, Topic of the 2015 Tournament)
PMAC速成参考手册
- pdf PMAC运动控制器。PDF 快速速成手册(Pdf PDF PMAC motion controller. PDF Quick and Fast Manua)
实验15:ADC printf输出
- stm32f103c8t6 jlink keil5 adc printf
STM32驱动ch395_4个socket连接
- main.c已详尽注释连接的引脚 和 调试助手参数。STM32分别以串口,硬件SPI,模拟并口驱动CH395,4个socket连接, 原路返回上位机发送的数据。串口模式支持更改工作波特率,硬件SPI速率最高36MHz, 模拟并口较快,这三种模式支持在stm32任意型号下。(Main.c has commented on pins and debugging assistant parameters in detail. STM32 drives CH395 and 4 sockets by se
485小板温湿度测试V1.0
- 利用STM32F103C8连接温湿度传感器AM2320,采用IIC总线读取传感器数值,和上位机连接采用MODBUS方式。(Temperature and humidity sensor AM2320 is connected by STM32F103C8, sensor values are read by IIC bus, and MODBUS is used to connect with host computer.)
stm32f10x_Low_Power
- 使用实时操作系统rtthread,低功耗停机模式。(Using rtthread, a real-time operating system,)
USB-Z01程序源代码
- USB-Z01 的很多配置都是通过 MCU 执行。可以配置的内容包括:低功耗模 式下静音、音量加、音量减、USBDAC 工作模式;HiFi 模式下静音、左右声道 的音量、静音检测、数字滤波器滚降模式控制、数字滤波器负载控制、输入数字 信号格式、采样率选择、输出相位反转控制、DAC 工作状态控制、系统时钟控 制、系统复位控制、数字滤波器偏置控制。另外 MCU 还可以控制 USB-Z01 的 输入接口、输出接口。