资源列表
HMC5883LSTM32测试
- 应用于Stm32f103zet6的HMC5883l测试程序,库函数版(HMC5883l test procedures used in Stm32f103zet6, library function version)
图像传感
- 利用stm32f4采集ov2640摄像头图像,将图像二值化处理后,得到黑白图像,再经过算法,识别出图像的形状,目前可以识别:正方形、三角形、圆形(Using stm32f4 to capture ov2640 camera image, the image two value processing, get black and white images, and then through the algorithm to identify the shape of the image, can
D-MNSV4-X16源码2017.10
- AGV磁导航传感器D-MNSV4-X16开源代码(AGV magnetic navigation sensor D-MNSV4-X16 open source code)
MAX31865
- max31865驱动程序(max 3 1 8 6 5 driver for stm32)
AT510-BU-98000-r0p0-00rel0
- Cortex M0 Design Start r0p0 AT510-BU-98000-r0p0-00rel0.rar
vpc3+stm32 PCB原理图
- vpc3+stm32 PCB原理图,开发板测试通过,已经用于生产(Vpc3+stm32 PCB schematic diagram)
ili9486-ili9488控制器初始化代码
- vili9486-ili9488控制器初始化代码里面包含两套驱动代码, 驱动3.5寸液晶。
STM32F407 SPI FLASH源码
- stm32f407+spi+flash案例程序(stm32f407+spi+flash Case program)
003无线充
- 新唐5W 无线充完整方案,包括原理图,PCB,演示程序,规格书。(New Tang 5W wireless full scheme, including the schematic, PCB, demonstration programs, specification books.)
STLinkV2.J16.S4.bin_
- Firmware for ST-Link
DALI MASTER
- 实现DALI主站功能,DALI收发,参数设置等(Achieve DALI master station function, DALI transceiver, parameter settings, etc.)
STM32使用I2C驱动GY-30光照传感器和SPI总线驱动DHT11
- 对于光照传感器的使用,在串口调试助手上将光照强度显示出来,每隔2S,读取一次,否则会出现读取失败。 对于温湿度传感器也是同样的道理,只是为了节省GPIO口,使用SPI单总线通信模式,实现对于温湿度的数据采集以及显示。 其中还包括了对应的串口通信,以及对于printf的重定向,使其打印在串口助手的接收区。