资源列表
TCD1304 driver for STM32F401
- STM32F401RE firmware to drive and read the linear CCD TCD1304 from toshiba. The MCU uses full speed USB and supports continous and single reading of the CCD.
程序及原理图
- 系统中采用了电压反馈闭环,单片机通过内部软件产生一路SPWM控制信号,然后经过逻辑门变换电路变换成逆变全桥所需的四路驱动信号,再经专用驱动芯片TLP250隔离放大后,分别加到逆变全桥四个IGBT的栅极,进行驱动控制。(The voltage feedback closed loop is used in the system, and the single chip microcomputer generates all the SPWM control signal through the i
DC-DC双向供电
- DC-DC双向供电系统,通过STM32F1系列的芯片作为主控芯片,用PWM来控制双向供电
芯达—STM32入门系列教程(15讲)
- stm32单片机入门教程,stm32单片机入stm32单片机入门教程,门教程,(STM32 MCU tutorial,STM32 MCU tutoSTM32 MCU tutorial,rial,)
02 Data Sheet
- TC275快速入门数据手册,可以快速了解内部功能模块与资源分配(TC275 Quick Start Data Manual, can quickly understand the internal function modules and resource allocation)
无人机源代码 V1.0
- Crazepony项目旨在为大学生/航模爱好者/创客提供可二次开发的迷你四轴飞行器原型。是一个完全开源的项目, 包括源代码, 原理图, 设计思路等。 可以通过它学习四轴飞行器相关知识, 也可以在上面进行二次开发, 实现自己的创意。 主控为STM32的F10系列, STM32F103T8U6, ARM Cotex-M3内核, 72MHz主频,128KB存储空间, BGA封装。可以通过Keil阅读和修改。(Crazepony project aims to provide redevelopabl
vivado
- 用中规模MSI基本逻辑功能模块 实现关模比较器(要求分别使用中规模和语言实现): 功能要求:它的输入是两个8位无符号二进制整数X和Y,以及一个控制信号S;输出信号为1个8位无符号二进制整数Z。输入输出关系为:当S=1时, Z=min(X,Y);当S=0时, Z=max(X,Y)。(Modeling comparator is implemented by using basic logic function modules of medium-scale MSI (medium-scale an
Template
- STM32F0 固件库模板,网上一般都是HAL库。(STM32F0 Template this so kool,you should download it.)
摄像头OV7670 探索者+物体检测
- 摄像头OV7670+ 探索者stm32f407+物体检测,对图像二值化后,进行一些简单的图像处理,找出物体的边沿。(Camera OV7670 + Explorer stm32f407 + object detection, after image binarization, some simple image processing is carried out to find the edge of the object.)
SmartLight_Demo_2019-1-28
- 基于STM32和W5500 的阿里云平台MQTT连接,内置了HMAC-SHA1算法,可以直接填写阿里云物联网平台的三个参数,程序直接生成域名、账户名、密码以及Topic。软件还包含基于Cjson的json构建与解析。(Based on STM32 and W5500, the MQTT connection of Aliyun platform is built-in with HMAC-SHA1 algorithm, which can fill in three parameters of
STM32+W5500串口
- 本例程使用STM32为控制器,w5500用于链接网络设备。移植串口1进行数据打印,定时器4进行准确定时。
lora
- 非常好的一个lora源码,基于STM32的代码,想移植就可以移植,加油,好好学习