资源列表
STM32F4两路超声波捕获
- 两路超声波捕获距离,TIM5双通道取值,自己写的,适合初学者
STM32 智能充电器源码+补丁
- 该文档主要为用stm32来制作一款智能型的充电器,文档内容包括了源码和补丁的相关资料,下它!。(This document mainly uses STM32 to make an intelligent charger. The content of the document includes the source code and patch related information, next it!.)
stm32f103 OLED显示
- 主控为stm32f103 使用OLED屏显示(STM32F103 OLED display)
简易oled示波器
- 利用stm32内置AD模块 本文件的亮点是对滚屏效果的处理 将二维数据一维化 减少内存占用(Using STM32 built-in ad module, the highlight of this file is the processing of scrolling effect, which can reduce the memory consumption by one-dimensional two-dimensional data)
DM330021 Altium Build Files _PDF Schematic_BOM
- Bldc Motor Driver Source code and schematic
embedded
- 本系统中使用了STM32F103VET6核心板、温度传感器DS18B20、lcd12864(串行)、直流电机模块、独立按键模块、蜂鸣器模块,模拟家用热水器的工作过程。除检测温度外,该系统在温度低于设定温度(系统初始设置50摄氏度)时电机旋转并且温度越低转速越快、核心板上的小灯按照特定规律(先由led0到led15逐个点亮再反向逐个熄灭再正向单个点亮)点亮;温度低于20度时增加蜂鸣器报警功能;独立按键可以调节用户设定温度大小。(A water heater system based on STM3
51黑论坛_数码管显示程序
- proteus+stm32+tm1637显示仿真,仿真时数码管刷新率太低,数字一位一位显示,哪位高手改进一下。(Proteus + stm32 + tm1637 display simulation, simulation digital tube when the refresh rate is too low, a digital one, according to which an improvement.)
STM32F1系列TFT实验
- 基于STM32F103ZET6对TFT屏幕的显示的例程,可供各位参考。
智能家居
- 本设计是一个以STM32为主控制器,ESP8266 WIFI模块进行数据透传的对仓库环境进行检测的智能家居。此智能家居是通过多种传感器对仓库环境进行实时探测,把环境数据实时传输给用户,用户可通过客户端查看环境状况,环境数据同时显示在智能家居的1.4寸TFT LCD屏上,当环境数据超过阈值时,智能家居可实时报警并反馈通知用户。(This design is a smart home which uses STM32 as the main controller and esp8266 WiFi m
AD1100驱动程序
- AD1100驱动程序,IIC通信,直接调用函数获取电压值
N76E003串口0、串口1中断程序模板
- N76E003串口中断程序模板,实现串口中断接收和发送(N76e003 serial port interrupt program template to realize serial port interrupt receiving and sending)
HTS221驱动程序
- 参考网上其他例程自行编写的HTS221温度湿度传感器驱动代码,是应用HAL库I2C进行通信。只编写了温度部分,可以输出实际温度值。